Lines Matching defs:run
680 int pos, run, rle;
683 /* scan for a run of pix in the line above */
688 run = pos - start_pos - 1;
689 idx = av_ceil_log2(run);
691 *pRun += run;
694 /* run-length is coded as plain binary number of idx - 1 bits */
696 if ((1 << pos) + rle < run &&
741 static int epic_predict_from_NW_NE(ePICContext *dc, int x, int y, int run,
756 /* try to reuse the NE[x + run, y] pixel */
757 pos = x + run - 1;
823 int got_pixel, run;
827 run = 1;
832 above2_row, &pix, &run);
837 if (!got_pixel && !epic_predict_from_NW_NE(dc, x, y, run,
855 for (; run > 0; x++, run--)