Home
last modified time | relevance | path

Searched refs:SASR_L (Results 1 – 6 of 6) sorted by relevance

/third_party/libsnd/src/GSM610/
Dpreprocess.c81 msp = SASR_L (L_z2, 15) ; in Gsm_Preprocess()
94 mp = SASR_L (L_temp, 15) ; in Gsm_Preprocess()
Dadd.c36 return SASR_L ((int32_t) a * (int32_t) b, 15) ; in gsm_mult()
185 return SASR_L (a, (int16_t) n) ; in gsm_L_asr()
Dlong_term.c266 R = SASR_L (L_max << temp, 16) ; in Calculation_of_the_LTP_parameters()
267 S = SASR_L (L_power << temp, 16) ; in Calculation_of_the_LTP_parameters()
616 R = SASR_L (L_max << temp, 16) ; in Calculation_of_the_LTP_parameters()
617 S = SASR_L (L_power << temp, 16) ; in Calculation_of_the_LTP_parameters()
Dlpc.c196 for (i = 0 ; i <= 8 ; i++) ACF [i] = SASR_L (SASL_L (L_ACF [i], temp), 16) ; in Reflection_coefficients()
Dgsm610_priv.h66 SASR_L (int32_t x, int16_t by) in SASR_L() function
Drpe.c100 L_result = SASR_L (L_result, 13) ; in Weighting_filter()