Home
last modified time | relevance | path

Searched refs:decControl (Results 1 – 2 of 2) sorted by relevance

/external/libopus/silk/
Ddec_API.c134 …silk_DecControlStruct* decControl, /* I/O Control Structure … in silk_Decode() argument
161 celt_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 ); in silk_Decode()
167 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
173 if( decControl->nChannelsInternal > psDec->nChannelsInternal ) { in silk_Decode()
177 stereo_to_mono = decControl->nChannelsInternal == 1 && psDec->nChannelsInternal == 2 && in silk_Decode()
178 ( decControl->internalSampleRate == 1000*channel_state[ 0 ].fs_kHz ); in silk_Decode()
181 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
183 if( decControl->payloadSize_ms == 0 ) { in silk_Decode()
187 } else if( decControl->payloadSize_ms == 10 ) { in silk_Decode()
190 } else if( decControl->payloadSize_ms == 20 ) { in silk_Decode()
[all …]
DAPI.h128 …silk_DecControlStruct* decControl, /* I/O Control Structure …