Home
last modified time | relevance | path

Searched refs:stbi__paeth (Results 76 – 100 of 103) sorted by relevance

12345

/dports/devel/stb/stb-f54acd4/
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/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/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/misc/visp/visp-3.4.0/3rdparty/stb_image/
H A Dstb_image.h4383 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4449 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4487 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4489 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4504 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4506 …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/deskutils/sowon/sowon-0d43de4af5a430052aee2c2691fafe21ad80a83d/
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/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/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image.h4383 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4449 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4487 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4489 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4504 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4506 …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/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/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/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/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/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/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/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image.h4468 static int stbi__paeth(int a, int b, int c) in stbi__paeth() function
4534 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break; in stbi__create_png_image_raw()
4572 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4574 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes… in stbi__create_png_image_raw()
4589 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte… in stbi__create_png_image_raw()
4591 …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/raylib/raylib-3.7.0/src/external/
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/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/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/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/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/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/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/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/nanovg/
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/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/nanovg/
H A Dstb_image.h4464 static int stbi__paeth(int a, int b, int c)
4530 … case STBI__F_paeth : cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(0,prior[k],0)); break;
4568 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes…
4570 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k-filter_bytes…
4585 …STBI__CASE(STBI__F_paeth) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte…
4587 …STBI__CASE(STBI__F_paeth_first) { cur[k] = STBI__BYTECAST(raw[k] + stbi__paeth(cur[k- output_byte…
/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()

12345