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

  /external/libvpx/libvpx/vp8/common/
mfqe.c 121 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
163 thrsq = thr * thr;
164 if (sad < thrsq &&
167 4 * usad < thrsq && 4 * vsad < thrsq && !actrisk)

Completed in 81 milliseconds