Searched refs:run_off (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 Dfaxcompr.c165 int run_off = *ref++; local
175 if (run_off < width)
176 run_off += *ref++;
177 run = run_off - offs;
178 offs = run_off;
179 if (run_off < width)
180 run_off += *ref++;
217 run = run_off - offs + (cmode - 5);
218 run_off -= *--ref;
233 while (offs < width && run_off <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaxcompr.c163 int run_off = *ref++; local
175 run_off += *ref++;
176 run = run_off - offs;
177 offs= run_off;
178 run_off += *ref++;
215 run = run_off - offs + (cmode - 5);
216 run_off -= *--ref;
231 while(run_off <= offs){
232 run_off += *ref++;
233 run_off
[all...]

Completed in 41 milliseconds