Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h122 VARIANCE_AQ = 1, enumerator
Dvp9_encodeframe.c215 case VARIANCE_AQ: in set_segment_index()
5985 x->adjust_rdmult_by_segment = (cpi->oxcf.aq_mode == VARIANCE_AQ); in encode_frame_internal()
Dvp9_encoder.c4105 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
4303 if (oxcf->aq_mode == VARIANCE_AQ) {
/external/libaom/libaom/av1/encoder/
Dencoder.h107 VARIANCE_AQ = 1, enumerator
Dencodetxb.c1789 (cpi->oxcf.aq_mode == VARIANCE_AQ && mbmi->segment_id < 4
1792 (cpi->oxcf.aq_mode != VARIANCE_AQ &&
Dencoder.c5538 if (cpi->oxcf.aq_mode == VARIANCE_AQ) { in encode_with_recode_loop()
Dencodeframe.c353 if (aq_mode == VARIANCE_AQ) { in setup_block_rdmult()