Home
last modified time | relevance | path

Searched refs:tile_length (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dtiff.c104 int tile_width, tile_length; member
961 int tile_width, tile_length; in dng_decode_tiles() local
967 if (s->tile_width <= 0 || s->tile_length <= 0) in dng_decode_tiles()
971 has_height_leftover = (s->height % s->tile_length != 0); in dng_decode_tiles()
975 tile_count_y = (s->height + s->tile_length - 1) / s->tile_length; in dng_decode_tiles()
988 tile_length = s->height % s->tile_length; in dng_decode_tiles()
990 tile_length = s->tile_length; in dng_decode_tiles()
[all...]

Completed in 3 milliseconds