Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp1510 INT chSumMax = MAX_SEARCH_START_VAL; in getMixFactors() local
1560 (chSum[outCh] > chSumMax)) { /* Store the new maximum */ in getMixFactors()
1561 chSumMax = chSum[outCh]; in getMixFactors()
1564 maxScale = fMax(maxScale + chSumMax, 0); in getMixFactors()