Home
last modified time | relevance | path

Searched refs:curframe_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
261 curframe_x = x; in xan_wc3_copy_pixel_run()
273 int count = FFMIN3(pixel_count, width - curframe_x, in xan_wc3_copy_pixel_run()
281 curframe_x += count; in xan_wc3_copy_pixel_run()
284 if (curframe_x >= width) { in xan_wc3_copy_pixel_run()
286 curframe_x = 0; in xan_wc3_copy_pixel_run()