Lines Matching refs:tile_width
104 int tile_width, tile_length;
961 int tile_width, tile_length;
967 if (s->tile_width <= 0 || s->tile_length <= 0)
970 has_width_leftover = (s->width % s->tile_width != 0);
974 tile_count_x = (s->width + s->tile_width - 1) / s->tile_width;
983 tile_width = s->width % s->tile_width;
985 tile_width = s->tile_width;
1006 ret = dng_decode_jpeg(avctx, frame, tile_byte_count, pos_x, pos_y, tile_width, tile_length);
1012 pos_x += tile_width;
1415 s->tile_width = value;
1906 has_tile_bits = s->is_tiled || s->tile_byte_counts_offset || s->tile_offsets_offset || s->tile_width || s->tile_length;