Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxan.c246 int curframe_x, prevframe_x; in xan_wc3_copy_pixel_run() local
263 prevframe_x = x + motion_x; in xan_wc3_copy_pixel_run()
274 width - prevframe_x); in xan_wc3_copy_pixel_run()
282 prevframe_x += count; in xan_wc3_copy_pixel_run()
289 if (prevframe_x >= width) { in xan_wc3_copy_pixel_run()
291 prevframe_x = 0; in xan_wc3_copy_pixel_run()