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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_idet.c112 Type type, best_type; local
147 best_type = UNDETERMINED;
150 if(best_type == UNDETERMINED)
151 best_type = idet->history[i];
153 if(idet->history[i] == best_type) {
162 if(match ) idet->last_type = best_type;
164 if(match>2) idet->last_type = best_type;

Completed in 51 milliseconds