Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Drc.h65 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name);
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unlzma.c101 static inline void INIT rc_init(struct rc *rc, in rc_init() function
578 rc_init(&rc, fill, inbuf, in_len); in unlzma()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc.cpp48 MPP_RET rc_init(RcCtx *ctx, MppCodingType type, const char **request_name) in rc_init() function
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_impl.cpp1309 ret = rc_init(&enc->rc_ctx, enc->coding, &brief->name); in mpp_enc_proc_rc_update()