Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c541 hw_cfg->y1_quant_dc[i] = ctx->qp_y1[qp].quant[0]; in set_new_frame()
542 hw_cfg->y1_quant_ac[i] = ctx->qp_y1[qp].quant[1]; in set_new_frame()
547 hw_cfg->y1_zbin_dc[i] = ctx->qp_y1[qp].zbin[0]; in set_new_frame()
548 hw_cfg->y1_zbin_ac[i] = ctx->qp_y1[qp].zbin[1]; in set_new_frame()
553 hw_cfg->y1_round_dc[i] = ctx->qp_y1[qp].round[0]; in set_new_frame()
554 hw_cfg->y1_round_ac[i] = ctx->qp_y1[qp].round[1]; in set_new_frame()
559 hw_cfg->y1_dequant_dc[i] = ctx->qp_y1[qp].dequant[0]; in set_new_frame()
560 hw_cfg->y1_dequant_ac[i] = ctx->qp_y1[qp].dequant[1]; in set_new_frame()
1482 Vp8eQp * qp = &ctx->qp_y1[i]; in hal_vp8e_init_qp_table()
H A Dhal_vp8e_base.h351 Vp8eQp qp_y1[QINDEX_RANGE]; member