Searched refs:stbiw__zlib_bitrev (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 849 static int stbiw__zlib_bitrev(int code, int codebits) in stbiw__zlib_bitrev() function 882 #define stbiw__zlib_huffa(b,c) stbiw__zlib_add(stbiw__zlib_bitrev(b,c),c) 964 stbiw__zlib_add(stbiw__zlib_bitrev(j,5),5); in stbi_zlib_compress()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 849 static int stbiw__zlib_bitrev(int code, int codebits) in stbiw__zlib_bitrev() function 882 #define stbiw__zlib_huffa(b,c) stbiw__zlib_add(stbiw__zlib_bitrev(b,c),c) 964 stbiw__zlib_add(stbiw__zlib_bitrev(j,5),5); in stbi_zlib_compress()
|