Lines Matching refs:code
591 /* XXX: find a way to avoid this duplication of code */
735 /* Following is an optimized code for
847 int pos, code;
866 code = get_vlc2(&s->gb, vlc->table, vlc->bits, 1);
867 ff_dlog(s->avctx, "t=%d code=%d\n", g->count1table_select, code);
872 while (code) {
875 int pos = s_index + idxtab[code];
876 code ^= 8 >> idxtab[code];
900 would be faster to do it in parsing, but the code would be far more