Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp605 int wt_max; member
1472 …wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bi… in decode()
1734 case 0x2: wt_max = 1; wt_bits = 1; break; in calculate_from_weights()
1735 case 0x3: wt_max = 2; wt_trits = 1; break; in calculate_from_weights()
1736 case 0x4: wt_max = 3; wt_bits = 2; break; in calculate_from_weights()
1737 case 0x5: wt_max = 4; wt_quints = 1; break; in calculate_from_weights()
1738 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break; in calculate_from_weights()
1739 case 0x7: wt_max = 7; wt_bits = 3; break; in calculate_from_weights()
1745 case 0x2: wt_max = 9; wt_quints = 1; wt_bits = 1; break; in calculate_from_weights()
1746 case 0x3: wt_max = 11; wt_trits = 1; wt_bits = 2; break; in calculate_from_weights()
[all …]
/external/libgsm/src/
Dlong_term.c649 word wt_max, best_k, ltp_cut; variable
655 wt_max = 0;
658 if ( d[k] > wt_max) wt_max = d[best_k = k];
659 else if (-d[k] > wt_max) wt_max = -d[best_k = k];
662 assert(wt_max >= 0);
663 wt_float = (float)wt_max;