Home
last modified time | relevance | path

Searched refs:av1_dc_quant_QTX (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drd.c344 const int q = av1_dc_quant_QTX(qindex, 0, cpi->common.seq_params.bit_depth); in av1_compute_rd_mult_based_on_qindex()
374 int q = av1_dc_quant_QTX(qindex, 0, cpi->common.seq_params.bit_depth); in av1_get_deltaq_offset()
380 q = av1_dc_quant_QTX(qindex, 0, cpi->common.seq_params.bit_depth); in av1_get_deltaq_offset()
385 q = av1_dc_quant_QTX(qindex, 0, cpi->common.seq_params.bit_depth); in av1_get_deltaq_offset()
394 int64_t q = av1_dc_quant_QTX(cm->quant_params.base_qindex, 0, in av1_get_adaptive_rdmult()
425 case AOM_BITS_8: q = av1_dc_quant_QTX(qindex, 0, AOM_BITS_8) / 4.0; break; in compute_rd_thresh_factor()
427 q = av1_dc_quant_QTX(qindex, 0, AOM_BITS_10) / 16.0; in compute_rd_thresh_factor()
430 q = av1_dc_quant_QTX(qindex, 0, AOM_BITS_12) / 64.0; in compute_rd_thresh_factor()
1323 const int q = av1_dc_quant_QTX(qindex, qdelta, bit_depth); in av1_get_intra_cost_penalty()
Dav1_quantize.c567 const int quant = av1_dc_quant_QTX(q, 0, bit_depth); in get_qzbin_factor()
591 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, y_dc_delta_q, bit_depth) in av1_build_quantizer()
602 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, u_dc_delta_q, bit_depth) in av1_build_quantizer()
613 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, v_dc_delta_q, bit_depth) in av1_build_quantizer()
Dpartition_strategy.c107 av1_dc_quant_QTX(x->qindex, 0, bit_depth) >> (bit_depth - 8); in av1_intra_mode_cnn_partition()
481 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in simple_motion_search_prune_part_features()
632 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_get_max_min_partition_features()
860 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_ml_early_term_after_split()
Dpickrst.c1467 const int qs = av1_dc_quant_QTX(rsc->cm->quant_params.base_qindex, 0, in search_wiener()
Dtx_search.c399 const int16_t dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_flag()
/external/libaom/libaom/av1/common/
Dquant_common.h44 int16_t av1_dc_quant_QTX(int qindex, int delta, aom_bit_depth_t bit_depth);
Dquant_common.c193 int16_t av1_dc_quant_QTX(int qindex, int delta, aom_bit_depth_t bit_depth) { in av1_dc_quant_QTX() function
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1239 xd->plane[j].seg_dequant_QTX[i][0] = av1_dc_quant_QTX( in parse_decode_block()
1869 av1_dc_quant_QTX(qindex, quant_params->y_dc_delta_q, bit_depth); in setup_segmentation_dequant()
1872 av1_dc_quant_QTX(qindex, quant_params->u_dc_delta_q, bit_depth); in setup_segmentation_dequant()
1876 av1_dc_quant_QTX(qindex, quant_params->v_dc_delta_q, bit_depth); in setup_segmentation_dequant()