Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvqavideo.c208 #define CHECK_COUNT() \ macro
260 CHECK_COUNT(); in decode_format80()
271 CHECK_COUNT(); in decode_format80()
280 CHECK_COUNT(); in decode_format80()
290 CHECK_COUNT(); in decode_format80()
299 CHECK_COUNT(); in decode_format80()
/third_party/ffmpeg/libavformat/
Dmpegts.c2994 #define CHECK_COUNT 10 in mpegts_probe() macro
3010 sumscore = sumscore * CHECK_COUNT / check_count; in mpegts_probe()
3011 maxscore = maxscore * CHECK_COUNT / CHECK_BLOCK; in mpegts_probe()
3015 if (check_count > CHECK_COUNT && sumscore > 6) { in mpegts_probe()
3016 return AVPROBE_SCORE_MAX + sumscore - CHECK_COUNT; in mpegts_probe()
3017 } else if (check_count >= CHECK_COUNT && sumscore > 6) { in mpegts_probe()
3018 return AVPROBE_SCORE_MAX/2 + sumscore - CHECK_COUNT; in mpegts_probe()
3019 } else if (check_count >= CHECK_COUNT && maxscore > 6) { in mpegts_probe()
3020 return AVPROBE_SCORE_MAX/2 + sumscore - CHECK_COUNT; in mpegts_probe()