Lines Matching defs:height

92                           int width, int height,
112 send = (height * (slice + 1) / c->slices);
138 send = (height * (slice + 1) / c->slices);
205 int width, int height,
230 send = (height * (slice + 1) / c->slices) & cmask;
272 send = (height * (slice + 1) / c->slices) & cmask;
299 send = (height * (slice + 1) / c->slices) & cmask;
358 int width, int height, int slices, int rmode)
367 slice_start = ((slice * height) / slices) & cmask;
368 slice_height = ((((slice + 1) * height) / slices) & cmask) -
410 int width, int height, int slices, int rmode)
420 slice_start = ((slice * height) / slices) & cmask;
421 slice_height = ((((slice + 1) * height) / slices) & cmask) -
465 int width, int height, int slices, int rmode)
475 slice_start = ((slice * height) / slices) & cmask;
476 slice_height = ((((slice + 1) * height) / slices) & cmask) -
506 int width, int height, int slices, int rmode)
517 slice_start = ((slice * height) / slices) & cmask;
518 slice_height = ((((slice + 1) * height) / slices) & cmask) -
713 avctx->height, plane_start[i],
721 avctx->height, c->slices, 0);
725 avctx->width, avctx->height, c->slices,
732 avctx->height, c->slices, 0);
736 avctx->width, avctx->height, c->slices,
743 avctx->width, avctx->height);
750 avctx->height, plane_start[i],
758 avctx->width, avctx->height);
763 avctx->width >> !!i, avctx->height >> !!i,
770 avctx->width >> !!i, avctx->height >> !!i,
775 avctx->height >> !!i,
781 avctx->width >> !!i, avctx->height >> !!i,
786 avctx->height >> !!i,
795 avctx->width >> !!i, avctx->height,
802 avctx->width >> !!i, avctx->height,
806 avctx->width >> !!i, avctx->height,
812 avctx->width >> !!i, avctx->height,
816 avctx->width >> !!i, avctx->height,
825 avctx->width, avctx->height,
832 avctx->width, avctx->height,
836 avctx->width, avctx->height,
842 avctx->width, avctx->height,
846 avctx->width, avctx->height,
855 avctx->width >> !!i, avctx->height >> !!i,
864 avctx->width >> !!i, avctx->height,
996 (avctx->height & ((1<<v_shift)-1))) {