Lines Matching refs:image_height
58 int image_width, image_height;
249 (s->image_height - y_pos - k) * s->frame->linesize[0],
258 s->image_height - (y_pos + 1 + s->diff_height),
293 s->image_height = get_bits(&gb, 12);
314 v_blocks = s->image_height / s->block_height;
315 v_part = s->image_height % s->block_height;
333 if ((ret = ff_set_dimensions(avctx, s->image_width, s->image_height)) < 0)
338 if (avctx->width != s->image_width || avctx->height != s->image_height) {
342 avctx->height, avctx->width, s->image_height, s->image_width);
362 s->image_width, s->image_height, s->block_width, s->block_height,
458 int off = (s->image_height - y_pos - 1) * s->frame->linesize[0];