Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacps.c188 #define DECAY_SLOPE Q30(0.05f) macro
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 1 milliseconds