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.h118 VARIANCE_AQ = 1, enumerator
Dvp9_encoder.c3919 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
4102 if (oxcf->aq_mode == VARIANCE_AQ) {
Dvp9_encodeframe.c204 case VARIANCE_AQ: in set_segment_index()
5699 x->adjust_rdmult_by_segment = (cpi->oxcf.aq_mode == VARIANCE_AQ); in encode_frame_internal()
/external/libaom/libaom/av1/encoder/
Dencoder.h106 VARIANCE_AQ = 1, enumerator
Dencodetxb.c1695 (cpi->oxcf.aq_mode == VARIANCE_AQ && mbmi->segment_id < 4
1698 (cpi->oxcf.aq_mode != VARIANCE_AQ &&
Dencoder.c4440 if (cpi->oxcf.aq_mode == VARIANCE_AQ) { in encode_with_recode_loop()
Dencodeframe.c617 if (aq_mode == VARIANCE_AQ) { in pick_sb_modes()