Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c150 ctx->bitread_ctx = mpp_calloc(BitReadCtx_t, 1); in m2vd_parser_init_ctx()
288 if (p->bitread_ctx) { in m2vd_parser_deinit()
289 mpp_free(p->bitread_ctx); in m2vd_parser_deinit()
290 p->bitread_ctx = NULL; in m2vd_parser_deinit()
580 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_seq_ext_header()
606 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_seqdisp_ext_header()
629 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_matrix_ext_header()
664 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_scalable_ext_header()
706 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_picdisp_ext_header()
751 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_spatial_ext_header()
[all …]
H A Dm2vd_parser.h229 BitReadCtx_t *bitread_ctx; member