Home
last modified time | relevance | path

Searched refs:DXT1_256x256 (Results 1 – 1 of 1) sorted by relevance

/external/zstd/contrib/single_file_libs/examples/
Demscripten.c44 #define DXT1_256x256 32768 macro
49 static uint8_t dstDxt1[DXT1_256x256] = {};
326 if (ZSTD_decompress(dstDxt1, DXT1_256x256, srcZstd, sizeof srcZstd) == DXT1_256x256) { in main()
332 256, 256, 0, DXT1_256x256, dstDxt1); in main()