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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxan.c246 int curframe_x, prevframe_x; local
263 prevframe_x = x + motion_x;
274 width - prevframe_x);
282 prevframe_x += count;
289 if (prevframe_x >= width) {
291 prevframe_x = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxan.c224 int curframe_x, prevframe_x; local
241 prevframe_x = x + motion_x;
246 width - prevframe_x);
254 prevframe_x += count;
261 if (prevframe_x >= width) {
263 prevframe_x = 0;

Completed in 34 milliseconds