Searched refs:horizontal_fill (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiff.c | 373 static void av_always_inline horizontal_fill(TiffContext *s, in horizontal_fill() function 533 horizontal_fill(s, s->bpp, dst, 1, src, 0, width, 0); in tiff_unpack_zlib() 598 horizontal_fill(s, s->bpp, dst, 1, src, 0, width, 0); in tiff_unpack_lzma() 629 horizontal_fill(s, s->bpp, dst, 1, dst, 0, width, 0); in tiff_unpack_fax() 816 horizontal_fill(s, s->bpp, dst, 1, dst, 0, width, 0); in tiff_unpack_strip() 872 horizontal_fill(s, s->bpp * (s->avctx->pix_fmt == AV_PIX_FMT_PAL8 || s->is_bayer), in tiff_unpack_strip() 918 horizontal_fill(s, s->bpp * (s->avctx->pix_fmt == AV_PIX_FMT_PAL8), in tiff_unpack_strip() 930 horizontal_fill(s, s->bpp * (s->avctx->pix_fmt == AV_PIX_FMT_PAL8), in tiff_unpack_strip()
|
Completed in 3 milliseconds