Lines Matching defs:height
261 cmptparm[i].h = (avctx->height + sub_dy[i] - 1) / sub_dy[i];
270 // x1, y1 is the width, height of the reference grid
274 img->y1 = (avctx->height - 1) * parameters->subsampling_dy + 1;
329 while (FFMIN(avctx->width, avctx->height) >> ctx->numresolution < 1)
366 for (y = 0; y < avctx->height; ++y) {
407 for (y = 0; y < avctx->height; ++y) {
448 for (y = 0; y < avctx->height; ++y) {
477 int height;
491 height = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
492 for (y = 0; y < height; ++y) {
519 int height;
534 height = (avctx->height + image->comps[compno].dy - 1) / image->comps[compno].dy;
535 for (y = 0; y < height; ++y) {