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 silk_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()
176 if( encControl->nChannelsInternal > psEnc->nChannelsInternal ) { in silk_Encode()
193 …Enc->state_Fxx[ 0 ].sCmn.PacketSize_ms) || (psEnc->nChannelsInternal != encControl->nChannelsInter… in silk_Encode()
196 psEnc->nChannelsInternal = encControl->nChannelsInternal; in silk_Encode()
209 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
217 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
236 TargetRate_bps = silk_RSHIFT32( encControl->bitRate, encControl->nChannelsInternal - 1 ); in silk_Encode()
237 for( n = 0; n < encControl->nChannelsInternal; n++ ) { in silk_Encode()
252 …silk_assert( encControl->nChannelsInternal == 1 || psEnc->state_Fxx[ 0 ].sCmn.fs_kHz == psEnc->sta… 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
123 opus_int32 nChannelsInternal; member
Dcontrol_codec.c84 psEnc->sCmn.nChannelsInternal = encControl->nChannelsInternal; in silk_control_encoder()
Dstructs.h204 opus_int nChannelsInternal; member
/external/libopus/silk/fixed/
Dstructs_FIX.h122 opus_int nChannelsInternal; member
/external/libopus/silk/float/
Dstructs_FLP.h121 opus_int nChannelsInternal; member
/external/libopus/src/
Dopus_decoder.c356 st->DecControl.nChannelsInternal = st->stream_channels; in opus_decode_frame()
Dopus_encoder.c198 st->silk_mode.nChannelsInternal = channels; in opus_encoder_init()
1577 st->silk_mode.nChannelsInternal = st->stream_channels; in opus_encode_native()