Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddec_API.c83 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode() argument
170 if( lostFlag != FLAG_PACKET_LOST && channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
194 if( lostFlag == FLAG_DECODE_NORMAL ) { in silk_Decode()
225 if( lostFlag == FLAG_DECODE_NORMAL || in silk_Decode()
226 …( lostFlag == FLAG_DECODE_LBRR && channel_state[ 0 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded… in silk_Decode()
230 …if( ( lostFlag == FLAG_DECODE_NORMAL && channel_state[ 1 ].VAD_flags[ channel_state[ 0 ].nFramesDe… in silk_Decode()
231 …( lostFlag == FLAG_DECODE_LBRR && channel_state[ 1 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded… in silk_Decode()
262 if( lostFlag == FLAG_DECODE_NORMAL ) { in silk_Decode()
266 …|| (decControl->nChannelsInternal == 2 && lostFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_fl… in silk_Decode()
278 } 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
62 if( lostFlag == FLAG_DECODE_NORMAL || in silk_decode_frame()
63 ( lostFlag == FLAG_DECODE_LBRR && psDec->LBRR_flags[ psDec->nFramesDecoded ] == 1 ) ) in silk_decode_frame()
68 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.h375 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode f…