Home | History | Annotate | Download | only in parser

Lines Matching refs:cxt

26     viddec_sc_parse_cubby_cxt_t *cxt;
29 cxt = ( viddec_sc_parse_cubby_cxt_t *)in;
32 data_left = cxt->size;
33 ptr = cxt->buf;
34 phase = cxt->phase;
35 cxt->sc_end_pos = -1;
110 cxt->sc_end_pos = size;
134 cxt->sc_end_pos++;
135 state->next_sc = cxt->buf[cxt->sc_end_pos];
140 cxt->phase = phase;