Searched refs:chSum (Results 1 – 1 of 1) sorted by relevance
1330 LONG chSum[PCM_DMX_MAX_CHANNELS]; in getMixFactors() local1347 chSum[outCh] = MAX_SEARCH_START_VAL; in getMixFactors()1352 chSum[outCh] = 0; in getMixFactors()1360 chSum[outCh] += addFact; in getMixFactors()1362 if (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1363 while (chSum[outCh] > (LONG)MAXVAL_SGL) { in getMixFactors()1365 chSum[outCh] >>= 1; in getMixFactors()1367 } else if (chSum[outCh] > 0) { in getMixFactors()1368 while ((chSum[outCh]<<1) <= (LONG)MAXVAL_SGL) { in getMixFactors()1370 chSum[outCh] <<= 1; in getMixFactors()[all …]