Lines Matching refs:astcenc
4 Compression (ASTC) Encoder, `astcenc`, a command-line tool for compressing
45 The `astcenc` compressor supports generation of images for all three profiles
58 Release build binaries for the `astcenc` stable releases are provided in the
71 builds of the astcenc are provided as multiple binaries, each tuned for a
76 * `astcenc-sse2` - uses SSE2
77 * `astcenc-sse4.1` - uses SSE4.1 and POPCNT
78 * `astcenc-avx2` - uses AVX2, SSE4.2, POPCNT, and F16C
86 * `astcenc-neon` - uses NEON
110 the astcenc encoder program, like this on Linux or macOS:
112 ./astcenc
116 astcenc
118 Invoking `astcenc -help` gives an extensive help message, including usage
126 astcenc -cl example.png example.astc 6x6 -medium
145 astcenc -dh example.astc example.tga
159 astcenc -tl example.png example.tga 5x5 -thorough
197 guidelines that should be followed when compressing data using `astcenc`.
208 how to build `astcenc` from the sources in this repository.
215 If you have issues with the `astcenc` encoder, or questions about the ASTC