Searched refs:temp_LTP_Gain_Q14 (Results 1 – 1 of 1) sorted by relevance
102 opus_int32 LTP_Gain_Q14, temp_LTP_Gain_Q14; in silk_PLC_update() local117 temp_LTP_Gain_Q14 = 0; in silk_PLC_update()119 … temp_LTP_Gain_Q14 += psDecCtrl->LTPCoef_Q14[ ( psDec->nb_subfr - 1 - j ) * LTP_ORDER + i ]; in silk_PLC_update()121 if( temp_LTP_Gain_Q14 > LTP_Gain_Q14 ) { in silk_PLC_update()122 LTP_Gain_Q14 = temp_LTP_Gain_Q14; in silk_PLC_update()