Searched refs:highbd_12_variance_sse2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_variance_sse2.c | 70 static void highbd_12_variance_sse2(const uint16_t *src, int src_stride, in highbd_12_variance_sse2() function 163 highbd_12_variance_sse2( \ 211 highbd_12_variance_sse2(src, src_stride, ref, ref_stride, 16, 16, sse, &sum, in vpx_highbd_12_mse16x16_sse2() 244 highbd_12_variance_sse2(src, src_stride, ref, ref_stride, 8, 8, sse, &sum, in vpx_highbd_12_mse8x8_sse2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_variance_sse2.c | 83 static void highbd_12_variance_sse2(const uint16_t *src, int src_stride, in highbd_12_variance_sse2() function 176 highbd_12_variance_sse2( \ 231 highbd_12_variance_sse2(src, src_stride, ref, ref_stride, 16, 16, sse, &sum, in aom_highbd_12_mse16x16_sse2() 264 highbd_12_variance_sse2(src, src_stride, ref, ref_stride, 8, 8, sse, &sum, in aom_highbd_12_mse8x8_sse2()
|