Searched refs:variance_neon_w8x2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | variance_neon.c | 125 static void variance_neon_w8x2(const uint8_t *src_ptr, int src_stride, in variance_neon_w8x2() function 169 variance_neon_w8x2(src_ptr, src_stride, ref_ptr, ref_stride, 8, sse, sum); in vpx_get8x8var_neon() 187 variance_neon_w8x2(src_ptr, src_stride, ref_ptr, ref_stride, m, sse, \
|