Lines Matching defs:width
253 unsigned int width, int *runs,
260 while (offs < width) {
270 if (run_off < width)
274 if (run_off < width)
276 if (offs > width) {
304 if (offs > width || run > width) {
317 int pix_left = width - offs;
324 offs = width - pix_left;
337 if (offs > width || run > width) {
350 while (offs < width && run_off <= offs) {
366 static void put_line(uint8_t *dst, int size, int width, const int *runs)
369 int run, mode = ~0, pix_left = width, run_idx = 0;
404 int runsize = avctx->width + 2;
413 ref[0] = avctx->width;
423 ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs, runend,
434 ret = decode_group3_1d_line(avctx, &gb, avctx->width, runs,
437 ret = decode_group3_2d_line(avctx, &gb, avctx->width, runs,
446 put_line(dst, stride, avctx->width, ref);
448 put_line(dst, stride, avctx->width, runs);