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

  /external/libvpx/libvpx/vpx_dsp/
variance.c 297 static void highbd_8_variance(const uint8_t *a8, int a_stride, function
334 highbd_8_variance(a, a_stride, b, b_stride, W, H, sse, &sum); \
362 highbd_8_variance(src, src_stride, ref, ref_stride, S, S, sse, sum); \
384 highbd_8_variance(src, src_stride, ref, ref_stride, W, H, sse, &sum); \
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 86 * of variance() and highbd_8_variance(). It should not.
vp9_encoder.c     [all...]

Completed in 527 milliseconds