Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacpsdsp_template.c106 const INTFLOAT *transient_gain, in ps_decorrelate_c() argument
140 out[n][0] = AAC_MUL16(transient_gain[n], in_re); in ps_decorrelate_c()
141 out[n][1] = AAC_MUL16(transient_gain[n], in_im); in ps_decorrelate_c()
Daacps.c403 LOCAL_ALIGNED_16(INTFLOAT, transient_gain, [34], [PS_QMF_TIME_SLOTS]); in decorrelation()
446transient_gain[i][n] = FFMIN(power_smooth[i]*43691LL / peak_decay_diff_smooth[i], 1<<16); in decorrelation()
448 transient_gain[i][n] = 1 << 16; in decorrelation()
460 transient_gain[i][n] = (denom > power_smooth[i]) ? in decorrelation()
500 transient_gain[b], g_decay_slope, nL - n0); in decorrelation()
508 transient_gain[i], nL - n0); in decorrelation()
516 transient_gain[i], nL - n0); in decorrelation()
Daacpsdsp.h46 const INTFLOAT *transient_gain,
/third_party/ffmpeg/libavcodec/mips/
Daacpsdsp_mips.c283 const float *transient_gain, in ps_decorrelate_mips() argument
290 const float *p_t_gain = transient_gain; in ps_decorrelate_mips()
/third_party/ffmpeg/libavcodec/arm/
Daacpsdsp_init_arm.c40 const float *transient_gain, float g_decay_slope,