Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp263 uint8_t max_texel_count_of_weight = 0; in init_decimation_info_2d() local
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()
379 for (unsigned int j = texel_count_wt; j < max_texel_count_of_weight; j++) in init_decimation_info_2d()
410 for (unsigned int j = 0; j < max_texel_count_of_weight; j++) in init_decimation_info_2d()
449 uint8_t max_texel_count_of_weight = 0; in init_decimation_info_3d() local
574 max_texel_count_of_weight = astc::max(max_texel_count_of_weight, wb.texel_count_of_weight[qweight[i]]); in init_decimation_info_3d()
635 for (unsigned int j = texel_count_wt; j < max_texel_count_of_weight; j++) in init_decimation_info_3d()
666 for (int j = 0; j < max_texel_count_of_weight; in init_decimation_info_3d()
[all...]

Completed in 2 milliseconds