Searched defs:symbolic_compressed_block (Results 1 – 1 of 1) sorted by relevance
263 struct symbolic_compressed_block struct265 int error_block; // 1 marks error block, 0 marks non-error-block.266 int block_mode; // 0 to 2047. Negative value marks constant-color block (-1: FP16, -2:UINT16)267 int partition_count; // 1 to 4; Zero marks a constant-color block.268 int partition_index; // 0 to 1023269 int color_formats[4]; // color format for each endpoint color pair.270 int color_formats_matched; // color format for all endpoint pairs are matched.271 int color_values[4][12]; // quantized endpoint color pairs.272 int color_quantization_level;273 uint8_t plane1_weights[MAX_WEIGHTS_PER_BLOCK]; // quantized and decimated weights[all …]