Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp352 di.weight_texel_count[i] = static_cast<uint8_t>(texel_count_wt); in init_decimation_info_2d()
408 di.weight_texel_count[i] = 0; in init_decimation_info_2d()
608 di.weight_texel_count[i] = static_cast<uint8_t>(texel_count_wt); in init_decimation_info_3d()
664 di.weight_texel_count[i] = 0; in init_decimation_info_3d()
H A Dastcenc_ideal_endpoints_and_weights.cpp936 vint weight_texel_count(di.weight_texel_count + i);
937 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>();
998 vint weight_texel_count(di.weight_texel_count + i);
999 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>();
H A Dastcenc_internal.h403 uint8_t weight_texel_count[BLOCK_MAX_WEIGHTS]; member
H A Dastcenc_compress_symbolic.cpp488 unsigned int texels_to_evaluate = di.weight_texel_count[we_idx]; in realign_weights_decimated()

Completed in 13 milliseconds