Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c145 RK_S32 pre_ctx_state = MPP_CLIP3(1, 126, ((m * (RK_S32)qp) >> 4) + n); in vepu_write_cabac_table() local
147 if (pre_ctx_state <= 63) in vepu_write_cabac_table()
149 (RK_U8)((63 - pre_ctx_state) << 1); in vepu_write_cabac_table()
152 (RK_U8)(((pre_ctx_state - 64) << 1) | 1); in vepu_write_cabac_table()