summaryrefslogtreecommitdiff
path: root/vp8/encoder/pickinter.c
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2011-02-16 12:00:25 -0500
committerYunqing Wang <yunqingwang@google.com>2011-02-16 12:57:17 -0500
commitda227b901d5f97e1ffbbb7ffe3fddf8d015164cd (patch)
treec473fea6d5786c03643816dc5d6d4c48294720cc /vp8/encoder/pickinter.c
parent7725a7eb56e74ebbdba14d01cfe85a151f81bf1c (diff)
downloadlibvpx-da227b901d5f97e1ffbbb7ffe3fddf8d015164cd.tar
libvpx-da227b901d5f97e1ffbbb7ffe3fddf8d015164cd.tar.gz
libvpx-da227b901d5f97e1ffbbb7ffe3fddf8d015164cd.tar.bz2
libvpx-da227b901d5f97e1ffbbb7ffe3fddf8d015164cd.zip
Allocate source buffers to be multiples of 16
Currently, when the video frame width is not multiples of 16, the source buffer has a stride of non-multiples of 16, which forces an unaligned load in SAD function and hurts the performance. To avoid that, this change allocates source buffers to be multiples of 16. Change-Id: Ib7506e3eb2cea06657d56be5a899f38dfe3eeb39
Diffstat (limited to 'vp8/encoder/pickinter.c')
0 files changed, 0 insertions, 0 deletions