Home
last modified time | relevance | path

Searched refs:g_decay_slope (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Daacpsdsp_mips.c284 float g_decay_slope, in ps_decorrelate_mips() argument
384 [p_delay_end]"r"(p_delay_end), [g_decay_slope]"f"(g_decay_slope), in ps_decorrelate_mips()
/third_party/ffmpeg/libavcodec/
Daacps.c476 int g_decay_slope; in decorrelation() local
479 g_decay_slope = 1 << 30; in decorrelation()
482 g_decay_slope = 0; in decorrelation()
485 g_decay_slope = (1 << 30) - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation()
488 float g_decay_slope = 1.f - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation() local
489 g_decay_slope = av_clipf(g_decay_slope, 0.f, 1.f); in decorrelation()
499 transient_gain[b], g_decay_slope, nL - n0); in decorrelation()
Daacpsdsp.h47 INTFLOAT g_decay_slope,
Daacpsdsp_template.c107 INTFLOAT g_decay_slope, in ps_decorrelate_c() argument
117 ag[m] = AAC_MUL30(a[m], g_decay_slope); in ps_decorrelate_c()
/third_party/ffmpeg/libavcodec/arm/
Daacpsdsp_init_arm.c40 const float *transient_gain, float g_decay_slope,