H A D | tiff.c | 505 const uint8_t *src, int size, int width, int lines, in tiff_unpack_zlib() 511 outlen = width * lines; in tiff_unpack_zlib() 526 (unsigned long)width * lines, ret); in tiff_unpack_zlib() 531 for (line = 0; line < lines; line++) { in tiff_unpack_zlib() 572 const uint8_t *src, int size, int width, int lines, in tiff_unpack_lzma() 575 uint64_t outlen = width * (uint64_t)lines; in tiff_unpack_lzma() 591 (uint64_t)width * lines, ret); in tiff_unpack_lzma() 596 for (line = 0; line < lines; line++) { in tiff_unpack_lzma() 615 const uint8_t *src, int size, int width, int lines) in tiff_unpack_fax() 625 ret = ff_ccitt_unpack(s->avctx, src, size, dst, lines, strid in tiff_unpack_fax() 504 tiff_unpack_zlib(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_zlib() argument 571 tiff_unpack_lzma(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines, int strip_start, int is_yuv) tiff_unpack_lzma() argument 614 tiff_unpack_fax(TiffContext *s, uint8_t *dst, int stride, const uint8_t *src, int size, int width, int lines) tiff_unpack_fax() argument 725 tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int stride, const uint8_t *src, int size, int strip_start, int lines) tiff_unpack_strip() argument [all...] |