Lines Matching refs:bit_ctx
84 BitReadCtx_t *bit_ctx; member
216 BitReadCtx_t *bit_ctx = mpp_calloc(BitReadCtx_t, 1); in mpp_h263_parser_init() local
220 if (NULL == p || NULL == bit_ctx || NULL == syntax) { in mpp_h263_parser_init()
224 if (bit_ctx) in mpp_h263_parser_init()
225 mpp_free(bit_ctx); in mpp_h263_parser_init()
235 p->bit_ctx = bit_ctx; in mpp_h263_parser_init()
251 if (p->bit_ctx) { in mpp_h263_parser_deinit()
252 mpp_free(p->bit_ctx); in mpp_h263_parser_deinit()
253 p->bit_ctx = NULL; in mpp_h263_parser_deinit()
406 BitReadCtx_t *gb = p->bit_ctx; in mpp_h263_parser_decode()
463 syn->data[1]->DataSize = p->bit_ctx->buf_len; in mpp_h263_parser_setup_syntax()
465 syn->data[1]->pvPVPState = p->bit_ctx->buf; in mpp_h263_parser_setup_syntax()