Searched defs:pelInfo (Results 1 - 1 of 1) sorted by relevance

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

Completed in 81 milliseconds