Searched refs:dstDxt1 (Results 1 – 2 of 2) sorted by relevance
/external/zstd/contrib/single_file_libs/examples/ |
D | simple.c | 44 static uint8_t dstDxt1[sizeof rawDxt1] = {}; variable 67 size_t size = ZSTD_decompress(dstDxt1, sizeof dstDxt1, srcZstd, sizeof srcZstd); in main() 68 int compare = memcmp(rawDxt1, dstDxt1, sizeof dstDxt1); in main() 69 printf("Decompressed size: %s\n", (size == sizeof dstDxt1) ? "PASSED" : "FAILED"); in main() 71 if (size == sizeof dstDxt1 && compare == 0) { in main()
|
D | emscripten.c | 49 static uint8_t dstDxt1[DXT1_256x256] = {}; variable 326 if (ZSTD_decompress(dstDxt1, DXT1_256x256, srcZstd, sizeof srcZstd) == DXT1_256x256) { in main() 332 256, 256, 0, DXT1_256x256, dstDxt1); in main()
|