Lines Matching defs:height
71 int width, height;
311 const uint8_t *src, int src_stride, int width, int height,
323 /* Image is double the width and half the height we need, each row comprises 2 rows of the output
325 for (line = 0; line < height / 2; line++) {
348 for (line = 0; line < height; line++) {
359 for (line = 0; line < height; line++) {
461 if (s->width % s->subsampling[0] || s->height % s->subsampling[1]) {
465 p->data[0][FFMIN(lnum + j, s->height-1) * p->linesize[0] +
681 s->jpgframe->height != s->avctx_mjpeg->height ||
687 s->avctx_mjpeg->height == h / 2 &&
691 s->avctx_mjpeg->height >= h &&
849 if ((ret = dng_decode_jpeg(s->avctx, p, s->stripsize, 0, 0, s->width, s->height)) < 0)
971 has_height_leftover = (s->height % s->tile_length != 0);
975 tile_count_y = (s->height + s->tile_length - 1) / s->tile_length;
988 tile_length = s->height % s->tile_length;
1178 if (s->width != s->avctx->width || s->height != s->avctx->height) {
1179 ret = ff_set_dimensions(s->avctx, s->width, s->height);
1277 s->height = value;
1361 value = s->height;
1362 s->rps = FFMIN(value, s->height);
1377 s->rps = s->height;
1981 dst = av_malloc(stride * s->height);
1985 for (i = 0; i < s->height; i += s->rps) {
2005 FFMIN(s->rps, s->height - i))) < 0) {
2013 decoded_height = FFMIN(i, s->height);
2059 for (i = 0; i < s->height; i++) {
2071 for (i = 0; i < s->height; i++) {
2089 for (i = 0; i < s->height; i++) {
2114 for (i = 0; i < s->height; i++) {
2133 s->height = 0;