Home
last modified time | relevance | path

Searched refs:CHECK_COUNT (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c218 #define CHECK_COUNT() \ macro
280 CHECK_COUNT(); in decode_format80()
291 CHECK_COUNT(); in decode_format80()
302 CHECK_COUNT(); in decode_format80()
312 CHECK_COUNT(); in decode_format80()
321 CHECK_COUNT(); in decode_format80()
/third_party/ffmpeg/libavformat/
H A Dmpegts.c3666 #define CHECK_COUNT 10 in mpegts_probe() macro
3682 sumscore = sumscore * CHECK_COUNT / check_count; in mpegts_probe()
3683 maxscore = maxscore * CHECK_COUNT / CHECK_BLOCK; in mpegts_probe()
3687 if (check_count > CHECK_COUNT && sumscore > 6) { in mpegts_probe()
3688 return AVPROBE_SCORE_MAX + sumscore - CHECK_COUNT; in mpegts_probe()
3689 } else if (check_count >= CHECK_COUNT && sumscore > 6) { in mpegts_probe()
3690 return AVPROBE_SCORE_MAX/2 + sumscore - CHECK_COUNT; in mpegts_probe()
3691 } else if (check_count >= CHECK_COUNT && maxscore > 6) { in mpegts_probe()
3692 return AVPROBE_SCORE_MAX/2 + sumscore - CHECK_COUNT; in mpegts_probe()

Completed in 12 milliseconds