Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dblock.h123 SamplingRateInfo *pSamplingRateInfo, ULONG *nfRandomSeed,
Dchannelinfo.h257 ULONG nfRandomSeed; /* seed value for USAC noise filling random generator */ member
Dblock.cpp784 SamplingRateInfo *pSamplingRateInfo, ULONG *nfRandomSeed, in CBlock_ApplyNoise() argument
846 ULONG seed = *nfRandomSeed; in CBlock_ApplyNoise()
891 *nfRandomSeed = seed; in CBlock_ApplyNoise()
Dchannel.cpp906 &pAacDecoderStaticChannelInfo[ch]->nfRandomSeed, in CChannelElement_Read()
Daacdecoder.cpp2383 self->pAacDecoderStaticChannelInfo[ch - elCh]->nfRandomSeed = in CAacDecoder_Init()
2389 ->nfRandomSeed = (ULONG)0x10932; in CAacDecoder_Init()
Dusacdec_lpd.cpp950 ULONG *pSeed = &pAacDecoderStaticChannelInfo->nfRandomSeed; in CLpd_TcxDecode()