Lines Matching defs:code
115 int code, sign, val, shift;
117 code = get_vlc2(&s->gb, ff_mv_vlc.table, MV_VLC_BITS, 2);
118 if (code == 0)
120 if (code < 0)
125 val = code;
236 * Do not use "fast" flag if you need the code to be robust.
411 * Do not use "fast" flag if you need the code to be robust.
569 * Do not use "fast" flag if you need the code to be robust.
1526 av_log(s->avctx, AV_LOG_ERROR, "Missing picture start code\n");
1724 int code = get_vlc2(&s->gb, ff_mbincr_vlc.table,
1726 if (code < 0) {
1730 if (code >= 33) {
1731 if (code == 33)
1735 s->mb_x += code;
1893 int code = get_vlc2(&s->gb, ff_mbincr_vlc.table,
1895 if (code < 0) {
1899 if (code >= 33) {
1900 if (code == 33) {
1902 } else if (code == 35) {
1911 s->mb_skip_run += code;
2445 /* find next start code */
2490 /* prepare data for next start code */
2704 av_log(avctx, AV_LOG_ERROR, "Missing picture start code\n");