Searched refs:iRandomPhase (Results 1 – 2 of 2) sorted by relevance
234 int iRandomPhase,336 pConcealChannelInfo->iRandomPhase = 0; in CConcealment_InitChannelData()758 hConcealmentInfo->iRandomPhase = 0; in CConcealment_Apply()896 CConcealment_ApplyRandomSign(pConcealmentInfo->iRandomPhase, in CConcealment_ApplyNoise()901 …pConcealmentInfo->iRandomPhase = (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1); in CConcealment_ApplyNoise()1204 CConcealment_ApplyRandomSign (pConcealmentInfo->iRandomPhase, in CConcealment_ApplyInter()1208 …pConcealmentInfo->iRandomPhase = (pConcealmentInfo->iRandomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1); in CConcealment_ApplyInter()
156 INT iRandomPhase; member