- in
- a native order direct buffer of size ENCODED_BLOCK_SIZE that contains the ETC1 compressed version of the data.
- out
- a native order direct buffer of size DECODED_BLOCK_SIZE that will receive the decoded data. The data represents a 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R value of pixel (x, y).
Decode a block of pixels.