Searched defs:dc_q (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | partition_strategy.c | 193 const int dc_q = in intra_mode_cnn_partition() local 630 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in simple_motion_search_prune_part_features() local 817 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_get_max_min_partition_features() local 1063 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in av1_ml_early_term_after_split() local 1527 const int dc_q = (int)x->plane[0].dequant_QTX[0] >> (bit_depth - 8); in av1_ml_predict_breakout() local
|
H A D | tx_search.c | 185 const int16_t dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_txfm() local 2518 const int dc_q = x->plane[0].dequant_QTX[0] >> 3; in prune_tx_split_no_split() local 2801 const int dc_q = av1_dc_quant_QTX(x->qindex, 0, xd->bd) >> (xd->bd - 8); in ml_predict_intra_tx_depth_prune() local
|
H A D | partition_search.c | 5918 const int dc_q = av1_dc_quant_QTX(cm->quant_params.base_qindex, 0, in ml_predict_var_partitioning() local 5996 const int dc_q = av1_dc_quant_QTX(cm->quant_params.base_qindex, 0, in store_partition_data() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 3371 const int dc_q = in ml_prune_rect_partition() local 3374 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_prune_rect_partition() local 3556 const int dc_q = in ml_predict_var_rd_partitioning() local 3559 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_predict_var_rd_partitioning() local 4876 const int dc_q = vp9_dc_quant(cm->base_qindex, 0, cm->bit_depth); in ml_predict_var_partitioning() local
|