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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 58 int64_t thresh_dist_sb; member in struct:CYCLIC_REFRESH
vp9_aq_cyclicrefresh.c 63 if (dist > cr->thresh_dist_sb &&
527 cr->thresh_dist_sb = ((int64_t)(q * q)) << 2;

Completed in 342 milliseconds