Searched refs:decControl (Results 1 – 2 of 2) sorted by relevance
82 …silk_DecControlStruct* decControl, /* I/O Control Structure … in silk_Decode() argument103 silk_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 ); in silk_Decode()109 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()115 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) { in silk_Decode()119 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 && in silk_Decode()120 ( decControl->internalSampleRate == 1000*channel_state[ 0 ].fs_kHz ); in silk_Decode()123 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()125 if( decControl->payloadSize_ms == 0 ) { in silk_Decode()129 } else if( decControl->payloadSize_ms == 10 ) { in silk_Decode()132 } else if( decControl->payloadSize_ms == 20 ) { in silk_Decode()[all …]
109 …silk_DecControlStruct* decControl, /* I/O Control Structure …