Lines Matching refs:tile_width
102 int tile_width, tile_length; member
984 int tile_width, tile_length; in dng_decode_tiles() local
990 s->jpgframe->width = s->tile_width; in dng_decode_tiles()
993 s->avctx_mjpeg->width = s->tile_width; in dng_decode_tiles()
996 has_width_leftover = (s->width % s->tile_width != 0); in dng_decode_tiles()
1000 tile_count_x = (s->width + s->tile_width - 1) / s->tile_width; in dng_decode_tiles()
1009 tile_width = s->width % s->tile_width; in dng_decode_tiles()
1011 tile_width = s->tile_width; in dng_decode_tiles()
1032 ret = dng_decode_jpeg(avctx, frame, tile_byte_count, pos_x, pos_y, tile_width, tile_length); in dng_decode_tiles()
1038 pos_x += tile_width; in dng_decode_tiles()
1434 s->tile_width = value; in tiff_decode_tag()
1919 …is_tiled || s->tile_byte_counts_offset || s->tile_offsets_offset || s->tile_width || s->tile_lengt… in decode_frame()