Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.h55 int64_t thresh_rate_sb; member
Daq_cyclicrefresh.c70 else if (bsize >= BLOCK_16X16 && rate < cr->thresh_rate_sb && in candidate_refresh_aq()
438 cr->thresh_rate_sb = ((int64_t)(rc->sb64_target_rate) << 8) << 2; in av1_cyclic_refresh_setup()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h57 int64_t thresh_rate_sb; member
Dvp9_aq_cyclicrefresh.c79 else if (bsize >= BLOCK_16X16 && rate < cr->thresh_rate_sb && in candidate_refresh_aq()
614 cr->thresh_rate_sb = ((int64_t)(rc->sb64_target_rate) << 8) << 2; in vp9_cyclic_refresh_setup()