Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c543 hw_cfg->y2_quant_dc[i] = ctx->qp_y2[qp].quant[0]; in set_new_frame()
544 hw_cfg->y2_quant_ac[i] = ctx->qp_y2[qp].quant[1]; in set_new_frame()
549 hw_cfg->y2_zbin_dc[i] = ctx->qp_y2[qp].zbin[0]; in set_new_frame()
550 hw_cfg->y2_zbin_ac[i] = ctx->qp_y2[qp].zbin[1]; in set_new_frame()
555 hw_cfg->y2_round_dc[i] = ctx->qp_y2[qp].round[0]; in set_new_frame()
556 hw_cfg->y2_round_ac[i] = ctx->qp_y2[qp].round[1]; in set_new_frame()
561 hw_cfg->y2_dequant_dc[i] = ctx->qp_y2[qp].dequant[0]; in set_new_frame()
562 hw_cfg->y2_dequant_ac[i] = ctx->qp_y2[qp].dequant[1]; in set_new_frame()
1497 qp = &ctx->qp_y2[i]; in hal_vp8e_init_qp_table()
H A Dhal_vp8e_base.h352 Vp8eQp qp_y2[QINDEX_RANGE]; member