Lines Matching refs:image_height
110 int image_width, image_height;
159 s->image_height - row * s->block_height;
186 s->rows = (s->image_height + s->block_height - 1) / s->block_height;
246 s->image_height = avctx->height;
248 s->frame_size = s->image_width * s->image_height * 3;
308 put_bits(&pb, 12, s->image_height);
632 for (sl = s->image_height - 1; sl >= 0; sl--) {
634 rsl = s->image_height - sl - 1;
643 s->tot_lines += s->image_height * s->cols;
683 s->raw_size += s->image_width * s->image_height * 3;
778 double height = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_height;
833 res = generate_optimum_palette(&s->palette, image, s->image_width, s->image_height, stride);