Home | History | Annotate | Download | only in parser

Lines Matching refs:cxt

22     viddec_sc_parse_cubby_cxt_t *cxt;
27 cxt = ( viddec_sc_parse_cubby_cxt_t *)in;
29 data_left = cxt->size;
30 ptr = cxt->buf;
31 phase = cxt->phase;
32 cxt->sc_end_pos = -1;
97 cxt->sc_end_pos = size;
110 cxt->sc_end_pos++;
111 state->next_sc = cxt->buf[cxt->sc_end_pos];
116 cxt->phase = phase;