Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp325 uint8_t max_texel_weight_count = 0; in init_decimation_info_2d() local
329 max_texel_weight_count = astc::max(max_texel_weight_count, di.texel_weight_count[i]); in init_decimation_info_2d()
347 di.max_texel_weight_count = max_texel_weight_count; in init_decimation_info_2d()
581 uint8_t max_texel_weight_count = 0; in init_decimation_info_3d() local
585 max_texel_weight_count = astc::max(max_texel_weight_count, di.texel_weight_count[i]); in init_decimation_info_3d()
603 di.max_texel_weight_count = max_texel_weight_count; in init_decimation_info_3d()
[all...]
H A Dastcenc_ideal_endpoints_and_weights.cpp743 if (di.max_texel_weight_count > 2)
759 else if (di.max_texel_weight_count > 1)
809 if (di.max_texel_weight_count > 2)
834 else if (di.max_texel_weight_count > 1)
966 if (di.max_texel_weight_count <= 2)
1231 if (di.max_texel_weight_count == 1)
1235 else if (di.max_texel_weight_count <= 2)
1466 if (di.max_texel_weight_count == 1)
1471 else if (di.max_texel_weight_count <= 2)
H A Dastcenc_internal.h364 uint8_t max_texel_weight_count; member

Completed in 6 milliseconds