Home
last modified time | relevance | path

Searched refs:mscount (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp403 unsigned int mscount[256] { 0 }; in get_partition_ordering_by_mismatch_bits() local
408 mscount[mismatch_count[i]]++; in get_partition_ordering_by_mismatch_bits()
411 unsigned int active_count = partitioning_count - mscount[255]; in get_partition_ordering_by_mismatch_bits()
418 unsigned int cnt = mscount[i]; in get_partition_ordering_by_mismatch_bits()
419 mscount[i] = summa; in get_partition_ordering_by_mismatch_bits()
427 unsigned int idx = mscount[mismatch_count[i]]++; in get_partition_ordering_by_mismatch_bits()