Searched refs:pelInfo (Results 1 – 1 of 1) sorted by relevance
1603 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate() local1607 for (ch = 0; ch < pelInfo->nChannelsInEl; ch++) { in FDKsbrEnc_Reallocate()1613 ch < ((pelInfo->fParametricStereo) ? 2 : pelInfo->nChannelsInEl); in FDKsbrEnc_Reallocate()1615 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch]; in FDKsbrEnc_Reallocate()1620 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()1621 hSbrElement->elInfo.instanceTag = pelInfo->instanceTag; in FDKsbrEnc_Reallocate()1622 hSbrElement->elInfo.nChannelsInEl = pelInfo->nChannelsInEl; in FDKsbrEnc_Reallocate()1623 hSbrElement->elInfo.fParametricStereo = pelInfo->fParametricStereo; in FDKsbrEnc_Reallocate()1624 hSbrElement->elInfo.fDualMono = pelInfo->fDualMono; in FDKsbrEnc_Reallocate()