Lines Matching refs:L_power
58 int32_t L_max, L_power ; in Cut_Calculation_of_the_LTP_parameters() local
111 L_power = 0 ; in Cut_Calculation_of_the_LTP_parameters()
116 L_power += L_temp * L_temp ; in Cut_Calculation_of_the_LTP_parameters()
118 L_power <<= 1 ; /* from L_MULT */ in Cut_Calculation_of_the_LTP_parameters()
126 if (L_max >= L_power) in Cut_Calculation_of_the_LTP_parameters()
131 temp = gsm_norm (L_power) ; in Cut_Calculation_of_the_LTP_parameters()
134 S = SASR (L_power << temp, 16) ; in Cut_Calculation_of_the_LTP_parameters()
158 int32_t L_max, L_power ; in Calculation_of_the_LTP_parameters() local
243 L_power = 0 ; in Calculation_of_the_LTP_parameters()
248 L_power += L_temp * L_temp ; in Calculation_of_the_LTP_parameters()
250 L_power <<= 1 ; /* from L_MULT */ in Calculation_of_the_LTP_parameters()
259 if (L_max >= L_power) in Calculation_of_the_LTP_parameters()
264 temp = gsm_norm (L_power) ; in Calculation_of_the_LTP_parameters()
267 S = SASR_L (L_power << temp, 16) ; in Calculation_of_the_LTP_parameters()
297 int32_t L_max, L_power ; in Cut_Calculation_of_the_LTP_parameters() local
424 L_power = 0 ; in Cut_Calculation_of_the_LTP_parameters()
429 L_power += L_temp * L_temp ; in Cut_Calculation_of_the_LTP_parameters()
431 L_power <<= 1 ; /* from L_MULT */ in Cut_Calculation_of_the_LTP_parameters()
440 if (L_max >= L_power) in Cut_Calculation_of_the_LTP_parameters()
445 temp = gsm_norm (L_power) ; in Cut_Calculation_of_the_LTP_parameters()
448 S = SASR (L_power << temp, 16) ; in Cut_Calculation_of_the_LTP_parameters()
474 int32_t L_max, L_power ; in Calculation_of_the_LTP_parameters() local
593 L_power = 0 ; in Calculation_of_the_LTP_parameters()
598 L_power += L_temp * L_temp ; in Calculation_of_the_LTP_parameters()
600 L_power <<= 1 ; /* from L_MULT */ in Calculation_of_the_LTP_parameters()
609 if (L_max >= L_power) in Calculation_of_the_LTP_parameters()
614 temp = gsm_norm (L_power) ; in Calculation_of_the_LTP_parameters()
617 S = SASR_L (L_power << temp, 16) ; in Calculation_of_the_LTP_parameters()
646 register float L_result, L_max, L_power ; in Cut_Fast_Calculation_of_the_LTP_parameters() local
682 L_power = 0 ; in Cut_Fast_Calculation_of_the_LTP_parameters()
685 L_power += f * f ; in Cut_Fast_Calculation_of_the_LTP_parameters()
688 if (L_max >= L_power) in Cut_Fast_Calculation_of_the_LTP_parameters()
697 lambda = L_max / L_power * 32768.0 ; in Cut_Fast_Calculation_of_the_LTP_parameters()
716 register float L_max, L_power ; in Fast_Calculation_of_the_LTP_parameters() local
796 L_power = 0 ; in Fast_Calculation_of_the_LTP_parameters()
799 L_power += f * f ; in Fast_Calculation_of_the_LTP_parameters()
802 if (L_max >= L_power) in Fast_Calculation_of_the_LTP_parameters()
811 lambda = L_max / L_power * 32768.0 ; in Fast_Calculation_of_the_LTP_parameters()