Lines Matching refs:lostFlag
84 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode() argument
174 if( lostFlag != FLAG_PACKET_LOST && channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
198 if( lostFlag == FLAG_DECODE_NORMAL ) { in silk_Decode()
229 if( lostFlag == FLAG_DECODE_NORMAL || in silk_Decode()
230 …( lostFlag == FLAG_DECODE_LBRR && channel_state[ 0 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded… in silk_Decode()
234 …if( ( lostFlag == FLAG_DECODE_NORMAL && channel_state[ 1 ].VAD_flags[ channel_state[ 0 ].nFramesDe… in silk_Decode()
235 …( lostFlag == FLAG_DECODE_LBRR && channel_state[ 1 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded… in silk_Decode()
275 if( lostFlag == FLAG_DECODE_NORMAL ) { in silk_Decode()
279 …|| (decControl->nChannelsInternal == 2 && lostFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_fl… in silk_Decode()
291 } else if( lostFlag == FLAG_DECODE_LBRR ) { in silk_Decode()
300 …el_state[ n ], psRangeDec, &samplesOut1_tmp[ n ][ 2 ], &nSamplesOutDec, lostFlag, condCoding, arch… in silk_Decode()
375 if( lostFlag == FLAG_PACKET_LOST ) { in silk_Decode()