Lines Matching defs:height
76 frame->height = s->avctx->height;
79 frame->height += 2 * EDGE_WIDTH;
94 frame->height = s->avctx->height;
116 int h= AV_CEIL_RSHIFT(s->avctx->height, LOG2_MB_SIZE);
435 int width, height;
489 height= s->avctx->height;
491 if (!FF_ALLOCZ_TYPED_ARRAY(s->spatial_idwt_buffer, width * height) ||
492 !FF_ALLOCZ_TYPED_ARRAY(s->spatial_dwt_buffer, width * height) || //FIXME this does not belong here
495 !FF_ALLOCZ_TYPED_ARRAY(s->run_buffer, ((width + 1) >> 1) * ((height + 1) >> 1)))
540 int h= s->avctx->height;
547 s->plane[plane_index].height= h;
557 b->height= (h + !(orientation>1))>>1;
577 b->x_coeff = av_calloc((b->width + 1) * b->height + 1,
598 int h= is_chroma ? AV_CEIL_RSHIFT(s->avctx->height, s->chroma_v_shift) : s->avctx->height;