vpx/vp8/encoder
Yunqing Wang da227b901d 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
2011-02-16 12:57:17 -05:00
..
2011-02-14 16:23:49 -05:00
2011-01-24 11:00:56 -05:00
2011-01-11 15:22:19 +01:00
2011-01-14 14:26:10 -05:00
2011-01-07 18:46:29 +00:00
2011-02-14 16:34:33 -05:00