vpx/vp9/encoder/arm/neon
Johann eb88b172fe Make vp9 subpixel match vp8
The only difference between the two was that the vp9 function allowed
for every step in the bilinear filter (16 steps) while vp8 only allowed
for half of those. Since all the call sites in vp9 (<< 1) the input, it
only ever used the same steps as vp8.

This will allow moving the subpel variance to vpx_dsp with the rest of
the variance functions.

Change-Id: I6fa2509350a2dc610c46b3e15bde98a15a084b75
2015-06-03 22:10:51 -07:00
..
vp9_avg_neon.c Add Neon intrinsics for vp9_avg_8x8_neon 2015-01-15 15:32:40 -08:00
vp9_dct_neon.c Add Neon intrinsic vp9_fdct8x8_quant_neon 2015-01-24 22:49:50 -08:00
vp9_quantize_neon.c vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
vp9_subtract_neon.c Neon version of vp9_subtract_block() 2014-07-31 09:28:06 -07:00
vp9_variance_neon.c Make vp9 subpixel match vp8 2015-06-03 22:10:51 -07:00