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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c4125 int finalValue = 0; local
4128 finalValue += averageValue[i];
4130 finalValue = finalValue / storeCount;
4133 if( finalValue > thresholdValue )

Completed in 94 milliseconds