Searched refs:hSbrDecoder (Results 1 – 1 of 1) sorted by relevance
81 HANDLE_SBRDECODER hSbrDecoder = mAacDecoderHandle->hSbrDecoder; in validateQmfDomainBounds() local89 for (element = 0; element < hSbrDecoder->numSbrElements; ++element) { in validateQmfDomainBounds()90 if (hSbrDecoder->pSbrElement[element] != NULL) { in validateQmfDomainBounds()91 for (channel = 0; channel < hSbrDecoder->pSbrElement[element]->nChannels; in validateQmfDomainBounds()93 qmfDomainInChPtr = &hSbrDecoder->pQmfDomain->QmfDomainIn[absChOffset + channel]; in validateQmfDomainBounds()95 &hSbrDecoder->pQmfDomain->QmfDomainOut[absChOffset + channel]; in validateQmfDomainBounds()100 absChOffset += hSbrDecoder->pSbrElement[element]->nChannels; in validateQmfDomainBounds()