Lines Matching defs:wt_trits
596 int wt_trits;
1110 if (wt_trits) {
1115 /* If wt_trits then wt_bits <= 3, so bits_to_read <= 23 and we can use uint32_t */
1173 if (wt_trits) {
1466 wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight_bits);
1710 wt_trits = 0;
1717 case 0x3: wt_max = 2; wt_trits = 1; break;
1720 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break;
1728 case 0x3: wt_max = 11; wt_trits = 1; wt_bits = 2; break;
1731 case 0x6: wt_max = 23; wt_trits = 1; wt_bits = 3; break;
1738 assert(wt_trits || wt_quints || wt_bits);
1746 (num_weights * 8 * wt_trits + 4) / 5