Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1493 SBR_ELEMENT_INFO *pelInfo = &elInfo[coreEl]; in FDKsbrEnc_Reallocate() local
1497 for ( ch = 0; ch < pelInfo->nChannelsInEl; ch++ ) { in FDKsbrEnc_Reallocate()
1502 for ( ch = 0; ch < ((pelInfo->fParametricStereo)?2:pelInfo->nChannelsInEl); ch++ ) { in FDKsbrEnc_Reallocate()
1503 hSbrElement->elInfo.ChannelIndex[ch] = pelInfo->ChannelIndex[ch]; in FDKsbrEnc_Reallocate()
1508 hSbrElement->elInfo.elType = pelInfo->elType; in FDKsbrEnc_Reallocate()
1509 hSbrElement->elInfo.instanceTag = pelInfo->instanceTag; in FDKsbrEnc_Reallocate()
1510 hSbrElement->elInfo.nChannelsInEl = pelInfo->nChannelsInEl; in FDKsbrEnc_Reallocate()
1511 hSbrElement->elInfo.fParametricStereo = pelInfo->fParametricStereo; in FDKsbrEnc_Reallocate()