Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dtiff.c882 int is_u16, pixel_size_bytes, pixel_size_bits, elements; in tiff_unpack_strip() local
886 pixel_size_bytes = (is_u16 ? sizeof(uint16_t) : sizeof(uint8_t)); in tiff_unpack_strip()
888 elements = width / pixel_size_bytes * pixel_size_bits / s->bpp * s->bppcount; // need to account for [1, 16] bpp in tiff_unpack_strip()
889 av_assert0 (elements * pixel_size_bytes <= FFABS(stride)); in tiff_unpack_strip()

Completed in 4 milliseconds