Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dconceal.cpp243 static int CConcealment_TDNoise_Random(ULONG *seed);
2052 static int CConcealment_TDNoise_Random(ULONG *seed) { in CConcealment_TDNoise_Random() function
2065 (ULONG)CConcealment_TDNoise_Random(&pConcealmentInfo->TDNoiseSeed) + 1; in CConcealment_TDNoise_Apply()
2078 states[0] = ((FIXP_PCM)CConcealment_TDNoise_Random(&seed)); in CConcealment_TDNoise_Apply()