Home
last modified time | relevance | path

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

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp1537 LONG chSum[(8)]; in getMixFactors() local
1554 chSum[outCh] = MAX_SEARCH_START_VAL; in getMixFactors()
1560 chSum[outCh] = 0; in getMixFactors()
1568 chSum[outCh] += addFact; in getMixFactors()
1570 if (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()
1571 while (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()
1573 chSum[outCh] >>= 1; in getMixFactors()
1575 } else if (chSum[outCh] > 0) { in getMixFactors()
1576 while ((chSum[outCh] << 1) <= (LONG)MAXVAL_SGL) { in getMixFactors()
1578 chSum[outCh] <<= 1; in getMixFactors()
[all …]