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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 150 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
154 actd = (vpx_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse)+128)>>8;
171 actd = (vpx_variance8x8(yd, yd_stride, VP8_ZEROS, 0, &sse)+32)>>6;
187 actrisk = (actd > act * 5);
191 while (actd >>= 1) thr++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
153 actd = (vp8_variance16x16(yd, yd_stride, VP8_ZEROS, 0, &sse)+128)>>8;
170 actd = (vp8_variance8x8(yd, yd_stride, VP8_ZEROS, 0, &sse)+32)>>6;
186 actrisk = (actd > act * 5);
190 while (actd >>= 1) thr++;

Completed in 216 milliseconds