Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c2075 RK_U32 coeff_cdf_idx = 0; in vdpu383_av1d_set_cdf() local
2093 coeff_cdf_idx = dxva->quantization.base_qindex <= 20 ? 0 : in vdpu383_av1d_set_cdf()
2106 + NON_COEF_CDF_SIZE + COEF_CDF_SIZE * coeff_cdf_idx, in vdpu383_av1d_set_cdf()
2113 coeff_cdf_idx = reg_ctx->ref_info_tbl[mapped_idx].coeff_idx; in vdpu383_av1d_set_cdf()
2131 + NON_COEF_CDF_SIZE + COEF_CDF_SIZE * coeff_cdf_idx, in vdpu383_av1d_set_cdf()
2142 mpp_dev_set_reg_offset(p_hal->dev, 178, NON_COEF_CDF_SIZE + COEF_CDF_SIZE * coeff_cdf_idx); in vdpu383_av1d_set_cdf()
2155 reg_ctx->ref_info_tbl[i].coeff_idx = coeff_cdf_idx; in vdpu383_av1d_set_cdf()