Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp353 static const std::array<btq_count, 21> btq_counts {{ variable
508 unsigned int bits = btq_counts[quant_level].bits; in encode_ise()
509 unsigned int trits = btq_counts[quant_level].trits; in encode_ise()
510 unsigned int quints = btq_counts[quant_level].quints; in encode_ise()
673 unsigned int bits = btq_counts[quant_level].bits; in decode_ise()
674 unsigned int trits = btq_counts[quant_level].trits; in decode_ise()
675 unsigned int quints = btq_counts[quant_level].quints; in decode_ise()