Searched refs:end_pos2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_template.c | 719 int *end_pos2) in switch_buffer() argument 727 *end_pos2 = in switch_buffer() 728 *end_pos = *end_pos2 + get_bits_count(&s->gb) - *pos; in switch_buffer() 750 int16_t *exponents, int end_pos2) in huffman_decode() argument 756 int end_pos = FFMIN(end_pos2, s->gb.size_in_bits - s->extrasize * 8); in huffman_decode() 784 switch_buffer(s, &pos, &end_pos, &end_pos2); in huffman_decode() 848 if (pos > end_pos2 && last_pos) { in huffman_decode() 853 …tx, AV_LOG_INFO, "overread, skip %d enddists: %d %d\n", last_pos - pos, end_pos-pos, end_pos2-pos); in huffman_decode() 858 switch_buffer(s, &pos, &end_pos, &end_pos2); in huffman_decode() 880 bits_left = end_pos2 - get_bits_count(&s->gb); in huffman_decode() [all …]
|