Lines Matching refs:bitread_ctx
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()
781 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_pic_ext_header()
844 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_copyright_ext_header()
876 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_ext_header()
940 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_gop_header()
960 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_seq_header()
1009 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_extra_bit_information()
1018 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_pic_header()
1050 BitReadCtx_t *bx = ctx->bitread_ctx; in m2vd_decode_head()
1345 BitReadCtx_t *bx = p->bitread_ctx; in m2vd_convert_to_dxva()
1490 mpp_set_bitread_ctx(p->bitread_ctx, p->bitstream_sw_buf, p->frame_size); in m2vd_parser_parse()