Home
last modified time | relevance | path

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

/third_party/libsnd/src/GSM610/
H A Drpe.c30 register int32_t L_result ; in Weighting_filter() local
48 { L_result = 8192 >> 1 ; in Weighting_filter()
52 * L_result = GSM_L_ADD(L_result, L_temp) ; 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 in Weighting_filter()
119 register int32_t L_result, L_temp ; RPE_grid_selection() local
[all...]
H A 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 in Calculation_of_the_LTP_parameters()
646 register float L_result, L_max, L_power ; Cut_Fast_Calculation_of_the_LTP_parameters() local
[all...]

Completed in 2 milliseconds