Home
last modified time | relevance | path

Searched refs:nChannelsInternal (Results 1 – 10 of 10) sorted by relevance

/external/libopus/silk/
Ddec_API.c43 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()
[all …]
Denc_API.c90 psEnc->nChannelsInternal = 1; in silk_InitEncoder()
115 encStatus->nChannelsInternal = psEnc->nChannelsInternal; in silk_QueryEncoder()
177 if( encControl->nChannelsInternal > psEnc->nChannelsInternal ) { in silk_Encode()
194 …Enc->state_Fxx[ 0 ].sCmn.PacketSize_ms) || (psEnc->nChannelsInternal != encControl->nChannelsInter… in silk_Encode()
197 psEnc->nChannelsInternal = encControl->nChannelsInternal; in silk_Encode()
216 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
228 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
247 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
262 …celt_assert( encControl->nChannelsInternal == 1 || psEnc->state_Fxx[ 0 ].sCmn.fs_kHz == psEnc->sta… in silk_Encode()
277 if( encControl->nChannelsAPI == 2 && encControl->nChannelsInternal == 2 ) { in silk_Encode()
[all …]
Dcheck_control_input.c92 … if( encControl->nChannelsInternal < 1 || encControl->nChannelsInternal > ENCODER_NUM_CHANNELS ) { in check_control_input()
96 if( encControl->nChannelsInternal > encControl->nChannelsAPI ) { in check_control_input()
Dcontrol.h51 opus_int32 nChannelsInternal; member
131 opus_int32 nChannelsInternal; member
Dcontrol_codec.c83 psEnc->sCmn.nChannelsInternal = encControl->nChannelsInternal; in silk_control_encoder()
Dstructs.h205 opus_int nChannelsInternal; member
/external/libopus/silk/float/
Dstructs_FLP.h101 opus_int nChannelsInternal; member
/external/libopus/silk/fixed/
Dstructs_FIX.h104 opus_int nChannelsInternal; member
/external/libopus/src/
Dopus_decoder.c89 …celt_assert(st->DecControl.nChannelsInternal == 0 || st->DecControl.nChannelsInternal == 1 || st->… in validate_opus_decoder()
379 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()
Dopus_encoder.c216 st->silk_mode.nChannelsInternal = channels; in opus_encoder_init()
1749 st->silk_mode.nChannelsInternal = st->stream_channels; in opus_encode_native()