Lines Matching defs:image_width
110 int image_width, image_height;
155 s->image_width - col * s->block_width;
187 s->cols = (s->image_width + s->block_width - 1) / s->block_width;
245 s->image_width = avctx->width;
248 s->frame_size = s->image_width * s->image_height * 3;
306 put_bits(&pb, 12, s->image_width);
637 pos = s->image_width * rsl * 3 + col * s->block_width * 3;
669 data = s->current_frame + s->image_width * 3 * s->block_height * row + s->block_width * col * 3;
671 s->image_width * 3, s->dist, keyframe);
683 s->raw_size += s->image_width * s->image_height * 3;
766 double width = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_width;
833 res = generate_optimum_palette(&s->palette, image, s->image_width, s->image_height, stride);