skip_bits_long 261 libavcodec/aac.c skip_bits_long(gb, 4 * num_assoc_data); skip_bits_long 268 libavcodec/aac.c skip_bits_long(gb, 8 * get_bits(gb, 8)); skip_bits_long 393 libavcodec/aac.c skip_bits_long(&gb, i); skip_bits_long 528 libavcodec/aac.c skip_bits_long(gb, 8 * count); skip_bits_long 1263 libavcodec/aac.c skip_bits_long(gb, 8*cnt - 4); // -4 due to reading extension type skip_bits_long 1359 libavcodec/aac.c skip_bits_long(gb, 8*cnt - 4); skip_bits_long 754 libavcodec/bitstream.h skip_bits_long(s, 0); skip_bits_long 758 libavcodec/bitstream.h skip_bits_long(s, 0); skip_bits_long 449 libavcodec/cavsdec.c skip_bits_long(gb,24+align); skip_bits_long 268 libavcodec/eac3dec.c skip_bits_long(gbc, mix_data_size); skip_bits_long 480 libavcodec/eac3dec.c skip_bits_long(gbc, block_start_bits); skip_bits_long 238 libavcodec/flacdec.c skip_bits_long(&s->gb, initial_pos - get_bits_count(&s->gb)); skip_bits_long 214 libavcodec/flashsv.c skip_bits_long(&gb, 8*size); /* skip the consumed bits */ skip_bits_long 5710 libavcodec/h263.c skip_bits_long(gb, pos - get_bits_count(gb)); skip_bits_long 5728 libavcodec/h263.c skip_bits_long(gb, pos - get_bits_count(gb)); skip_bits_long 5979 libavcodec/h263.c skip_bits_long(gb, s->cplx_estimation_trash_i); skip_bits_long 5981 libavcodec/h263.c skip_bits_long(gb, s->cplx_estimation_trash_p); skip_bits_long 5983 libavcodec/h263.c skip_bits_long(gb, s->cplx_estimation_trash_b); skip_bits_long 167 libavcodec/h263dec.c skip_bits_long(&s->gb, 8*(end - start)); skip_bits_long 129 libavcodec/mlp_parser.c skip_bits_long(gb, 48); skip_bits_long 137 libavcodec/mlp_parser.c skip_bits_long(gb, 4 + 11 * 8); skip_bits_long 1444 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, *pos - *end_pos); skip_bits_long 1556 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, last_pos - pos); skip_bits_long 1600 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, bits_left); skip_bits_long 2039 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, 8*(s->last_buf_size - main_data_begin)); skip_bits_long 2048 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, g->part2_3_length); skip_bits_long 2051 libavcodec/mpegaudiodec.c skip_bits_long(&s->in_gb, get_bits_count(&s->gb) - s->gb.size_in_bits); skip_bits_long 2184 libavcodec/mpegaudiodec.c skip_bits_long(&s->gb, -get_bits_count(&s->gb)); skip_bits_long 727 libavcodec/svq3.c skip_bits_long(&s->gb, 0); skip_bits_long 48 libavformat/oggparseflac.c skip_bits_long(&gb, 4*8); /* "FLAC" */ skip_bits_long 51 libavformat/oggparseflac.c skip_bits_long(&gb, 8 + 16); /* minor version + header count */ skip_bits_long 52 libavformat/oggparseflac.c skip_bits_long(&gb, 4*8); /* "fLaC" */