Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h126 PERCEPTUAL_AQ = 5, enumerator
Dvp9_encodeframe.c245 case PERCEPTUAL_AQ: mi->segment_id = x->segment_id; break; in set_segment_index()
1978 } else if (aq_mode == PERCEPTUAL_AQ) { in set_segment_rdmult()
2237 (cpi->oxcf.aq_mode == NO_AQ || cpi->oxcf.aq_mode == PERCEPTUAL_AQ)) { in encode_b()
4485 if (cpi->oxcf.aq_mode == PERCEPTUAL_AQ && cm->show_frame) { in encode_rd_sb_row()
6052 if (cpi->oxcf.aq_mode == PERCEPTUAL_AQ) build_kmeans_segmentation(cpi); in encode_frame_internal()
Dvp9_firstpass.c2782 if (oxcf->aq_mode == PERCEPTUAL_AQ) in define_gf_group()
3560 cpi->oxcf.aq_mode != PERCEPTUAL_AQ) { in vp9_twopass_postencode_update()
Dvp9_encoder.c5157 if (oxcf->aq_mode == PERCEPTUAL_AQ) {