Searched refs:stbiw__sbpush (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image_write.h | 785 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro 805 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf() 876 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress() 877 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress() 902 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress() 958 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress() 959 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress() 960 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress() 961 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_write.h | 785 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro 805 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); in stbiw__zlib_flushf() 876 stbiw__sbpush(out, 0x78); // DEFLATE 32K window in stbi_zlib_compress() 877 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 in stbi_zlib_compress() 902 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress() 958 stbiw__sbpush(out, STBIW_UCHAR(s2 >> 8)); in stbi_zlib_compress() 959 stbiw__sbpush(out, STBIW_UCHAR(s2)); in stbi_zlib_compress() 960 stbiw__sbpush(out, STBIW_UCHAR(s1 >> 8)); in stbi_zlib_compress() 961 stbiw__sbpush(out, STBIW_UCHAR(s1)); in stbi_zlib_compress()
|