Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp599 int wt_max; member
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);
1716 case 0x2: wt_max = 1; wt_bits = 1; break;
1717 case 0x3: wt_max = 2; wt_trits = 1; break;
1718 case 0x4: wt_max = 3; wt_bits = 2; break;
1719 case 0x5: wt_max = 4; wt_quints = 1; break;
1720 case 0x6: wt_max = 5; wt_trits = 1; wt_bits = 1; break;
1721 case 0x7: wt_max = 7; wt_bits = 3; break;
1727 case 0x2: wt_max = 9; wt_quints = 1; wt_bits = 1; break;
1728 case 0x3: wt_max
[all...]
/third_party/libsnd/src/GSM610/
H A Dlong_term.c642 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()

Completed in 5 milliseconds