• Home
  • Raw
  • Download

Lines Matching refs:nChannelsInternal

43     opus_int                         nChannelsInternal;  member
107 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()
127 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
160 …l->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 && ( psDec->nChannelsAPI == 1 || psDec-… in silk_Decode()
166 psDec->nChannelsInternal = decControl->nChannelsInternal; in silk_Decode()
177 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
184 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
201 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
206 if( decControl->nChannelsInternal == 2 && n == 0 ) { in silk_Decode()
228 if( decControl->nChannelsInternal == 2 ) { in silk_Decode()
249 …if( decControl->nChannelsInternal == 2 && decode_only_middle == 0 && psDec->prev_decode_only_middl… in silk_Decode()
261 delay_stack_alloc = decControl->internalSampleRate*decControl->nChannelsInternal in silk_Decode()
264 : decControl->nChannelsInternal*(channel_state[ 0 ].frame_length + 2 ), in silk_Decode()
279 …|| (decControl->nChannelsInternal == 2 && lostFlag == FLAG_DECODE_LBRR && channel_state[1].LBRR_fl… in silk_Decode()
282 for( n = 0; n < decControl->nChannelsInternal; n++ ) { in silk_Decode()
307 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 2 ) { in silk_Decode()
329 ? decControl->nChannelsInternal*(channel_state[ 0 ].frame_length + 2 ) in silk_Decode()
333 …OPUS_COPY(samplesOut1_tmp_storage2, samplesOut, decControl->nChannelsInternal*(channel_state[ 0 ].… in silk_Decode()
337 for( n = 0; n < silk_min( decControl->nChannelsAPI, decControl->nChannelsInternal ); n++ ) { in silk_Decode()
351 if( decControl->nChannelsAPI == 2 && decControl->nChannelsInternal == 1 ) { in silk_Decode()
378 for ( i = 0; i < psDec->nChannelsInternal; i++ ) in silk_Decode()