Searched refs:ac_q (Results 1 – 4 of 4) sorted by relevance
1320 const int ac_q = av1_ac_quant_QTX(q, 0, bit_depth); in av1_temporal_filter() local1321 const float threshold = 0.7f * ac_q * ac_q; in av1_temporal_filter()
435 const int16_t ac_q = av1_ac_quant_QTX(x->qindex, 0, xd->bd); in predict_skip_flag() local437 const uint32_t ac_thresh = max_qcoef_thresh * ac_q; in predict_skip_flag()
4848 const int ac_q = av1_ac_quant_QTX(x->qindex, 0, xd->bd); in av1_rd_pick_inter_mode_sb() local4850 nn_features[5] = (float)(ac_q_max / ac_q); in av1_rd_pick_inter_mode_sb()
3333 const int ac_q = in ml_predict_breakout() local3336 const int ac_q = vp9_ac_quant(qindex, 0, cm->bit_depth); in ml_predict_breakout()3368 features[feature_index++] = (float)ac_q; in ml_predict_breakout()