Home
last modified time | relevance | path

Searched refs:stbi__paeth (Results 1 – 25 of 103) sorted by last modified time

12345

/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image.h4464 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4530 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4568 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4570 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4585 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4587 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h3967 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4027 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4057 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[… in stbi__create_png_image_raw()
4059 …CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0));… in stbi__create_png_image_raw()
4074 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prio… in stbi__create_png_image_raw()
4076 … CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; in stbi__create_png_image_raw()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image.h4573 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4639 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4677 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4679 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4694 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4696 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h4525 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4591 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4629 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4631 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4646 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4648 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/multimedia/assimp/assimp-5.1.3/contrib/stb/
H A Dstb_image.h4525 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4591 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4629 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4631 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4646 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4648 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image_write.h437 static unsigned char stbi__paeth(int a, int b, int c) in stbi__paeth() function
492 line_buffer[i] = (signed char)(z[i] - stbi__paeth(0, z[i - stride_bytes], 0)); in stbi_write_png_to_mem()
518 line_buffer[i] = z[i] - stbi__paeth(z[i - n], z[i - stride_bytes], z[i - stride_bytes - n]); in stbi_write_png_to_mem()
524 line_buffer[i] = z[i] - stbi__paeth(z[i - n], 0, 0); in stbi_write_png_to_mem()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image_write.h437 static unsigned char stbi__paeth(int a, int b, int c) in stbi__paeth() function
492 line_buffer[i] = (signed char)(z[i] - stbi__paeth(0, z[i - stride_bytes], 0)); in stbi_write_png_to_mem()
518 line_buffer[i] = z[i] - stbi__paeth(z[i - n], z[i - stride_bytes], z[i - stride_bytes - n]); in stbi_write_png_to_mem()
524 line_buffer[i] = z[i] - stbi__paeth(z[i - n], 0, 0); in stbi_write_png_to_mem()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h4580 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4646 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4684 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4686 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4701 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4703 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/x11/fuzzel/fuzzel/3rd-party/nanosvg/example/
H A Dstb_image_write.h391 static unsigned char stbi__paeth(int a, int b, int c) in stbi__paeth() function
427 … case 4: line_buffer[i] = (signed char) (z[i] - stbi__paeth(0,z[i-stride_bytes],0)); break; in stbi_write_png_to_mem()
437 …case 4: line_buffer[i] = z[i] - stbi__paeth(z[i-n], z[i-stride_bytes], z[i-stride_bytes-n]); break; in stbi_write_png_to_mem()
439 case 6: line_buffer[i] = z[i] - stbi__paeth(z[i-n], 0,0); break; in stbi_write_png_to_mem()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h4525 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4591 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4629 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4631 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4646 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4648 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image.h4581 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4647 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4685 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4687 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4702 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4704 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h4273 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4337 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4375 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4377 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4392 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4394 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h3970 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4030 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4060 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],prior[… in stbi__create_png_image_raw()
4062 …CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes],0,0));… in stbi__create_png_image_raw()
4077 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prio… in stbi__create_png_image_raw()
4079 … CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; in stbi__create_png_image_raw()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image.h4267 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4331 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4369 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4371 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4386 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4388 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dstb_image.h4525 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4591 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4629 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4631 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4646 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4648 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h2448 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
2490 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
2510 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-img_n],prior[k],prio… in stbi__create_png_image_raw()
2512 … CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-img_n],0,0)); break; in stbi__create_png_image_raw()
2526 …CASE(STBI__F_paeth) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],prior[k],prio… in stbi__create_png_image_raw()
2528 … CASE(STBI__F_paeth_first) cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-out_n],0,0)); break; in stbi__create_png_image_raw()
/dports/x11/fnott/fnott/3rd-party/nanosvg/example/
H A Dstb_image_write.h391 static unsigned char stbi__paeth(int a, int b, int c) in stbi__paeth() function
427 … case 4: line_buffer[i] = (signed char) (z[i] - stbi__paeth(0,z[i-stride_bytes],0)); break; in stbi_write_png_to_mem()
437 …case 4: line_buffer[i] = z[i] - stbi__paeth(z[i-n], z[i-stride_bytes], z[i-stride_bytes-n]); break; in stbi_write_png_to_mem()
439 case 6: line_buffer[i] = z[i] - stbi__paeth(z[i-n], 0,0); break; in stbi_write_png_to_mem()
/dports/math/curv/curv-0.5/extern/stb/stb/
H A Dstb_image.h4259 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4323 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4361 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4363 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4378 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4380 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()

12345