Searched refs:SASR_L (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | preprocess.c | 81 msp = SASR_L (L_z2, 15) ; in Gsm_Preprocess() 94 mp = SASR_L (L_temp, 15) ; in Gsm_Preprocess()
|
D | add.c | 36 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()
|
D | long_term.c | 266 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()
|
D | lpc.c | 196 for (i = 0 ; i <= 8 ; i++) ACF [i] = SASR_L (SASL_L (L_ACF [i], temp), 16) ; in Reflection_coefficients()
|
D | gsm610_priv.h | 66 SASR_L (int32_t x, int16_t by) in SASR_L() function
|
D | rpe.c | 100 L_result = SASR_L (L_result, 13) ; in Weighting_filter()
|