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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_cropdetect.c124 int w, h, x, y, shrink_by; local
184 shrink_by = w % s->round;
185 w -= shrink_by;
186 x += (shrink_by/2 + 1) & ~1;
188 shrink_by = h % s->round;
189 h -= shrink_by;
190 y += (shrink_by/2 + 1) & ~1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_cropdetect.c120 int w, h, x, y, shrink_by; local
176 shrink_by = w % cd->round;
177 w -= shrink_by;
178 x += (shrink_by/2 + 1) & ~1;
180 shrink_by = h % cd->round;
181 h -= shrink_by;
182 y += (shrink_by/2 + 1) & ~1;

Completed in 116 milliseconds