Lines Matching refs:sPLC
57 psDec->sPLC.pitchL_Q8 = silk_LSHIFT( psDec->frame_length, 8 - 1 ); in silk_PLC_Reset()
58 psDec->sPLC.prevGain_Q16[ 0 ] = SILK_FIX_CONST( 1, 16 ); in silk_PLC_Reset()
59 psDec->sPLC.prevGain_Q16[ 1 ] = SILK_FIX_CONST( 1, 16 ); in silk_PLC_Reset()
60 psDec->sPLC.subfr_length = 20; in silk_PLC_Reset()
61 psDec->sPLC.nb_subfr = 2; in silk_PLC_Reset()
72 if( psDec->fs_kHz != psDec->sPLC.fs_kHz ) { in silk_PLC()
74 psDec->sPLC.fs_kHz = psDec->fs_kHz; in silk_PLC()
104 psPLC = &psDec->sPLC; in silk_PLC_update()
186 silk_PLC_struct *psPLC = &psDec->sPLC; in silk_PLC_conceal()
376 psPLC = &psDec->sPLC; in silk_PLC_glue_frames()
384 if( psDec->sPLC.last_frame_lost ) { in silk_PLC_glue_frames()