Lines Matching defs:skip
279 skip_bits(gbc, 8); //skip language code
281 skip_bits(gbc, 7); //skip audio production information
284 skip_bits(gbc, 2); //skip copyright bit and original bitstream bit
286 /* skip the timecodes or parse the Alternate Bit Stream Syntax */
289 skip_bits(gbc, 14); //skip timecode1
291 skip_bits(gbc, 14); //skip timecode2
303 skip_bits(gbc, 10); // skip adconvtyp (1), xbsi2 (8), encinfo (1)
307 /* skip additional bitstream info */
1241 skip_bits(gbc, 2); /* skip gainrng */
1309 skip_bits(gbc, 10); // skip converter snr offset
1493 int skip = 0, got_independent_frame = 0;
1561 /* skip frame if CRC is ok. otherwise use error concealment. */
1685 skip = buf_size - s->frame_size;
1686 goto skip;
1709 skip:
1848 return FFMIN(full_buf_size, s->frame_size + skip);
1850 return FFMIN(full_buf_size, s->superframe_size + skip);