Home
last modified time | relevance | path

Searched refs:lostFlag (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/
Ddec_API.c84 …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()
[all …]
Ddecode_frame.c44 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode f… in silk_decode_frame() argument
60 if( lostFlag == FLAG_DECODE_NORMAL || in silk_decode_frame()
61 ( lostFlag == FLAG_DECODE_LBRR && psDec->LBRR_flags[ psDec->nFramesDecoded ] == 1 ) ) in silk_decode_frame()
69 silk_decode_indices( psDec, psRangeDec, psDec->nFramesDecoded, lostFlag, condCoding ); in silk_decode_frame()
DAPI.h110 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec …
Dmain.h406 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode f…