Searched refs:NO_AQ (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 430 if (args->cpi->oxcf.aq_mode == NO_AQ && in encode_block() 767 if (args->cpi->oxcf.aq_mode == NO_AQ in av1_encode_block_intra()
|
D | encodeframe.c | 299 if (cpi->oxcf.aq_mode != NO_AQ) return deltaq_rdmult; in get_hier_tpl_rdmult() 351 if (aq_mode != NO_AQ) { in setup_block_rdmult() 1570 setup_block_rdmult(cpi, x, mi_row, mi_col, bsize, NO_AQ, NULL); in encode_b() 1931 setup_block_rdmult(cpi, x, mi_row, mi_col, bsize, NO_AQ, NULL); in rd_use_partition() 2515 setup_block_rdmult(cpi, x, mi_row, mi_col, subsize, NO_AQ, NULL); in rd_try_subblock() 2807 setup_block_rdmult(cpi, x, mi_row, mi_col, bsize, NO_AQ, NULL); in rd_pick_partition() 4390 if (cpi->oxcf.enable_tpl_model && cpi->oxcf.aq_mode == NO_AQ && in adjust_rdmult_tpl_model() 4589 if (cpi->oxcf.aq_mode != NO_AQ) return; in init_ref_frame_space()
|
D | encoder.h | 106 NO_AQ = 0, enumerator
|
D | tpl_model.c | 1142 if (cpi->oxcf.aq_mode != NO_AQ) return; in av1_tpl_rdmult_setup_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 121 NO_AQ = 0, enumerator
|
D | vp9_encodeframe.c | 1864 if (cpi->oxcf.aq_mode != NO_AQ) vp9_init_plane_quantizers(cpi, x); in update_state() 1976 if (aq_mode == NO_AQ || aq_mode == PSNR_AQ) { in set_segment_rdmult() 2237 (cpi->oxcf.aq_mode == NO_AQ || cpi->oxcf.aq_mode == PERCEPTUAL_AQ)) { in encode_b() 2529 if (seg->enabled && (cpi->oxcf.aq_mode != NO_AQ || cpi->roi.enabled)) { in update_state_rt() 2702 if (bsize == BLOCK_16X16 && cpi->oxcf.aq_mode != NO_AQ) { in rd_use_partition() 3884 if (bsize == BLOCK_16X16 && cpi->oxcf.aq_mode != NO_AQ && in rd_pick_partition() 6317 if (cm->seg.enabled && (cpi->oxcf.aq_mode != NO_AQ) && in vp9_encode_frame()
|
D | vp9_firstpass.c | 2894 cpi->oxcf.aq_mode == NO_AQ && cpi->multi_layer_arf && !is_alt_ref_flash) in define_gf_group() 3559 if (cpi->oxcf.aq_mode != NO_AQ && cpi->oxcf.aq_mode != PSNR_AQ && in vp9_twopass_postencode_update()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 86 NO_AQ, // aq_mode
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 196 NO_AQ, // aq_mode
|