Home
last modified time | relevance | path

Searched refs:weight_count_of_texel (Results 1 – 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp277 wb.weight_count_of_texel[i] = 0; in init_decimation_info_2d()
313 …wb.grid_weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(qweight[i]… in init_decimation_info_2d()
314 wb.weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_2d()
315 wb.weight_count_of_texel[texel]++; in init_decimation_info_2d()
328 di.texel_weight_count[i] = wb.weight_count_of_texel[i]; in init_decimation_info_2d()
331 for (unsigned int j = 0; j < wb.weight_count_of_texel[i]; j++) in init_decimation_info_2d()
339 for (unsigned int j = wb.weight_count_of_texel[i]; j < 4; j++) in init_decimation_info_2d()
474 wb.weight_count_of_texel[i] = 0; in init_decimation_info_3d()
581 …wb.grid_weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(qweight[i]… in init_decimation_info_3d()
582 wb.weights_of_texel[texel][wb.weight_count_of_texel[texel]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_3d()
[all …]
Dastcenc_internal.h1168 uint8_t weight_count_of_texel[BLOCK_MAX_TEXELS]; member