Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.cpp180 UINT holdCnt[2]; /*!< hold counter */ member
582 FDKmemclear(drcComp->holdCnt, sizeof(drcComp->holdCnt)); in FDK_DRC_Generator_Initialize()
842 …if ((gain < drcComp->smoothGain[i]) || (drcComp->holdCnt[i] == 0)) { /* hold gain unless we have a… in FDK_DRC_Generator_Calc()
857 if (drcComp->holdCnt[i]) { in FDK_DRC_Generator_Calc()
858 drcComp->holdCnt[i]--; in FDK_DRC_Generator_Calc()
861 drcComp->holdCnt[i] = drcComp->holdOff[i]; in FDK_DRC_Generator_Calc()