Searched refs:prevLPC_Q12 (Results 1 – 2 of 2) sorted by relevance
/external/libopus/silk/ |
D | PLC.c | 160 …silk_memcpy( psPLC->prevLPC_Q12, psDecCtrl->PredCoef_Q12[ 1 ], psDec->LPC_order * sizeof( opus_int… in silk_PLC_update() 232 silk_memset( psPLC->prevLPC_Q12, 0, sizeof( psPLC->prevLPC_Q12 ) ); in silk_PLC_conceal() 258 silk_bwexpander( psPLC->prevLPC_Q12, psDec->LPC_order, SILK_FIX_CONST( BWE_COEF, 16 ) ); in silk_PLC_conceal() 261 silk_memcpy( A_Q12, psPLC->prevLPC_Q12, psDec->LPC_order * sizeof( opus_int16 ) ); in silk_PLC_conceal() 278 invGain_Q30 = silk_LPC_inverse_pred_gain( psPLC->prevLPC_Q12, psDec->LPC_order ); in silk_PLC_conceal()
|
D | structs.h | 234 opus_int16 prevLPC_Q12[ MAX_LPC_ORDER ]; member
|