Home
last modified time | relevance | path

Searched refs:av1_dc_quant_Q3 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dquant_common.c193 int16_t av1_dc_quant_Q3(int qindex, int delta, aom_bit_depth_t bit_depth) { in av1_dc_quant_Q3() function
221 return av1_dc_quant_Q3(qindex, delta, bit_depth); in av1_dc_quant_QTX()
Dquant_common.h41 int16_t av1_dc_quant_Q3(int qindex, int delta, aom_bit_depth_t bit_depth);
/external/libaom/libaom/av1/encoder/
Drd.c351 const int q = av1_dc_quant_Q3(qindex, 0, cpi->common.seq_params.bit_depth); in av1_compute_rd_mult_based_on_qindex()
382 av1_dc_quant_Q3(cm->base_qindex, 0, cpi->common.seq_params.bit_depth); in av1_get_adaptive_rdmult()
412 case AOM_BITS_8: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_8) / 4.0; break; in compute_rd_thresh_factor()
413 case AOM_BITS_10: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_10) / 16.0; break; in compute_rd_thresh_factor()
414 case AOM_BITS_12: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_12) / 64.0; break; in compute_rd_thresh_factor()
1320 const int q = av1_dc_quant_Q3(qindex, qdelta, bit_depth); in av1_get_intra_cost_penalty()
Dav1_quantize.c570 const int quant = av1_dc_quant_Q3(q, 0, bit_depth); in get_qzbin_factor()
594 quant_Q3 = i == 0 ? av1_dc_quant_Q3(q, y_dc_delta_q, bit_depth) in av1_build_quantizer()
609 quant_Q3 = i == 0 ? av1_dc_quant_Q3(q, u_dc_delta_q, bit_depth) in av1_build_quantizer()
624 quant_Q3 = i == 0 ? av1_dc_quant_Q3(q, v_dc_delta_q, bit_depth) in av1_build_quantizer()