Searched refs:wt_max (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 605 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 …]
|
/third_party/libsnd/src/GSM610/ |
D | long_term.c | 642 int16_t wt_max, best_k, ltp_cut ; in Cut_Fast_Calculation_of_the_LTP_parameters() local 648 wt_max = 0 ; in Cut_Fast_Calculation_of_the_LTP_parameters() 651 { if (d [k] > wt_max) wt_max = d [best_k = k] ; in Cut_Fast_Calculation_of_the_LTP_parameters() 652 else if (-d [k] > wt_max) wt_max = -d [best_k = k] ; in Cut_Fast_Calculation_of_the_LTP_parameters() 655 assert (wt_max >= 0) ; in Cut_Fast_Calculation_of_the_LTP_parameters() 656 wt_float = (float) wt_max ; in Cut_Fast_Calculation_of_the_LTP_parameters()
|