Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h119 COMPLEXITY_AQ = 2, enumerator
Dvp9_encodeframe.c1758 if (cpi->oxcf.aq_mode == COMPLEXITY_AQ) { in update_state()
2013 if ((rd_cost->rate != INT_MAX) && (aq_mode == COMPLEXITY_AQ) && in rd_pick_sb_modes()
6084 cpi->oxcf.aq_mode != COMPLEXITY_AQ && in encode_superblock()
Dvp9_encoder.c3923 } else if (cpi->oxcf.aq_mode == COMPLEXITY_AQ) {
4106 } else if (oxcf->aq_mode == COMPLEXITY_AQ) {
/external/libaom/libaom/av1/encoder/
Dencoder.h107 COMPLEXITY_AQ = 2, enumerator
Dencodeframe.c363 if (cpi->oxcf.aq_mode == COMPLEXITY_AQ) { in update_state()
625 } else if (aq_mode == COMPLEXITY_AQ) { in pick_sb_modes()
672 if ((rd_cost->rate != INT_MAX) && (aq_mode == COMPLEXITY_AQ) && in pick_sb_modes()
Dencoder.c4442 } else if (cpi->oxcf.aq_mode == COMPLEXITY_AQ) { in encode_with_recode_loop()