Home
last modified time | relevance | path

Searched refs:base_qindex (Results 1 – 25 of 75) sorted by relevance

123

/external/libaom/libaom/av1/encoder/
Daq_variance.c47 const int base_qindex = cm->quant_params.base_qindex; in av1_vaq_frame_setup() local
81 &cpi->rc, cm->current_frame.frame_type, base_qindex, in av1_vaq_frame_setup()
88 if ((base_qindex != 0) && ((base_qindex + qindex_delta) == 0)) { in av1_vaq_frame_setup()
89 qindex_delta = -base_qindex + 1; in av1_vaq_frame_setup()
196 const int base_qindex = cm->quant_params.base_qindex; in av1_compute_q_from_energy_level_deltaq_mode() local
198 &cpi->rc, cm->current_frame.frame_type, base_qindex, in av1_compute_q_from_energy_level_deltaq_mode()
201 if ((base_qindex != 0) && ((base_qindex + qindex_delta) == 0)) { in av1_compute_q_from_energy_level_deltaq_mode()
202 qindex_delta = -base_qindex + 1; in av1_compute_q_from_energy_level_deltaq_mode()
204 return base_qindex + qindex_delta; in av1_compute_q_from_energy_level_deltaq_mode()
Daq_complexity.c64 const int base_qindex = cm->quant_params.base_qindex; in av1_setup_in_frame_q_adj() local
83 get_aq_c_strength(base_qindex, cm->seq_params.bit_depth); in av1_setup_in_frame_q_adj()
108 &cpi->rc, cm->current_frame.frame_type, base_qindex, in av1_setup_in_frame_q_adj()
115 if ((base_qindex != 0) && ((base_qindex + qindex_delta) == 0)) { in av1_setup_in_frame_q_adj()
116 qindex_delta = -base_qindex + 1; in av1_setup_in_frame_q_adj()
118 if ((base_qindex + qindex_delta) > 0) { in av1_setup_in_frame_q_adj()
155 const int aq_strength = get_aq_c_strength(cm->quant_params.base_qindex, in av1_caq_select_segment()
Daq_cyclicrefresh.c100 const int base_qindex = cm->quant_params.base_qindex; in av1_cyclic_refresh_estimate_bits_at_q() local
112 av1_estimate_bits_at_q(frame_type, base_qindex, mbs, in av1_cyclic_refresh_estimate_bits_at_q()
115 frame_type, base_qindex + cr->qindex_delta[1], in av1_cyclic_refresh_estimate_bits_at_q()
118 frame_type, base_qindex + cr->qindex_delta[2], in av1_cyclic_refresh_estimate_bits_at_q()
297 cm->quant_params.base_qindex) in cyclic_refresh_update_map()
433 const double q = av1_convert_qindex_to_q(cm->quant_params.base_qindex, in av1_cyclic_refresh_setup()
467 compute_deltaq(cpi, quant_params->base_qindex, cr->rate_ratio_qdelta); in av1_cyclic_refresh_setup()
472 quant_params->base_qindex + quant_params->y_dc_delta_q + qindex_delta, in av1_cyclic_refresh_setup()
480 cpi, quant_params->base_qindex, in av1_cyclic_refresh_setup()
Dav1_quantize.c673 ? quant_params->base_qindex + xd->delta_qindex in av1_init_plane_quantizers()
674 : quant_params->base_qindex)); in av1_init_plane_quantizers()
748 quant_params->base_qindex = AOMMAX(cm->delta_q_info.delta_q_present_flag, q); in av1_set_quantizer()
755 aom_get_qmlevel(quant_params->base_qindex, min_qmlevel, max_qmlevel); in av1_set_quantizer()
757 aom_get_qmlevel(quant_params->base_qindex + quant_params->u_ac_delta_q, in av1_set_quantizer()
764 aom_get_qmlevel(quant_params->base_qindex + quant_params->v_ac_delta_q, in av1_set_quantizer()
Dtpl_model.c737 const int base_qindex = pframe_qindex; in mc_flow_dispenser() local
739 rdmult = (int)av1_compute_rd_mult(cpi, base_qindex); in mc_flow_dispenser()
742 av1_initialize_me_consts(cpi, x, base_qindex); in mc_flow_dispenser()
746 cm->quant_params.base_qindex = base_qindex; in mc_flow_dispenser()
1170 cpi, quant_params->base_qindex + quant_params->y_dc_delta_q); in av1_tpl_rdmult_setup_sb()
1172 av1_compute_rd_mult(cpi, quant_params->base_qindex + xd->delta_qindex + in av1_tpl_rdmult_setup_sb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_complexity.c58 const int aq_strength = get_aq_c_strength(cm->base_qindex, cm->bit_depth); in vp9_setup_in_frame_q_adj()
87 &cpi->rc, cm->frame_type, cm->base_qindex, in vp9_setup_in_frame_q_adj()
94 if ((cm->base_qindex != 0) && ((cm->base_qindex + qindex_delta) == 0)) { in vp9_setup_in_frame_q_adj()
95 qindex_delta = -cm->base_qindex + 1; in vp9_setup_in_frame_q_adj()
97 if ((cm->base_qindex + qindex_delta) > 0) { in vp9_setup_in_frame_q_adj()
132 const int aq_strength = get_aq_c_strength(cm->base_qindex, cm->bit_depth); in vp9_caq_select_segment()
Dvp9_aq_360.c55 vp9_compute_qdelta_by_rate(&cpi->rc, cm->frame_type, cm->base_qindex, in vp9_360aq_frame_setup()
62 if ((cm->base_qindex != 0) && ((cm->base_qindex + qindex_delta) == 0)) { in vp9_360aq_frame_setup()
63 qindex_delta = -cm->base_qindex + 1; in vp9_360aq_frame_setup()
Dvp9_aq_cyclicrefresh.c118 vp9_estimate_bits_at_q(cm->frame_type, cm->base_qindex, mbs, in vp9_cyclic_refresh_estimate_bits_at_q()
122 cm->base_qindex + cr->qindex_delta[1], in vp9_cyclic_refresh_estimate_bits_at_q()
126 cm->base_qindex + cr->qindex_delta[2], in vp9_cyclic_refresh_estimate_bits_at_q()
245 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ); in vp9_cyclic_refresh_update_sb_postencode()
249 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ), in vp9_cyclic_refresh_update_sb_postencode()
388 ? vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST2, cm->base_qindex) in cyclic_refresh_update_map()
389 : vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex); in cyclic_refresh_update_map()
394 VPXMAX(vp9_get_qindex(&cm->seg, CR_SEGMENT_ID_BOOST1, cm->base_qindex), in cyclic_refresh_update_map()
395 cm->base_qindex); in cyclic_refresh_update_map()
609 const double q = vp9_convert_qindex_to_q(cm->base_qindex, cm->bit_depth); in vp9_cyclic_refresh_setup()
[all …]
Dvp9_aq_variance.c64 vp9_compute_qdelta_by_rate(&cpi->rc, cm->frame_type, cm->base_qindex, in vp9_vaq_frame_setup()
71 if ((cm->base_qindex != 0) && ((cm->base_qindex + qindex_delta) == 0)) { in vp9_vaq_frame_setup()
72 qindex_delta = -cm->base_qindex + 1; in vp9_vaq_frame_setup()
Dvp9_segmentation.c67 const int base_qindex = cm->base_qindex; in vp9_perceptual_aq_mode_setup() local
68 const double base_qstep = vp9_convert_qindex_to_q(base_qindex, cm->bit_depth); in vp9_perceptual_aq_mode_setup()
85 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, target_qindex - base_qindex); in vp9_perceptual_aq_mode_setup()
98 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, target_qindex - base_qindex); in vp9_perceptual_aq_mode_setup()
Dvp9_picklpf.c171 const int q = vp9_ac_quant(cm->base_qindex, 0, cm->bit_depth); in vp9_pick_filter_level()
193 (cm->base_qindex < 200 || cm->width * cm->height > 320 * 240) && in vp9_pick_filter_level()
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c95 static int get_min_filter_level(VP8_COMP *cpi, int base_qindex) { in get_min_filter_level() argument
102 if (base_qindex <= 6) { in get_min_filter_level()
104 } else if (base_qindex <= 16) { in get_min_filter_level()
107 min_filter_level = (base_qindex / 8); in get_min_filter_level()
115 static int get_max_filter_level(VP8_COMP *cpi, int base_qindex) { in get_max_filter_level() argument
122 (void)base_qindex; in get_max_filter_level()
136 int min_filter_level = get_min_filter_level(cpi, cm->base_qindex); in vp8cx_pick_filter_level_fast()
137 int max_filter_level = get_max_filter_level(cpi, cm->base_qindex); in vp8cx_pick_filter_level_fast()
262 int min_filter_level = get_min_filter_level(cpi, cm->base_qindex); in vp8cx_pick_filter_level()
263 int max_filter_level = get_max_filter_level(cpi, cm->base_qindex); in vp8cx_pick_filter_level()
Dvp8_quantize.c302 QIndex = cpi->common.base_qindex + in vp8cx_mb_init_quantizer()
309 QIndex = cpi->common.base_qindex; in vp8cx_mb_init_quantizer()
444 cm->base_qindex = Q; in vp8_set_quantizer()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c197 int base_qindex) { in vp9_get_qindex() argument
201 seg->abs_delta == SEGMENT_ABSDATA ? data : base_qindex + data; in vp9_get_qindex()
204 return base_qindex; in vp9_get_qindex()
Dvp9_quant_common.h30 int base_qindex);
Dvp9_postproc.c313 ppstate->last_base_qindex = cm->base_qindex; in vp9_post_proc_frame()
377 cm->base_qindex - ppstate->last_base_qindex >= q_diff_thresh) { in vp9_post_proc_frame()
405 ppstate->last_base_qindex = cm->base_qindex; in vp9_post_proc_frame()
Dvp9_debugmodes.c19 cm->show_frame, cm->base_qindex); in log_frame_info()
/external/libvpx/libvpx/vp8/common/
Dpostproc.c166 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
205 oci->base_qindex - oci->postproc_state.last_base_qindex >= 20) { in vp8_post_proc_frame()
220 (3 * oci->postproc_state.last_base_qindex + oci->base_qindex) >> 2; in vp8_post_proc_frame()
226 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
229 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
232 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
Donyxc_int.h109 int base_qindex; member
/external/libgav1/libgav1/src/
Dquantizer.cc241 int GetQIndex(const Segmentation& segmentation, int index, int base_qindex) { in GetQIndex() argument
244 base_qindex + in GetQIndex()
248 return base_qindex; in GetQIndex()
Dquantizer.h70 int GetQIndex(const Segmentation& segmentation, int index, int base_qindex);
/external/libaom/libaom/av1/common/
Dquant_common.c218 int base_qindex) { in av1_get_qindex() argument
221 const int seg_qindex = base_qindex + data; in av1_get_qindex()
224 return base_qindex; in av1_get_qindex()
Dquant_common.h48 int base_qindex);
/external/libaom/libaom/av1/decoder/
Dinspection.c50 fd->base_qindex = quant_params->base_qindex; in ifd_inspect()
Dinspection.h70 int base_qindex; member

123