Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp328 di.texel_weight_count[i] = wb.weight_count_of_texel[i]; in init_decimation_info_2d()
329 max_texel_weight_count = astc::max(max_texel_weight_count, di.texel_weight_count[i]); in init_decimation_info_2d()
390 di.texel_weight_count[i] = 0; in init_decimation_info_2d()
584 di.texel_weight_count[i] = wb.weight_count_of_texel[i]; in init_decimation_info_3d()
585 max_texel_weight_count = astc::max(max_texel_weight_count, di.texel_weight_count[i]); in init_decimation_info_3d()
646 di.texel_weight_count[i] = 0; in init_decimation_info_3d()
H A Dastcenc_decompress_symbolic.cpp112 vint weight_count(di.texel_weight_count + i); in unpack_weights()
147 vint weight_count(di.texel_weight_count + i); in unpack_weights()
H A Dastcenc_internal.h382 uint8_t texel_weight_count[BLOCK_MAX_TEXELS]; member

Completed in 6 milliseconds