Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_reg_tbl.h128 #define VEPU_REG_QP_SUM(x) (((x) & 0x001fffff) * 2) macro
H A Dhal_h264e_vepu2_reg_tbl.h111 #define VEPU_REG_QP_SUM(x) (((x) & 0x001fffff) * 2) macro
H A Dhal_h264e_vepu1_v2.c637 mb_rc->qp_sum = VEPU_REG_QP_SUM(reg_val[VEPU_REG_MAD_CTRL / 4]); in h264e_vepu1_get_mbrc()