Home
last modified time | relevance | path

Searched refs:SKIP_COUNTER (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dget_bits.h105 * Note, this is equivalent to SKIP_CACHE; SKIP_COUNTER.
108 * Will remove the next num bits from the cache (note SKIP_COUNTER
111 * SKIP_COUNTER(name, gb, num)
185 # define SKIP_COUNTER(name, gb, num) name ## _index += (num) macro
187 # define SKIP_COUNTER(name, gb, num) \ macro
196 SKIP_COUNTER(name, gb, num); \
199 #define LAST_SKIP_BITS(name, gb, num) SKIP_COUNTER(name, gb, num)
H A Dituh263dec.c612 SKIP_COUNTER(re, &s->gb, 1 + 7); in h263_decode_block()
615 SKIP_COUNTER(re, &s->gb, 11); in h263_decode_block()
619 SKIP_COUNTER(re, &s->gb, 1 + 7 + 7); in h263_decode_block()
625 SKIP_COUNTER(re, &s->gb, 7 + 8); in h263_decode_block()
631 SKIP_COUNTER(re, &s->gb, 12); in h263_decode_block()
636 SKIP_COUNTER(re, &s->gb, 5 + 6); in h263_decode_block()
643 SKIP_COUNTER(re, &s->gb, 1); in h263_decode_block()
H A Dh261dec.c341 SKIP_COUNTER(re, &s->gb, 6 + 8); in h261_decode_block()
347 SKIP_COUNTER(re, &s->gb, 1); in h261_decode_block()
H A Dmpeg4videodec.c1212 SKIP_COUNTER(re, &s->gb, 1 + 1 + 6); in mpeg4_decode_block()
1233 SKIP_COUNTER(re, &s->gb, 1 + 11 + 5 + 1); in mpeg4_decode_block()
1252 SKIP_COUNTER(re, &s->gb, 2 + 1 + 6); in mpeg4_decode_block()
1277 SKIP_COUNTER(re, &s->gb, 1 + 12 + 1); in mpeg4_decode_block()
H A Dmsmpeg4dec.c734 SKIP_COUNTER(re, &s->gb, 1+6+8); in ff_msmpeg4_decode_block()

Completed in 11 milliseconds