Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_aq_complexity.c41 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) { in get_aq_c_strength() function
58 const int aq_strength = get_aq_c_strength(cm->base_qindex, 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()
/external/libaom/av1/encoder/
Daq_complexity.c41 static int get_aq_c_strength(int q_index, aom_bit_depth_t bit_depth) { in get_aq_c_strength() function
82 get_aq_c_strength(base_qindex, cm->seq_params->bit_depth); in av1_setup_in_frame_q_adj()
150 const int aq_strength = get_aq_c_strength(cm->quant_params.base_qindex, in av1_caq_select_segment()