Home
last modified time | relevance | path

Searched defs:partition_texel_count (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp156 uint8_t partition_texel_count[BLOCK_MAX_PARTITIONS] { 0 }; in kmeans_assign() local
227 uint8_t partition_texel_count[BLOCK_MAX_PARTITIONS] { 0 }; in kmeans_update() local
Dastcenc_ideal_endpoints_and_weights.cpp154 unsigned int partition_texel_count = pi.partition_texel_count[i]; in compute_ideal_colors_and_weights_1_comp() local
281 unsigned int partition_texel_count = pi.partition_texel_count[i]; in compute_ideal_colors_and_weights_2_comp() local
430 unsigned int partition_texel_count = pi.partition_texel_count[i]; in compute_ideal_colors_and_weights_3_comp() local
552 unsigned int partition_texel_count = pi.partition_texel_count[i]; in compute_ideal_colors_and_weights_4_comp() local
Dastcenc_internal.h323 uint8_t partition_texel_count[BLOCK_MAX_PARTITIONS]; member