fn decode_dxt1_row(source: &[u8], dest: &mut [u8])
Decode a row of DXT1 data to four rows of RGB data. source.len() should be a multiple of 8, otherwise this panics.
source.len()