Searched refs:dequant_shift (Results 1 – 3 of 3) sorted by relevance
96 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_from_sse() local101 int quantizer = p->dequant_QTX[1] >> dequant_shift; in model_rd_from_sse()112 p->dequant_QTX[1] >> dequant_shift, rate, in model_rd_from_sse()129 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in model_rd_with_curvfit() local130 const int qstep = AOMMAX(p->dequant_QTX[1] >> dequant_shift, 1); in model_rd_with_curvfit()
770 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintTransformUnitStats() local771 const int q_step = p->dequant_QTX[1] >> dequant_shift; in PrintTransformUnitStats()963 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in PrintPredictionUnitStats() local964 const int q_step = p->dequant_QTX[1] >> dequant_shift; in PrintPredictionUnitStats()2175 const int dequant_shift = (is_cur_buf_hbd(xd)) ? xd->bd - 5 : 3; in search_tx_type() local2176 const int qstep = x->plane[plane].dequant_QTX[1] >> dequant_shift; in search_tx_type()
180 const int dequant_shift = in model_rd_for_sb() local248 qstep_vec[i] = pd->dequant[1] >> dequant_shift; in model_rd_for_sb()