Searched refs:current_pass (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_removelogo.c141 int current_pass = 0; local
158 current_pass++;
169 the present will be >= to current_pass.
174 if ( *current_pixel >= current_pass &&
175 *(current_pixel + 1) >= current_pass &&
176 *(current_pixel - 1) >= current_pass &&
177 *(current_pixel + linesize) >= current_pass &&
178 *(current_pixel - linesize) >= current_pass) {
203 *max_mask_size = apply_mask_fudge_factor(current_pass + 1);

Completed in 186 milliseconds