Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c368 int qindex_thresh = 0; in cyclic_refresh_update_map() local
386 qindex_thresh = in cyclic_refresh_update_map()
393 qindex_thresh = in cyclic_refresh_update_map()
433 if (cr->last_coded_q_map[bl_index2] > qindex_thresh || in cyclic_refresh_update_map()
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c295 int qindex_thresh = cpi->oxcf.content == AOM_CONTENT_SCREEN in cyclic_refresh_update_map() local
312 if (cr->last_coded_q_map[bl_index2] > qindex_thresh) sum_map++; in cyclic_refresh_update_map()
Dspeed_features.c1315 const int qindex_thresh = boosted ? 80 : 120; in av1_set_speed_features_qindex_dependent() local
1316 if (cm->quant_params.base_qindex <= qindex_thresh && in av1_set_speed_features_qindex_dependent()