Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c46 int64_t thresh_rate_sb; member
100 if (cr->projected_rate_sb < cr->thresh_rate_sb) in candidate_refresh_aq()
210 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 2; in vp9_cyclic_refresh_setup()
217 cr->thresh_rate_sb = (rc->sb64_target_rate * 256) >> 3; in vp9_cyclic_refresh_setup()