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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dxan.c206 int curframe_x, prevframe_x; local
217 prevframe_x = x + motion_x;
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
226 prevframe_x += count;
233 if (prevframe_x >= width) {
235 prevframe_x = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dxan.c206 int curframe_x, prevframe_x; local
217 prevframe_x = x + motion_x;
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
226 prevframe_x += count;
233 if (prevframe_x >= width) {
235 prevframe_x = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dxan.c206 int curframe_x, prevframe_x; local
217 prevframe_x = x + motion_x;
219 int count = FFMIN3(pixel_count, width - curframe_x, width - prevframe_x);
226 prevframe_x += count;
233 if (prevframe_x >= width) {
235 prevframe_x = 0;

Completed in 113 milliseconds