Searched refs:av1_dc_quant_QTX (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | quant_common.h | 43 int16_t av1_dc_quant_QTX(int qindex, int delta, aom_bit_depth_t bit_depth);
|
D | quant_common.c | 220 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/encoder/ |
D | partition_strategy.c | 48 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in get_res_var_features() 285 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in simple_motion_search_prune_part_features() 504 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in firstpass_simple_motion_search_features() 587 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_get_max_min_partition_features()
|
D | av1_quantize.c | 597 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, y_dc_delta_q, bit_depth) in av1_build_quantizer() 612 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, u_dc_delta_q, bit_depth) in av1_build_quantizer() 627 quant_QTX = i == 0 ? av1_dc_quant_QTX(q, v_dc_delta_q, bit_depth) in av1_build_quantizer()
|
D | rdopt.c | 3852 const int16_t dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_flag()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1658 xd->plane[j].seg_dequant_QTX[i][0] = av1_dc_quant_QTX( in parse_decode_block() 2270 av1_dc_quant_QTX(qindex, cm->y_dc_delta_q, bit_depth); in setup_segmentation_dequant() 2273 av1_dc_quant_QTX(qindex, cm->u_dc_delta_q, bit_depth); in setup_segmentation_dequant() 2277 av1_dc_quant_QTX(qindex, cm->v_dc_delta_q, bit_depth); in setup_segmentation_dequant()
|