Searched refs:highbd_8_variance (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 260 static void highbd_8_variance(const uint8_t *src8_ptr, int src_stride, in highbd_8_variance() function 298 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \ 329 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \ 352 highbd_8_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 452 static void highbd_8_variance(const uint8_t *a8, int a_stride, in highbd_8_variance() function 487 highbd_8_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \ 515 highbd_8_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \ 535 highbd_8_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \
|