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,
Dblock.cpp784 SamplingRateInfo *pSamplingRateInfo, ULONG *nfRandomSeed, in CBlock_ApplyNoise() argument
846 ULONG seed = *nfRandomSeed; in CBlock_ApplyNoise()
891 *nfRandomSeed = seed; in CBlock_ApplyNoise()
Dchannelinfo.h257 ULONG nfRandomSeed; /* seed value for USAC noise filling random generator */ member
Dchannel.cpp904 &pAacDecoderStaticChannelInfo[ch]->nfRandomSeed, in CChannelElement_Read()
Daacdecoder.cpp2254 self->pAacDecoderStaticChannelInfo[ch - elCh]->nfRandomSeed = in CAacDecoder_Init()
2260 ->nfRandomSeed = (ULONG)0x10932; in CAacDecoder_Init()
Dusacdec_lpd.cpp939 ULONG *pSeed = &pAacDecoderStaticChannelInfo->nfRandomSeed; in CLpd_TcxDecode()