Lines Matching refs:image_width
108 int image_width, image_height; member
151 s->image_width - col * s->block_width; in init_blocks()
183 s->cols = (s->image_width + s->block_width - 1) / s->block_width; in update_block_dimensions()
239 s->image_width = avctx->width; in flashsv2_encode_init()
242 s->frame_size = s->image_width * s->image_height * 3; in flashsv2_encode_init()
300 put_bits(&pb, 12, s->image_width); in write_header()
625 pos = s->image_width * rsl * 3 + col * s->block_width * 3; in mark_all_blocks()
657 … data = s->current_frame + s->image_width * 3 * s->block_height * row + s->block_width * col * 3; in encode_all_blocks()
658 … res = encode_block(s, &s->palette, b, prev, data, s->image_width * 3, s->comp, s->dist, keyframe); in encode_all_blocks()
670 s->raw_size += s->image_width * s->image_height * 3; in encode_all_blocks()
753 double width = block_size_fraction * sqrt(0.5 * save * s->rows * s->cols) * s->image_width; in optimum_block_width()
820 … res = generate_optimum_palette(&s->palette, image, s->image_width, s->image_height, stride); in reconfigure_at_keyframe()