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