Searched refs:iRandomPhase (Results 1 – 2 of 2) sorted by relevance
224 static void CConcealment_ApplyRandomSign(int iRandomPhase, FIXP_DBL *spec,346 pConcealChannelInfo->iRandomPhase = 0; in CConcealment_InitChannelData()674 hConcealmentInfo->iRandomPhase = 0; in CConcealment_Apply()1048 CConcealment_ApplyRandomSign(pConcealmentInfo->iRandomPhase, in CConcealment_ApplyInter()1051 pConcealmentInfo->iRandomPhase = in CConcealment_ApplyInter()1052 (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1); in CConcealment_ApplyInter()1755 CConcealment_ApplyRandomSign(pConcealmentInfo->iRandomPhase, pOut, in CConcealment_ApplyFadeOut()1759 pConcealmentInfo->iRandomPhase = in CConcealment_ApplyFadeOut()1760 (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1); in CConcealment_ApplyFadeOut()
165 INT iRandomPhase; member