Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioGain.cc105 if ((weighted_cnt > 0) && (gain_cache_size > 0.)) { in WeightedGain()
106 g = weighted_avgsum / gain_cache_size; in WeightedGain()
130 if (gain_cache_size > 0.) { in WeightedPeak()
131 g = weighted_peaksum / gain_cache_size; in WeightedPeak()
360 gain_cache_size = sz; in process_weighted()
361 } else if (sz > gain_cache_size) { in process_weighted()
362 frames = (size_t)irint(gain_cache_size); in process_weighted()
365 nosig = NoSigWeight * gain_cache_size; in process_weighted()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioGain.h65 Double gain_cache_size; // number of cached gains variable