Lines Matching refs:elInfo
924 if(hSbrElement->elInfo.fParametricStereo == 0)
939 samples + hSbrElement->elInfo.ChannelIndex[ch],
953 if (hSbrElement->elInfo.fParametricStereo)
973 INT_PCM* pSamples[2] = {samples + hSbrElement->elInfo.ChannelIndex[0],samples + hSbrElement->elInfo.ChannelIndex[1]};
980 samples + hSbrElement->elInfo.ChannelIndex[ch],
1018 (hSbrElement->elInfo.fParametricStereo) ? hEnvEncoder->hParametricStereo : NULL,
1062 samples + hSbrElement->elInfo.ChannelIndex[ch] + hEnvEncoder->bufferOffset,
1065 samples + hSbrElement->elInfo.ChannelIndex[ch],
1400 SBR_ELEMENT_INFO elInfo[(6)],
1413 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
1416 if (elInfo[coreEl].elType == ID_LFE) {
1417 hSbrEncoder->lfeChIdx = elInfo[coreEl].ChannelIndex[0];
1422 elInfo[coreEl];
1432 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch];
1437 hSbrElement->elInfo.elType = pelInfo->elType;
1438 hSbrElement->elInfo.instanceTag = pelInfo->instanceTag;
1439 hSbrElement->elInfo.nChannelsInEl = pelInfo->nChannelsInEl;
1440 hSbrElement->elInfo.fParametricStereo = pelInfo->fParametricStereo;
1611 for ( ch = 0; ch < ((hSbrElement->elInfo.fParametricStereo)?2:hSbrElement->sbrConfigData.nChannels); ch++ )
1715 SBR_ELEMENT_INFO elInfo[(6)],
1764 elInfo[0].elType = ID_SCE;
1765 elInfo[0].fParametricStereo = 1;
1766 elInfo[0].nChannelsInEl = 1;
1797 if (elInfo[coreEl].elType != ID_SCE && elInfo[coreEl].elType != ID_CPE) {
1801 if ( !FDKsbrEnc_IsSbrSettingAvail (elInfo[coreEl].bitRate, 0, elInfo[coreEl].nChannelsInEl, inputSampleRate, *aot) )
1902 if (elInfo[coreEl].elType == ID_SCE || elInfo[coreEl].elType == ID_CPE) {
1910 elInfo[coreEl].fParametricStereo = 1;
1912 elInfo[coreEl].fParametricStereo = 0;
1925 elInfo[coreEl].bitRate,
1926 elInfo[coreEl].nChannelsInEl,
1947 elInfo,
1989 for (ch=0; ch<hSbrEl->elInfo.nChannelsInEl; ch++)
2026 INT psTuningTableIdx = getPsTuningTableIndex(elInfo[0].bitRate, NULL);