Searched refs:highbd_8_variance_sse2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 27 static void highbd_8_variance_sse2(const uint16_t *src, int src_stride, in highbd_8_variance_sse2() function 136 highbd_8_variance_sse2( \ 189 highbd_8_variance_sse2(src, src_stride, ref, ref_stride, 16, 16, sse, &sum, in vpx_highbd_8_mse16x16_sse2() 222 highbd_8_variance_sse2(src, src_stride, ref, ref_stride, 8, 8, sse, &sum, in vpx_highbd_8_mse8x8_sse2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_sse2.c | 40 static void highbd_8_variance_sse2(const uint16_t *src, int src_stride, in highbd_8_variance_sse2() function 149 highbd_8_variance_sse2( \ 209 highbd_8_variance_sse2(src, src_stride, ref, ref_stride, 16, 16, sse, &sum, in aom_highbd_8_mse16x16_sse2() 242 highbd_8_variance_sse2(src, src_stride, ref, ref_stride, 8, 8, sse, &sum, in aom_highbd_8_mse8x8_sse2()
|