Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_reg.h168 RK_U32 y1_quant_ac : 14; member
361 RK_U32 y1_quant_ac : 14; member
H A Dhal_vp8e_vepu2_reg.h34 RK_U32 y1_quant_ac : 14; member
262 RK_U32 y1_quant_ac : 14; member
H A Dhal_vp8e_vepu1_v2.c118 regs->sw28.y1_quant_ac = hw_cfg->y1_quant_ac[0]; in vp8e_vpu_frame_start()
222 regs->sw72_95[1 + i * 8].num_1.y1_quant_ac = hw_cfg->y1_quant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_vepu2_v2.c121 regs->sw65.y1_quant_ac = hw_cfg->y1_quant_ac[0]; in vp8e_vpu_frame_start()
225 regs->sw0_26[1 + i * 9].num_1.y1_quant_ac = hw_cfg->y1_quant_ac[1 + i]; in vp8e_vpu_frame_start()
H A Dhal_vp8e_base.h291 RK_U16 y1_quant_ac[4]; member
H A Dhal_vp8e_base.c542 hw_cfg->y1_quant_ac[i] = ctx->qp_y1[qp].quant[1]; in set_new_frame()