Searched defs:symbolic_compressed_block (Results 1 – 1 of 1) sorted by relevance
218 struct symbolic_compressed_block struct220 int error_block; // 1 marks error block, 0 marks non-error-block.221 int block_mode; // 0 to 2047. Negative value marks constant-color block (-1: FP16, -2:UINT16)222 int partition_count; // 1 to 4; Zero marks a constant-color block.223 int partition_index; // 0 to 1023224 int color_formats[4]; // color format for each endpoint color pair.225 int color_formats_matched; // color format for all endpoint pairs are matched.226 int color_values[4][12]; // quantized endpoint color pairs.227 int color_quantization_level;228 uint8_t plane1_weights[MAX_WEIGHTS_PER_BLOCK]; // quantized and decimated weights[all …]