Home
last modified time | relevance | path

Searched refs:nFramesDecoded (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
Ddec_API.c114 channel_state[ n ].nFramesDecoded = 0; /* Used to count frames in packet */ in silk_Decode()
126 if( channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
174 if( lostFlag != FLAG_PACKET_LOST && channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
230 … == FLAG_DECODE_LBRR && channel_state[ 0 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded ] == 1 ) ) in silk_Decode()
234 …= FLAG_DECODE_NORMAL && channel_state[ 1 ].VAD_flags[ channel_state[ 0 ].nFramesDecoded ] == 0 ) || in silk_Decode()
235 … == FLAG_DECODE_LBRR && channel_state[ 1 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded ] == 0 ) ) in silk_Decode()
279 …tFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_flags[ channel_state[1].nFramesDecoded ] == 1 ); in silk_Decode()
287 FrameIndex = channel_state[ 0 ].nFramesDecoded - n; in silk_Decode()
304 channel_state[ n ].nFramesDecoded++; in silk_Decode()
Ddecode_frame.c61 ( 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()
Dstructs.h280 opus_int nFramesDecoded; member