Home
last modified time | relevance | path

Searched refs:aq_strength (Results 1 – 2 of 2) sorted by relevance

/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() local
88 aq_c_q_adj_factor[aq_strength][segment], cm->bit_depth); 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() local
146 if ((projected_rate < target_rate * aq_c_transitions[aq_strength][i]) && in vp9_caq_select_segment()
147 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in vp9_caq_select_segment()
/external/libaom/libaom/av1/encoder/
Daq_complexity.c82 const int aq_strength = in av1_setup_in_frame_q_adj() local
109 aq_c_q_adj_factor[aq_strength][segment], cm->seq_params.bit_depth); 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() local
171 if ((projected_rate < target_rate * aq_c_transitions[aq_strength][i]) && in av1_caq_select_segment()
172 (logvar < (low_var_thresh + aq_c_var_thresholds[aq_strength][i]))) { in av1_caq_select_segment()