Searched defs:symbolic_compressed_block (Results 1 – 2 of 2) 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 …]
1235 struct symbolic_compressed_block struct1238 uint8_t block_type;1241 uint8_t partition_count;1244 uint8_t color_formats_matched;1248 int8_t plane2_component;1251 uint16_t block_mode;1254 uint16_t partition_index;1257 uint8_t color_formats[BLOCK_MAX_PARTITIONS];1260 quant_method quant_mode;1263 float errorval;[all …]