Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h48 VP8E_FRM_P, enumerator
H A Dhal_vp8e_vepu1_v2.c496 ctx->frame_type = task->rc_task->frm.is_intra ? VP8E_FRM_KEY : VP8E_FRM_P; in hal_vp8e_vepu1_get_task_v2()
H A Dhal_vp8e_vepu2_v2.c498 ctx->frame_type = task->rc_task->frm.is_intra ? VP8E_FRM_KEY : VP8E_FRM_P; in hal_vp8e_vepu2_get_task_v2()
H A Dhal_vp8e_base.c1449 if (ctx->frame_type == VP8E_FRM_P) { in hal_vp8e_enc_strm_code()