Searched refs:CHECK_COUNT (Results 1 – 2 of 2) sorted by relevance
208 #define CHECK_COUNT() \ macro260 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()
2994 #define CHECK_COUNT 10 in mpegts_probe() macro3010 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()