Searched refs:texel_count_of_weight (Results 1 – 2 of 2) sorted by relevance
272 wb.texel_count_of_weight[i] = 0; in init_decimation_info_2d()316 …wb.texels_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(texel… in init_decimation_info_2d()317 …wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t… in init_decimation_info_2d()318 wb.texel_count_of_weight[qweight[i]]++; in init_decimation_info_2d()319 …max_texel_count_of_weight = astc::max(max_texel_count_of_weight, wb.texel_count_of_weight[qweight[… in init_decimation_info_2d()351 unsigned int texel_count_wt = wb.texel_count_of_weight[i]; in init_decimation_info_2d()415 unsigned int last_texel_count_wt = wb.texel_count_of_weight[weights_per_block - 1]; in init_decimation_info_2d()469 wb.texel_count_of_weight[i] = 0; in init_decimation_info_3d()584 …wb.texels_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(texel… in init_decimation_info_3d()585 …wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t… in init_decimation_info_3d()[all …]
1172 uint8_t texel_count_of_weight[BLOCK_MAX_WEIGHTS]; member