HomeSort by relevance Sort by last modified time
    Searched full:highbd_12_variance (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
variance.c 317 static void highbd_12_variance(const uint8_t *a8, int a_stride, function
354 highbd_12_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
374 highbd_12_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \
404 highbd_12_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \

Completed in 166 milliseconds