Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dquantization.cc30 int GetUnquantizedTritValue(int trit, int bits, int range) { in GetUnquantizedTritValue()
139 int GetUnquantizedTritWeight(int trit, int bits, int range) { in GetUnquantizedTritWeight()
261 for (int trit = 0; trit < 3; ++trit) { in TritQuantizationMap() local