Home
last modified time | relevance | path

Searched refs:highbd_variance64 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvariance.c239 static void highbd_variance64(const uint8_t *src8_ptr, int src_stride, in highbd_variance64() function
265 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_8_variance()
276 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_10_variance()
287 highbd_variance64(src8_ptr, src_stride, ref8_ptr, ref_stride, w, h, &sse_long, in highbd_12_variance()
/external/libaom/libaom/aom_dsp/
Dvariance.c471 static void highbd_variance64(const uint8_t *a8, int a_stride, in highbd_variance64() function
497 highbd_variance64(a, a_stride, b, b_stride, w, h, &sse, &sum); in aom_highbd_sse_odd_size()
506 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_8_variance()
516 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_10_variance()
526 highbd_variance64(a8, a_stride, b8, b_stride, w, h, &sse_long, &sum_long); in highbd_12_variance()