Home
last modified time | relevance | path

Searched refs:PaethPredictor (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/swftools/swftools-0.9.2/lib/
H A Dpng.c154 static inline byte PaethPredictor (byte a,byte b,byte c) in PaethPredictor() function
210 *dest = *src+PaethPredictor(last,*old,upperlast); in applyfilter1()
269 dest[0] = src[0]+PaethPredictor(lasta,old[0],upperlasta); in applyfilter2()
270 dest[1] = src[1]+PaethPredictor(lastb,old[1],upperlastb); in applyfilter2()
345 dest[1] = src[0]+PaethPredictor(lastr,old[1],upperlastr); in applyfilter3()
346 dest[2] = src[1]+PaethPredictor(lastg,old[2],upperlastg); in applyfilter3()
347 dest[3] = src[2]+PaethPredictor(lastb,old[3],upperlastb); in applyfilter3()
425 dest[0] = src[3]+PaethPredictor(lasta,old[0],upperlasta); in png_inverse_filter_32()
426 dest[1] = src[0]+PaethPredictor(lastr,old[1],upperlastr); in png_inverse_filter_32()
427 dest[2] = src[1]+PaethPredictor(lastg,old[2],upperlastg); in png_inverse_filter_32()
[all …]
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dpng2swf.c230 byte inline PaethPredictor (byte a,byte b,byte c) in PaethPredictor() function
307 dest[1] = src[0]+PaethPredictor(lastr,old[1],upperlastr); in applyfilter3()
308 dest[2] = src[1]+PaethPredictor(lastg,old[2],upperlastg); in applyfilter3()
309 dest[3] = src[2]+PaethPredictor(lastb,old[3],upperlastb); in applyfilter3()
387 dest[0] = src[3]+PaethPredictor(lasta,old[0],upperlasta); in applyfilter4()
388 dest[1] = src[0]+PaethPredictor(lastr,old[1],upperlastr); in applyfilter4()
389 dest[2] = src[1]+PaethPredictor(lastg,old[2],upperlastg); in applyfilter4()
390 dest[3] = src[2]+PaethPredictor(lastb,old[3],upperlastb); in applyfilter4()
447 *dest = *src+PaethPredictor(last,*old,upperlast); in applyfilter1()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DInputPredictorPNGPaethStream.cpp99 …outDecodedByte = (Byte)(PaethPredictor(mBuffer[mIndex-mBuffer - 1],mUpValues[mIndex-mBuffer],mUpVa… in DecodeNextByte()
120 char InputPredictorPNGPaethStream::PaethPredictor(char inLeft,char inUp,char inUpLeft) in PaethPredictor() function in InputPredictorPNGPaethStream
H A DInputPredictorPNGOptimumStream.cpp116 …outDecodedByte = (Byte)(PaethPredictor(mBuffer[mIndex-mBuffer - 1],mUpValues[mIndex-mBuffer],mUpVa… in DecodeNextByte()
140 char InputPredictorPNGOptimumStream::PaethPredictor(char inLeft,char inUp,char inUpLeft) in PaethPredictor() function in InputPredictorPNGOptimumStream
H A DInputPredictorPNGOptimumStream.h50 char PaethPredictor(char inLeft,char inUp,char inUpLeft);
H A DInputPredictorPNGPaethStream.h50 char PaethPredictor(char inLeft,char inUp,char inUpLeft);
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DPl_PNGFilter.cc219 this->PaethPredictor(left, up, upper_left)); in decodePaeth()
224 Pl_PNGFilter::PaethPredictor(int a, int b, int c) in PaethPredictor() function in Pl_PNGFilter
/dports/print/qpdf/qpdf-10.5.0/libqpdf/qpdf/
H A DPl_PNGFilter.hh39 int PaethPredictor(int a, int b, int c);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/include/bitmap/
H A DPNG.h41 uint8 PaethPredictor(uint8, uint8, uint8);
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/XObject/Image/
H A DPNG.pm397 sub PaethPredictor { subroutine
441 …vec($clear, $x, 8) = (vec($line, $x, 8) + PaethPredictor(vec($clear, $x-$bpp, 8), vec($prev, $x, 8…
771 Paeth(x) = Raw(x) - PaethPredictor(Raw(x-bpp), Prior(x), Prior(x-bpp))
784 The PaethPredictor function is defined by the following
787 function PaethPredictor (a, b, c)
801 The calculations within the PaethPredictor function must be
H A DPNG_IPL.pm912 Paeth(x) = Raw(x) - PaethPredictor(Raw(x-bpp), Prior(x), Prior(x-bpp))
925 The PaethPredictor function is defined by the following
928 function PaethPredictor (a, b, c)
942 The calculations within the PaethPredictor function must be
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/bitmap/
H A DPNG.cpp176 uint8 CPNG::PaethPredictor(uint8 a, uint8 b, uint8 c) in PaethPredictor() function in CPNG
223 uint8 nPredictor = PaethPredictor(nLeft, nAbove, nUpperLeft); in PaethFilter()
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/XObject/Image/
H A DPNG.pm304 sub PaethPredictor { subroutine
348 …vec($clear,$x,8)=(vec($line,$x,8)+PaethPredictor(vec($clear,$x-$bpp,8),vec($prev,$x,8),vec($prev,$…
730 Paeth(x) = Raw(x) - PaethPredictor(Raw(x-bpp), Prior(x), Prior(x-bpp))
743 The PaethPredictor function is defined by the following
746 function PaethPredictor (a, b, c)
760 The calculations within the PaethPredictor function must be
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Resource/XObject/Image/
H A DPNG.pm285 sub PaethPredictor { subroutine
369 …vec($clear,$x,8) = (vec($line, $x, 8) + PaethPredictor(vec($clear, $x - $bpp, 8), vec($prev, $x, 8…
699 Paeth(x) = Raw(x) - PaethPredictor(Raw(x-bpp), Prior(x), Prior(x-bpp))
712 The PaethPredictor function is defined by the following
715 function PaethPredictor (a, b, c)
729 The calculations within the PaethPredictor function must be
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DPNG.pm271 sub PaethPredictor { subroutine
312 …vec($clear,$x,8)=(vec($line,$x,8)+PaethPredictor(vec($clear,$x-$bpp,8),vec($prev,$x,8),vec($prev,$…
/dports/graphics/quat/quat-1.20/kernel/
H A Dpng.c37 unsigned char PaethPredictor(unsigned char a, unsigned char b, unsigned char c);
313 unsigned char PaethPredictor(unsigned char a, unsigned char b, unsigned char c) in PaethPredictor() function
370 Buf[uj] = ((unsigned int)Buf[uj] + (unsigned int)PaethPredictor(prior, in DoUnFiltering()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dpng.c37 unsigned char PaethPredictor(unsigned char a, unsigned char b, unsigned char c);
313 unsigned char PaethPredictor(unsigned char a, unsigned char b, unsigned char c) in PaethPredictor() function
370 Buf[uj] = ((unsigned int)Buf[uj] + (unsigned int)PaethPredictor(prior, in DoUnFiltering()
/dports/lang/nbc/png/
H A Dpngimage.pas1173 function PaethPredictor(a, b, c: Byte): Byte; in PaethPredictor() function
3437 pp := PaethPredictor(left, above, aboveleft);
4180 PaethPredictor(last, above, lastabove);
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/SharpZipLib/Documentation/future/
H A DFILEFMTS.LST4656 Paeth(x) = Raw(x) - PaethPredictor(Raw(x-bpp),Prior(x),Prior(x-bpp))
4668 The PaethPredictor function is defined by the following pseudocode:
4670 function PaethPredictor (a, b, c)
4690 The calculations within the PaethPredictor function must be performed
4706 Paeth(x) + PaethPredictor(Raw(x-bpp),Prior(x),Prior(x-bpp))
4709 decoded. Exactly the same PaethPredictor function is used by both