Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
Drpe.c30 register int32_t L_result ; in Weighting_filter() local
48 { L_result = 8192 >> 1 ; in Weighting_filter()
65 L_result += STEP (0, -134) ; in Weighting_filter()
66 L_result += STEP (1, -374) ; in Weighting_filter()
68 L_result += STEP (3, 2054) ; in Weighting_filter()
69 L_result += STEP (4, 5741) ; in Weighting_filter()
70 L_result += STEP (5, 8192) ; in Weighting_filter()
71 L_result += STEP (6, 5741) ; in Weighting_filter()
72 L_result += STEP (7, 2054) ; in Weighting_filter()
74 L_result += STEP (9, -374) ; in Weighting_filter()
[all …]
Dlong_term.c57 int32_t L_result ; in Cut_Calculation_of_the_LTP_parameters() local
92 { L_result = (int32_t) wt_k * dp [best_k - lambda] ; in Cut_Calculation_of_the_LTP_parameters()
93 if (L_result > L_max) in Cut_Calculation_of_the_LTP_parameters()
95 L_max = L_result ; in Cut_Calculation_of_the_LTP_parameters()
200 register int32_t L_result ; in Calculation_of_the_LTP_parameters() local
202 L_result = STEP (0) ; L_result += STEP (1) ; in Calculation_of_the_LTP_parameters()
203 L_result += STEP (2) ; L_result += STEP (3) ; in Calculation_of_the_LTP_parameters()
204 L_result += STEP (4) ; L_result += STEP (5) ; in Calculation_of_the_LTP_parameters()
205 L_result += STEP (6) ; L_result += STEP (7) ; in Calculation_of_the_LTP_parameters()
206 L_result += STEP (8) ; L_result += STEP (9) ; in Calculation_of_the_LTP_parameters()
[all …]