Home
last modified time | relevance | path

Searched refs:dequants (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dav1_quantize.c672 Dequants *const dequants = &cpi->dequants; in av1_init_quantizer() local
675 cm->v_ac_delta_q, quants, dequants); in av1_init_quantizer()
701 x->plane[0].dequant_QTX = cpi->dequants.y_dequant_QTX[qindex]; in av1_init_plane_quantizers()
706 xd->plane[0].dequant_Q3 = cpi->dequants.y_dequant_Q3[qindex]; in av1_init_plane_quantizers()
719 x->plane[1].dequant_QTX = cpi->dequants.u_dequant_QTX[qindex]; in av1_init_plane_quantizers()
724 x->plane[1].dequant_QTX = cpi->dequants.u_dequant_QTX[qindex]; in av1_init_plane_quantizers()
725 xd->plane[1].dequant_Q3 = cpi->dequants.u_dequant_Q3[qindex]; in av1_init_plane_quantizers()
738 x->plane[2].dequant_QTX = cpi->dequants.v_dequant_QTX[qindex]; in av1_init_plane_quantizers()
743 x->plane[2].dequant_QTX = cpi->dequants.v_dequant_QTX[qindex]; in av1_init_plane_quantizers()
744 xd->plane[2].dequant_Q3 = cpi->dequants.v_dequant_Q3[qindex]; in av1_init_plane_quantizers()
Dvar_based_part.c362 (int64_t)(threshold_multiplier * cpi->dequants.y_dequant_QTX[q][1]); in set_vbp_thresholds()
412 cpi->vbp_threshold_sad = (cpi->dequants.y_dequant_QTX[q][1] << 1) > 1000 in av1_set_variance_partition_thresholds()
413 ? (cpi->dequants.y_dequant_QTX[q][1] << 1) in av1_set_variance_partition_thresholds()
422 (cpi->dequants.y_dequant_QTX[q][1] << 3) > 8000 in av1_set_variance_partition_thresholds()
423 ? (cpi->dequants.y_dequant_QTX[q][1] << 3) in av1_set_variance_partition_thresholds()
Dencoder.h720 Dequants dequants; member