Searched refs:MAX_WEIGHTS_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance
34 #define MAX_WEIGHTS_PER_BLOCK 64 macro89 …uint8_t weight_num_texels[MAX_WEIGHTS_PER_BLOCK]; // the number of texels that a given weight cont…90 …uint8_t weight_texel[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the texels that the weight c…91 …uint8_t weights_int[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the weights that the weight c…92 …float weights_flt[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK]; // the weights that the weight con…97 uint8_t texel_weights_texel[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK][4];98 float texel_weights_float_texel[MAX_WEIGHTS_PER_BLOCK][MAX_TEXELS_PER_BLOCK][4];273 uint8_t plane1_weights[MAX_WEIGHTS_PER_BLOCK]; // quantized and decimated weights274 uint8_t plane2_weights[MAX_WEIGHTS_PER_BLOCK];
31 int texelcount_of_weight[MAX_WEIGHTS_PER_BLOCK];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];130 …if (weight_count > MAX_WEIGHTS_PER_BLOCK || weightbits < MIN_WEIGHT_BITS_PER_BLOCK || weightbits >… in decode_block_mode_2d()219 if (weight_count > MAX_WEIGHTS_PER_BLOCK || in decode_block_mode_3d()576 if (x_weights * y_weights > MAX_WEIGHTS_PER_BLOCK) in construct_block_size_descriptor_2d()599 if (2 * x_weights * y_weights > MAX_WEIGHTS_PER_BLOCK) in construct_block_size_descriptor_2d()751 if ((x_weights * y_weights * z_weights) > MAX_WEIGHTS_PER_BLOCK) in construct_block_size_descriptor_3d()771 if ((2 * x_weights * y_weights * z_weights) > MAX_WEIGHTS_PER_BLOCK) in construct_block_size_descriptor_3d()
234 int uq_plane1_weights[MAX_WEIGHTS_PER_BLOCK]; in decompress_symbolic_block()235 int uq_plane2_weights[MAX_WEIGHTS_PER_BLOCK]; in decompress_symbolic_block()