Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c545 hw_cfg->ch_quant_dc[i] = ctx->qp_ch[qp].quant[0]; in set_new_frame()
546 hw_cfg->ch_quant_ac[i] = ctx->qp_ch[qp].quant[1]; in set_new_frame()
551 hw_cfg->ch_zbin_dc[i] = ctx->qp_ch[qp].zbin[0]; in set_new_frame()
552 hw_cfg->ch_zbin_ac[i] = ctx->qp_ch[qp].zbin[1]; in set_new_frame()
557 hw_cfg->ch_round_dc[i] = ctx->qp_ch[qp].round[0]; in set_new_frame()
558 hw_cfg->ch_round_ac[i] = ctx->qp_ch[qp].round[1]; in set_new_frame()
563 hw_cfg->ch_dequant_dc[i] = ctx->qp_ch[qp].dequant[0]; in set_new_frame()
564 hw_cfg->ch_dequant_ac[i] = ctx->qp_ch[qp].dequant[1]; in set_new_frame()
1514 qp = &ctx->qp_ch[i]; in hal_vp8e_init_qp_table()
H A Dhal_vp8e_base.h353 Vp8eQp qp_ch[QINDEX_RANGE]; member