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

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp180 UINT holdCnt[2]; /*!< hold counter */ member in struct:DRC_COMP
582 FDKmemclear(drcComp->holdCnt, sizeof(drcComp->holdCnt));
842 if ((gain < drcComp->smoothGain[i]) || (drcComp->holdCnt[i] == 0)) { /* hold gain unless we have an attack or hold period is over */
857 if (drcComp->holdCnt[i]) {
858 drcComp->holdCnt[i]--;
861 drcComp->holdCnt[i] = drcComp->holdOff[i];

Completed in 76 milliseconds