Searched refs:highbd_12_variance (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 282 static void highbd_12_variance(const uint8_t *src8_ptr, int src_stride, in highbd_12_variance() function 319 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \ 343 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, S, S, sse, \ 370 highbd_12_variance(src_ptr, src_stride, ref_ptr, ref_stride, W, H, sse, \
|
/external/libaom/libaom/aom_dsp/ |
D | variance.c | 472 static void highbd_12_variance(const uint8_t *a8, int a_stride, in highbd_12_variance() function 506 highbd_12_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \ 527 highbd_12_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \ 551 highbd_12_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \
|