Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp351 unsigned int texel_count_wt = wb.texel_count_of_weight[i]; in init_decimation_info_2d() local
352 di.weight_texel_count[i] = static_cast<uint8_t>(texel_count_wt); in init_decimation_info_2d()
354 for (unsigned int j = 0; j < texel_count_wt; j++) in init_decimation_info_2d()
378 uint8_t last_texel = di.weight_texels_tr[texel_count_wt - 1][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()
607 unsigned int texel_count_wt = wb.texel_count_of_weight[i]; in init_decimation_info_3d() local
608 di.weight_texel_count[i] = static_cast<uint8_t>(texel_count_wt); in init_decimation_info_3d()
610 for (unsigned int j = 0; j < texel_count_wt; j++) in init_decimation_info_3d()
634 uint8_t last_texel = di.weight_texels_tr[texel_count_wt - 1][i]; in init_decimation_info_3d()
635 for (unsigned int j = texel_count_wt; in init_decimation_info_3d()
[all...]

Completed in 3 milliseconds