Searched refs:randomPhase (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Dconceal.cpp1701 void CConcealment_ApplyRandomSign (int randomPhase, argument
1712 packedSign = randomSign[randomPhase>>4];
1713 packedSign >>= (randomPhase&0xf);
1716 if ((randomPhase & 0xf) == 0) {
1717 packedSign = randomSign[randomPhase>>4];
1725 randomPhase = (randomPhase + 1) & (AAC_NF_NO_RANDOM_VAL - 1);

Completed in 139 milliseconds