Lines Matching defs:pix_left
129 unsigned int *pix_left, int **runs,
169 if (*pix_left <= saved_run) {
173 *pix_left -= saved_run;
186 if (*pix_left <= saved_run) {
187 if (*pix_left == saved_run)
192 *pix_left -= saved_run;
207 unsigned int pix_left, int *runs,
224 if (pix_left <= run) {
225 if (pix_left == run)
230 pix_left -= run;
237 ret = decode_uncompressed(avctx, gb, &pix_left, &runs, runend, &mode);
317 int pix_left = width - offs;
323 ret = decode_uncompressed(avctx, gb, &pix_left, &runs, runend, &mode);
324 offs = width - pix_left;
369 int run, mode = ~0, pix_left = width, run_idx = 0;
372 while (pix_left > 0) {
375 pix_left -= run;