Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_reshapeBBEnv.cpp346 INT *pNormNrgPrevSF, *pPartNrgPrev2SF; in extractBBEnv() local
403 pNormNrgPrevSF = &pBBEnvState->normNrgPrevSF[prevChOffs]; in extractBBEnv()
529 commonScale = fixMax(envSF - SF_BETA1 + 1, pNormNrgPrevSF[0] + 1); in extractBBEnv()
530 scalePrev = fixMin(commonScale - pNormNrgPrevSF[0], DFRACT_BITS - 1); in extractBBEnv()
540 pNormNrgPrevSF[0] = commonScale - clz; in extractBBEnv()