Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp317 …wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t… in init_decimation_info_2d()
360 di.weights_flt[j][i] = static_cast<float>(wb.texel_weights_of_weight[i][j]); in init_decimation_info_2d()
585 …wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t… in init_decimation_info_3d()
629 di.weights_flt[j][i] = static_cast<float>(wb.texel_weights_of_weight[i][j]); in init_decimation_info_3d()
Dastcenc_internal.h1174 uint8_t texel_weights_of_weight[BLOCK_MAX_WEIGHTS][BLOCK_MAX_TEXELS]; member