Searched refs:MAX_TEXELS_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance
33 #define MAX_TEXELS_PER_BLOCK 216 macro67 uint8_t partition_of_texel[MAX_TEXELS_PER_BLOCK];81 …uint8_t texel_num_weights[MAX_TEXELS_PER_BLOCK]; // number of indices that go into the calculation…82 uint8_t texel_weights_int[MAX_TEXELS_PER_BLOCK][4]; // the weight to assign to each weight83 uint8_t texel_weights[MAX_TEXELS_PER_BLOCK][4]; // the weights that go into a texel calculation117 float orig_data[MAX_TEXELS_PER_BLOCK * 4]; // original input data118 …float data_r[MAX_TEXELS_PER_BLOCK]; // the data that we will compress, either linear or LNS (0..6…119 float data_g[MAX_TEXELS_PER_BLOCK];120 float data_b[MAX_TEXELS_PER_BLOCK];121 float data_a[MAX_TEXELS_PER_BLOCK];[all …]
27 int weightcount_of_texel[MAX_TEXELS_PER_BLOCK];28 int grid_weights_of_texel[MAX_TEXELS_PER_BLOCK][4];29 int weights_of_texel[MAX_TEXELS_PER_BLOCK][4];32 int texels_of_weight[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK];33 int texelweights_of_weight[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK];
252 int weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block()253 int plane2_weights[MAX_TEXELS_PER_BLOCK]; in decompress_symbolic_block()