Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
H A Dlong_term.c59 int16_t R, S, dmax, scal, best_k ; in Cut_Calculation_of_the_LTP_parameters() local
71 best_k = k ; in Cut_Calculation_of_the_LTP_parameters()
89 wt_k = SASR_W (d [best_k], scal) ; in Cut_Calculation_of_the_LTP_parameters()
92 { L_result = (int32_t) wt_k * dp [best_k - lambda] ; in Cut_Calculation_of_the_LTP_parameters()
642 int16_t wt_max, best_k, ltp_cut ; in Cut_Fast_Calculation_of_the_LTP_parameters() local
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()
665 { L_result = wt_float * dp_float [best_k - lambda] ; in Cut_Fast_Calculation_of_the_LTP_parameters()

Completed in 2 milliseconds