Home
last modified time | relevance | path

Searched refs:padding_bug_score (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263dec.c283 s->padding_bug_score--; in decode_slice()
328 s->padding_bug_score += 32; in decode_slice()
340 s->padding_bug_score += 16; in decode_slice()
346 s->padding_bug_score--; in decode_slice()
349 s->padding_bug_score += 4; in decode_slice()
351 s->padding_bug_score++; in decode_slice()
363 s->padding_bug_score += 32; in decode_slice()
371 s->padding_bug_score += 32; in decode_slice()
376 (s->padding_bug_score > -2 && !s->data_partitioning)) in decode_slice()
414 get_bits_left(&s->gb), show_bits(&s->gb, 24), s->padding_bug_score); in decode_slice()
Dmpegvideo.h413 int padding_bug_score; ///< used to detect the VERY common padding bug in MPEG-4 member
Dmpegvideo.c610 s->padding_bug_score = s1->padding_bug_score; in ff_mpeg_update_thread_context()
Dmpeg4videodec.c2767 s->padding_bug_score = 256 * 256 * 256 * 64; in ff_mpeg4_workaround_bugs()
2805 s->padding_bug_score = 256 * 256 * 256 * 64; in ff_mpeg4_workaround_bugs()
Dmpegvideo_enc.c3632 MERGE(padding_bug_score); in merge_context_after_encode()