Home
last modified time | relevance | path

Searched refs:FAST_BITS (Results 76 – 100 of 115) sorted by relevance

12345

/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/stb/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image.h1843 stbi_uc fast[1 << FAST_BITS];
1858 stbi__int16 fast_ac[4][1 << FAST_BITS];
1934 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1937 if (s <= FAST_BITS) { in stbi__build_huffman()
1939 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1953 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1964 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2006 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2024 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2129 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h1920 stbi_uc fast[1 << FAST_BITS];
1935 stbi__int16 fast_ac[4][1 << FAST_BITS];
2011 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
2014 if (s <= FAST_BITS) { in stbi__build_huffman()
2016 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
2030 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2041 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2083 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2101 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2205 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image.h1920 stbi_uc fast[1 << FAST_BITS];
1935 stbi__int16 fast_ac[4][1 << FAST_BITS];
2011 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
2014 if (s <= FAST_BITS) { in stbi__build_huffman()
2016 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
2030 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2041 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2083 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2101 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2205 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h1920 stbi_uc fast[1 << FAST_BITS];
1935 stbi__int16 fast_ac[4][1 << FAST_BITS];
2011 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
2014 if (s <= FAST_BITS) { in stbi__build_huffman()
2016 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
2030 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2041 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2083 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2101 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2205 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h1920 stbi_uc fast[1 << FAST_BITS];
1935 stbi__int16 fast_ac[4][1 << FAST_BITS];
2011 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
2014 if (s <= FAST_BITS) { in stbi__build_huffman()
2016 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
2030 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2041 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2083 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2101 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2205 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h1920 stbi_uc fast[1 << FAST_BITS];
1935 stbi__int16 fast_ac[4][1 << FAST_BITS];
2011 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
2014 if (s <= FAST_BITS) { in stbi__build_huffman()
2016 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
2030 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2041 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2083 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2101 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2205 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/nanovg/
H A Dstb_image.h1839 stbi_uc fast[1 << FAST_BITS];
1854 stbi__int16 fast_ac[4][1 << FAST_BITS];
1930 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1933 if (s <= FAST_BITS) { in stbi__build_huffman()
1935 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1949 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1960 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2002 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2020 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2125 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/nanovg/
H A Dstb_image.h1839 stbi_uc fast[1 << FAST_BITS];
1854 stbi__int16 fast_ac[4][1 << FAST_BITS];
1930 memset(h->fast, 255, 1 << FAST_BITS);
1933 if (s <= FAST_BITS) {
1935 int m = 1 << (FAST_BITS-s);
1949 for (i=0; i < (1 << FAST_BITS); ++i) {
1960 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits);
2002 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
2020 for (k=FAST_BITS+1 ; ; ++k)
2125 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image.h1839 stbi_uc fast[1 << FAST_BITS];
1854 stbi__int16 fast_ac[4][1 << FAST_BITS];
1930 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1933 if (s <= FAST_BITS) { in stbi__build_huffman()
1935 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1949 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
1960 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2002 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2020 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2125 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/nanovg/
H A Dstb_image.h1839 stbi_uc fast[1 << FAST_BITS];
1854 stbi__int16 fast_ac[4][1 << FAST_BITS];
1930 memset(h->fast, 255, 1 << FAST_BITS);
1933 if (s <= FAST_BITS) {
1935 int m = 1 << (FAST_BITS-s);
1949 for (i=0; i < (1 << FAST_BITS); ++i) {
1960 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits);
2002 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
2020 for (k=FAST_BITS+1 ; ; ++k)
2125 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1);
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image.h1879 stbi_uc fast[1 << FAST_BITS];
1894 stbi__int16 fast_ac[4][1 << FAST_BITS];
1970 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1973 if (s <= FAST_BITS) { in stbi__build_huffman()
1975 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1989 for (i=0; i < (1 << FAST_BITS); ++i) { in stbi__build_fast_ac()
2000 int k = ((i << len) & ((1 << FAST_BITS) - 1)) >> (FAST_BITS - magbits); in stbi__build_fast_ac()
2042 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
2060 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
2165 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_decode_block()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.c587 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
591 uint8 fast[1 << FAST_BITS];
666 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
669 if (s <= FAST_BITS) { in build_huffman()
670 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
671 int m = 1 << (FAST_BITS-s); in build_huffman()
710 c = (j->code_buffer >> (j->code_bits - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
729 for (k=FAST_BITS+1 ; ; ++k) in decode()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_image.c593 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
597 uint8 fast[1 << FAST_BITS];
672 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
675 if (s <= FAST_BITS) { in build_huffman()
676 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
677 int m = 1 << (FAST_BITS-s); in build_huffman()
716 c = (j->code_buffer >> (j->code_bits - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
735 for (k=FAST_BITS+1 ; ; ++k) in decode()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c859 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
863 uint8_t fast[1 << FAST_BITS];
938 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
941 if (s <= FAST_BITS) { in build_huffman()
942 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
943 int m = 1 << (FAST_BITS-s); in build_huffman()
982 c = (j->code_buffer >> (j->code_bits - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
1001 for (k=FAST_BITS+1 ; ; ++k) in decode()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c974 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
978 stbi__uint8 fast[1 << FAST_BITS];
1053 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
1056 if (s <= FAST_BITS) { in build_huffman()
1057 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
1058 int m = 1 << (FAST_BITS-s); in build_huffman()
1097 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
1115 for (k=FAST_BITS+1 ; ; ++k) in decode()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp685 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
689 uint8 fast[1 << FAST_BITS];
766 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
770 if (s <= FAST_BITS) in build_huffman()
772 int c = h->code[i] << (FAST_BITS - s); in build_huffman()
773 int m = 1 << (FAST_BITS - s); in build_huffman()
816 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS) - 1); in decode()
835 for (k = FAST_BITS + 1;; ++k) in decode()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp951 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
955 uint8 fast[1 << FAST_BITS];
1030 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
1033 if (s <= FAST_BITS) { in build_huffman()
1034 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
1035 int m = 1 << (FAST_BITS-s); in build_huffman()
1074 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
1092 for (k=FAST_BITS+1 ; ; ++k) in decode()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h971 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
975 stbi_uc fast[1 << FAST_BITS];
1050 memset(h->fast, 255, 1 << FAST_BITS); in stbi__build_huffman()
1053 if (s <= FAST_BITS) { in stbi__build_huffman()
1054 int c = h->code[i] << (FAST_BITS-s); in stbi__build_huffman()
1055 int m = 1 << (FAST_BITS-s); in stbi__build_huffman()
1094 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in stbi__jpeg_huff_decode()
1112 for (k=FAST_BITS+1 ; ; ++k) in stbi__jpeg_huff_decode()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp620 #define FAST_BITS 9 // larger handles more cases; smaller stomps less cache macro
624 uint8 fast[1 << FAST_BITS];
699 memset(h->fast, 255, 1 << FAST_BITS); in build_huffman()
702 if (s <= FAST_BITS) { in build_huffman()
703 int c = h->code[i] << (FAST_BITS-s); in build_huffman()
704 int m = 1 << (FAST_BITS-s); in build_huffman()
743 c = (j->code_buffer >> (32 - FAST_BITS)) & ((1 << FAST_BITS)-1); in decode()
761 for (k=FAST_BITS+1 ; ; ++k) in decode()

12345