Searched refs:chSum (Results 1 – 1 of 1) sorted by relevance
1325 LONG chSum[PCM_DMX_MAX_CHANNELS]; in getMixFactors() local1342 chSum[outCh] = MAX_SEARCH_START_VAL; in getMixFactors()1347 chSum[outCh] = 0; in getMixFactors()1355 chSum[outCh] += addFact; in getMixFactors()1357 if (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1358 while (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1360 chSum[outCh] >>= 1; in getMixFactors()1362 } else if (chSum[outCh] > 0) { in getMixFactors()1363 while ((chSum[outCh]<<1) <= (LONG)MAXVAL_SGL) { in getMixFactors()1365 chSum[outCh] <<= 1; in getMixFactors()[all …]