Lines Matching refs:BitReadCtx_t
112 static inline RK_S32 m2vd_get_readbits(BitReadCtx_t *bx) in m2vd_get_readbits()
117 static inline RK_S32 m2vd_get_leftbits(BitReadCtx_t *bx) in m2vd_get_leftbits()
122 static RK_S32 m2vd_read_bits(BitReadCtx_t *bx, RK_U32 bits) in m2vd_read_bits()
132 static RK_S32 m2vd_show_bits(BitReadCtx_t *bx, RK_U32 bits) in m2vd_show_bits()
150 ctx->bitread_ctx = mpp_calloc(BitReadCtx_t, 1); in m2vd_parser_init_ctx()
567 static RK_U32 m2vd_search_header(BitReadCtx_t *bx) in m2vd_search_header()
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()