Lines Matching refs:trits
335 * @brief The number of bits, trits, and quints needed for a quant level.
342 /** @brief The number of trits. */
343 uint8_t trits:1;
350 * @brief The table of bits, trits, and quints needed for a quant encode.
503 unsigned int trits = btq_counts[quant_level].trits;
507 // Write out trits and bits
508 if (trits)
667 unsigned int trits = btq_counts[quant_level].trits;
679 if (trits)
707 if (trits)