Searched refs:tmpAvgGain (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp1376 int tmpAvgGain = 0; local
1386 // force skipping "if (tmpAvgGain >= avgGain)" below as tmpAvgGain is not
1388 tmpAvgGain = -1;
1395 tmpAvgGain += weight * gain;
1398 if (tmpAvgGain >= avgGain) {
1400 avgGain = tmpAvgGain;

Completed in 80 milliseconds