Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dfaxcompr.c257 int run_off = *ref++; in decode_group3_2d_line() local
270 if (run_off < width) in decode_group3_2d_line()
271 run_off += *ref++; in decode_group3_2d_line()
272 run = run_off - offs; in decode_group3_2d_line()
273 offs = run_off; in decode_group3_2d_line()
274 if (run_off < width) in decode_group3_2d_line()
275 run_off += *ref++; in decode_group3_2d_line()
334 run = run_off - offs + (cmode - 5); in decode_group3_2d_line()
335 run_off -= *--ref; in decode_group3_2d_line()
350 while (offs < width && run_off < in decode_group3_2d_line()
[all...]

Completed in 2 milliseconds