/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.c | 167 case VPX_BITS_8: return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 168 case VPX_BITS_10: return dc_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 169 case VPX_BITS_12: return dc_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 176 return dc_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 183 case VPX_BITS_8: return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 184 case VPX_BITS_10: return ac_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 185 case VPX_BITS_12: return ac_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 192 return ac_qlookup[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant() 202 return clamp(seg_qindex, 0, MAXQ); in vp9_get_qindex()
|
D | vp9_quant_common.h | 22 #define MAXQ 255 macro 23 #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
D | vp9_seg_common.c | 20 static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ, MAX_LOOP_FILTER, 3,
|
/external/libaom/libaom/av1/common/ |
D | quant_common.c | 194 const int q_clamped = clamp(qindex + delta, 0, MAXQ); in av1_dc_quant_Q3() 206 const int q_clamped = clamp(qindex + delta, 0, MAXQ); in av1_ac_quant_Q3() 233 return clamp(seg_qindex, 0, MAXQ); in av1_get_qindex()
|
D | quant_common.h | 25 #define MAXQ 255 macro 26 #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
D | seg_common.c | 23 static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ,
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 33 #define MAXQ 127 macro 34 #define QINDEX_RANGE (MAXQ + 1)
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_cyclicrefresh.c | 48 assert(MAXQ <= 255); in vp9_cyclic_refresh_alloc() 49 memset(cr->last_coded_q_map, MAXQ, last_coded_q_map_size); in vp9_cyclic_refresh_alloc() 244 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ); in vp9_cyclic_refresh_update_sb_postencode() 248 clamp(cm->base_qindex + cr->qindex_delta[mi->segment_id], 0, MAXQ), in vp9_cyclic_refresh_update_sb_postencode() 594 memset(cr->last_coded_q_map, MAXQ, in vp9_cyclic_refresh_setup() 641 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in vp9_cyclic_refresh_setup() 668 memset(cr->last_coded_q_map, MAXQ, in vp9_cyclic_refresh_reset_resize()
|
D | vp9_svc_layercontext.c | 170 assert(MAXQ <= 255); in vp9_init_layer_context() 171 memset(lc->last_coded_q_map, MAXQ, last_coded_q_map_size); in vp9_init_layer_context()
|
D | vp9_rd.c | 287 0, MAXQ); in set_block_thresholds()
|
D | vp9_encoder.c | 122 const int qindex_factor = cm->base_qindex + (MAXQ >> 1); in compute_context_model_thresh() 3964 memset(cr->last_coded_q_map, MAXQ,
|
/external/libaom/libaom/av1/encoder/ |
D | aq_cyclicrefresh.c | 78 assert(MAXQ <= 255); in av1_cyclic_refresh_alloc() 79 memset(cr->last_coded_q_map, MAXQ, last_coded_q_map_size); in av1_cyclic_refresh_alloc() 449 memset(cr->last_coded_q_map, MAXQ, in av1_cyclic_refresh_setup() 493 qindex2 = clamp(cm->base_qindex + cm->y_dc_delta_q + qindex_delta, 0, MAXQ); in av1_cyclic_refresh_setup()
|
D | rd.c | 449 0, MAXQ); in set_block_thresholds()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 308 QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; in vp8cx_mb_init_quantizer()
|
D | firstpass.c | 1078 for (Q = 0; Q < MAXQ; ++Q) { in estimate_cq() 1135 for (Q = 0; Q < MAXQ; ++Q) { in estimate_q() 1175 if (target_norm_bits_per_mb <= 0) return MAXQ * 2; in estimate_kf_group_q() 1219 for (Q = 0; Q < MAXQ; ++Q) { in estimate_kf_group_q() 1235 (Q < (MAXQ * 2))) { in estimate_kf_group_q()
|
D | ratectrl.c | 1208 if (Q >= MAXQ) { in vp8_regulate_q()
|
D | onyx_if.c | 1558 if (cpi->oxcf.fixed_q > MAXQ) cpi->oxcf.fixed_q = MAXQ; in vp8_change_config() 4108 if (Q < MAXQ) { in encode_frame_to_data_rate() 4161 if (Q < MAXQ) { in encode_frame_to_data_rate()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 75 QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) in vp8_mb_init_dequantizer()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 719 xd->current_qindex = clamp(xd->current_qindex, 1, MAXQ); in read_delta_q_params()
|