astc-encoder
astc-encoder copied to clipboard
The Arm ASTC Encoder, a compressor for the Adaptive Scalable Texture Compression data format.
As highlighted by #534, we don't support image EXIF orientation information for many input images formats, so the compressor uses pixels in physical layout and the compressed image looks "wrong"...
It would be very useful to be able to specify the buffer row extent (and the buffer image height, in the 3D case) when calling the decoding API, so that...
We should aim to minimize the amount of code in the per-ISA SIMD headers, moving things we can into a common header. We've done this for the 4-wide code, although...