Searched refs:bitread_ctx (Results 1 – 2 of 2) sorted by relevance
150 ctx->bitread_ctx = mpp_calloc(BitReadCtx_t, 1); in m2vd_parser_init_ctx()289 if (p->bitread_ctx) { in m2vd_parser_deinit()290 mpp_free(p->bitread_ctx); in m2vd_parser_deinit()291 p->bitread_ctx = NULL; in m2vd_parser_deinit()584 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_seq_ext_header()610 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_seqdisp_ext_header()633 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_matrix_ext_header()668 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_scalable_ext_header()710 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_picdisp_ext_header()755 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_spatial_ext_header()[all …]
229 BitReadCtx_t *bitread_ctx; member