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/
H A Dastcenc_block_sizes.cpp317 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()
360 di.weights_texel_contribs_tr[j][i] = static_cast<float>(wb.texel_weights_of_weight[i][j]); in init_decimation_info_2d()
572 wb.texel_weights_of_weight[qweight[i]][wb.texel_count_of_weight[qweight[i]]] = static_cast<uint8_t>(weight[i]); in init_decimation_info_3d()
616 di.weights_texel_contribs_tr[j][i] = static_cast<float>(wb.texel_weights_of_weight[i][j]); in init_decimation_info_3d()
H A Dastcenc_internal.h1027 uint8_t texel_weights_of_weight[BLOCK_MAX_WEIGHTS][BLOCK_MAX_TEXELS]; member

Completed in 5 milliseconds