Searched refs:thresh_rate_sb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c45 int64_t thresh_rate_sb; member in struct:CYCLIC_REFRESH
99 if (cr->projected_rate_sb < cr->thresh_rate_sb)
211 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 2;
217 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 3;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c46 int64_t thresh_rate_sb; member in struct:CYCLIC_REFRESH
100 if (cr->projected_rate_sb < cr->thresh_rate_sb)
210 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 2;
217 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 3;

Completed in 52 milliseconds