Searched refs:decControl (Results 1 – 2 of 2) sorted by relevance
83 …silk_DecControlStruct* decControl, /* I/O Control Structure … in silk_Decode() argument107 celt_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 ); in silk_Decode()113 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()119 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) { in silk_Decode()123 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 && in silk_Decode()124 ( decControl->internalSampleRate == 1000*channel_state[ 0 ].fs_kHz ); in silk_Decode()127 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()129 if( decControl->payloadSize_ms == 0 ) { in silk_Decode()133 } else if( decControl->payloadSize_ms == 10 ) { in silk_Decode()136 } else if( decControl->payloadSize_ms == 20 ) { in silk_Decode()[all …]
110 …silk_DecControlStruct* decControl, /* I/O Control Structure …