Searched refs:L_temp (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/GSM610/ |
D | preprocess.c | 42 int32_t L_temp ; in Gsm_Preprocess() local 85 L_temp = (int32_t) msp * 32735 ; /* GSM_L_MULT (msp,32735) >> 1 ;*/ in Gsm_Preprocess() 86 L_z2 = GSM_L_ADD (L_temp, L_s2) ; in Gsm_Preprocess() 89 L_temp = GSM_L_ADD (L_z2, 16384) ; in Gsm_Preprocess() 94 mp = SASR_L (L_temp, 15) ; in Gsm_Preprocess()
|
D | long_term.c | 113 { register int32_t L_temp ; in Cut_Calculation_of_the_LTP_parameters() local 115 L_temp = SASR_W (dp [k - Nc], 3) ; in Cut_Calculation_of_the_LTP_parameters() 116 L_power += L_temp * L_temp ; in Cut_Calculation_of_the_LTP_parameters() 245 { register int32_t L_temp ; in Calculation_of_the_LTP_parameters() local 247 L_temp = SASR_W (dp [k - Nc], 3) ; in Calculation_of_the_LTP_parameters() 248 L_power += L_temp * L_temp ; in Calculation_of_the_LTP_parameters() 426 { register int32_t L_temp ; in Cut_Calculation_of_the_LTP_parameters() local 428 L_temp = SASR_W (dp [k - Nc], 3) ; in Cut_Calculation_of_the_LTP_parameters() 429 L_power += L_temp * L_temp ; in Cut_Calculation_of_the_LTP_parameters() 595 { register int32_t L_temp ; in Calculation_of_the_LTP_parameters() local [all …]
|
D | rpe.c | 119 register int32_t L_result, L_temp ; in RPE_grid_selection() local 150 #define STEP(m, i) L_temp = SASR_W (x [m + 3 * i], 2) ; \ in RPE_grid_selection() 151 L_result += L_temp * L_temp ; in RPE_grid_selection()
|