Searched refs:transient_gain (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | aacpsdsp_template.c | 106 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()
|
D | aacps.c | 403 LOCAL_ALIGNED_16(INTFLOAT, transient_gain, [34], [PS_QMF_TIME_SLOTS]); in decorrelation() 446 … transient_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()
|
D | aacpsdsp.h | 46 const INTFLOAT *transient_gain,
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacpsdsp_mips.c | 283 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/ |
D | aacpsdsp_init_arm.c | 40 const float *transient_gain, float g_decay_slope,
|