OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenOfReorderedSpectralData
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/src/
channelinfo.h
219
SHORT
lenOfReorderedSpectralData
;
aacdec_hcr.cpp
214
pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
= 0;
223
pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
= lengOfReorderedSpectralData; /* the decoded value is within range */
227
pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
= CPE_TOP_LENGTH; /* use valid maximum */
233
pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
= lengOfReorderedSpectralData; /* the decoded value is within range */
237
pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
= SCE_TOP_LENGTH; /* use valid maximum */
293
pHcr->decInOut.lengthOfReorderedSpectralData = pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
;
[
all
...]
block.cpp
594
if ( pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
!= 0 ) {
614
FDKpushFor (bs, pAacDecoderChannelInfo->pDynData->specificTo.aac.
lenOfReorderedSpectralData
);
Completed in 63 milliseconds