Searched refs:stbiw__zlib_huff (Results 1 – 2 of 2) sorted by relevance
851 #define stbiw__zlib_huff(n) ((n) <= 143 ? stbiw__zlib_huff1(n) : (n) <= 255 ? stbiw__zlib_huff2(n)… macro924 stbiw__zlib_huff(j+257); in stbi_zlib_compress()938 stbiw__zlib_huff(256); // end of block in stbi_zlib_compress()