Home
last modified time | relevance | path

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

/external/libopus/silk/
Ddec_API.c110 channel_state[ n ].nFramesDecoded = 0; /* Used to count frames in packet */ in silk_Decode()
122 if( channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
170 if( lostFlag != FLAG_PACKET_LOST && channel_state[ 0 ].nFramesDecoded == 0 ) { in silk_Decode()
226 … == FLAG_DECODE_LBRR && channel_state[ 0 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded ] == 1 ) ) in silk_Decode()
230 …= FLAG_DECODE_NORMAL && channel_state[ 1 ].VAD_flags[ channel_state[ 0 ].nFramesDecoded ] == 0 ) || in silk_Decode()
231 … == FLAG_DECODE_LBRR && channel_state[ 1 ].LBRR_flags[ channel_state[ 0 ].nFramesDecoded ] == 0 ) ) in silk_Decode()
266 …tFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_flags[ channel_state[1].nFramesDecoded ] == 1 ); in silk_Decode()
274 FrameIndex = channel_state[ 0 ].nFramesDecoded - n; in silk_Decode()
291 channel_state[ n ].nFramesDecoded++; in silk_Decode()
Ddecode_frame.c63 ( 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()
Dstructs.h280 opus_int nFramesDecoded; member