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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaxcompr.c127 unsigned int pix_left, int *runs, const int *runend)
141 if(pix_left <= run){
142 if(pix_left == run)
147 pix_left -= run;
244 int run, mode = ~0, pix_left = width, run_idx = 0; local
247 while(pix_left > 0){
250 pix_left -= run;
126 decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int pix_left, int *runs, const int *runend) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfaxcompr.c127 unsigned int pix_left, int *runs,
142 if (pix_left <= run) {
143 if (pix_left == run)
148 pix_left -= run;
252 int run, mode = ~0, pix_left = width, run_idx = 0; local
255 while (pix_left > 0) {
258 pix_left -= run;
126 decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int pix_left, int *runs, const int *runend) argument

Completed in 106 milliseconds