Searched refs:g_decay_slope (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | aacpsdsp_mips.c | 284 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/ |
D | aacps.c | 476 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()
|
D | aacpsdsp.h | 47 INTFLOAT g_decay_slope,
|
D | aacpsdsp_template.c | 107 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/ |
D | aacpsdsp_init_arm.c | 40 const float *transient_gain, float g_decay_slope,
|