Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacps.c195 static const int DECAY_CUTOFF[] = { 10, 32 }; variable
479 if (k - DECAY_CUTOFF[is34] <= 0) { in decorrelation()
482 else if (k - DECAY_CUTOFF[is34] >= 20) { in decorrelation()
486 g_decay_slope = (1 << 30) - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation()
489 float g_decay_slope = 1.f - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation()

Completed in 2 milliseconds