Lines Matching full:numchannels
165 UINT numChannels,/*! the number of channels for the core coder */
182 if ( numChannels == sbrTuningTable [i].numChannels
397 UINT numChannels, /*! the core coder number of channels */
411 config->codecSettings.nChannels = numChannels;
428 bitRate *= numChannels;
430 if (numChannels==1) {
437 idx = getSbrTuningTableIndex(bitRate,numChannels,sampleRateCore, core, NULL);
481 if (numChannels == 1) {
1775 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot)
1780 FDK_ASSERT(numChannels > 0 && numChannels <= 2);
1782 if (numChannels == 2) {
1787 /* Set numChannels to 1 because for PS we need a SBR SCE (mono) element. */
1788 numChannels = 1;
1793 index = getSbrTuningTableIndex(bitRate, numChannels, coreSampleRate, aot, &newBitRate);
1814 INT *numChannels,
1833 int inputChannels = *numChannels;
1864 if ( *numChannels == 2 && noElements == 1) {
1870 *numChannels = 1;
1959 downsampledOffset = (delayDiff*(*numChannels))>>(*downSampleFactor-1);
1970 sbrOffset = delayDiff*(*numChannels);
1974 hSbrEncoder->nChannels = *numChannels;
2104 if (sbrOffset > 0 || downsampledOffset <= ((downsamplerDelay * (*numChannels))>>(*downSampleFactor-1))) {
2105 sbrOffset += (downsamplerDelay - downsampledOffset) * (*numChannels) ;
2109 downsampledOffset -= (downsamplerDelay * (*numChannels))>>(*downSampleFactor-1);
2120 hSbrEncoder->estimateBitrate += 2500 * (*numChannels);
2177 hSbrEncoder->downmixSize = coreFrameLength*(*numChannels);
2203 *numChannels = inputChannels;