Home
last modified time | relevance | path

Searched refs:texel_count_of_weight (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp272 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>(weight[i]); 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[i]]); in init_decimation_info_2d()
351 unsigned int texel_count_wt = wb.texel_count_of_weight[i]; in init_decimation_info_2d()
402 unsigned int last_texel_count_wt = wb.texel_count_of_weight[weights_per_block - 1]; in init_decimation_info_2d()
456 wb.texel_count_of_weight[i] = 0; in init_decimation_info_3d()
571 wb.texels_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(texel); in init_decimation_info_3d()
572 wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweigh in init_decimation_info_3d()
[all...]
H A Dastcenc_internal.h1025 uint8_t texel_count_of_weight[BLOCK_MAX_WEIGHTS]; member

Completed in 5 milliseconds