Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_rc.h27 MPP_RET vp8e_init_rc(Vp8eRc *rc, MppEncCfgSet *cfg);
28 MPP_RET vp8e_update_rc_cfg(Vp8eRc *rc, MppEncRcCfg *cfg);
29 MPP_RET vp8e_before_pic_rc(Vp8eRc *rc);
30 MPP_RET vp8e_after_pic_rc(Vp8eRc *rc, RK_S32 bitcnt);
H A Dvp8e_rc.c234 static MPP_RET skip_pic(Vp8eRc *rc) in skip_pic()
320 static MPP_RET cal_pic_quant(Vp8eRc *rc) in cal_pic_quant()
395 MPP_RET vp8e_update_rc_cfg(Vp8eRc *rc, MppEncRcCfg *cfg) in vp8e_update_rc_cfg()
438 MPP_RET vp8e_init_rc(Vp8eRc *rc, MppEncCfgSet *cfg) in vp8e_init_rc()
506 MPP_RET vp8e_before_pic_rc(Vp8eRc *rc) in vp8e_before_pic_rc()
533 MPP_RET vp8e_after_pic_rc(Vp8eRc *rc, RK_S32 bitcnt) in vp8e_after_pic_rc()
H A Dvp8e_api_v2.c46 Vp8eRc *rc;
107 p->rc = mpp_calloc(Vp8eRc, 1); in vp8e_init()
108 memset(p->rc, 0, sizeof(Vp8eRc)); in vp8e_init()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dvp8e_syntax.h101 } Vp8eRc; typedef
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.h346 Vp8eRc *rc;
H A Dhal_vp8e_vepu1_v2.c492 ctx->rc = (Vp8eRc*) syntax[i].data; in hal_vp8e_vepu1_get_task_v2()
H A Dhal_vp8e_vepu2_v2.c494 ctx->rc = (Vp8eRc*) syntax[i].data; in hal_vp8e_vepu2_get_task_v2()