Searched defs:g_decay_slope (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacpsdsp_template.c | 103 ps_decorrelate_c(INTFLOAT (out)[2], INTFLOAT (*delay)[2], INTFLOAT (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], const INTFLOAT phi_fract[2], const INTFLOAT (*Q_fract)[2], const INTFLOAT *transient_gain, INTFLOAT g_decay_slope, int len) ps_decorrelate_c() argument
|
H A D | aacps.c | 477 int g_decay_slope; in decorrelation() local 489 float g_decay_slope = 1.f - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsdsp_mips.c | 280 ps_decorrelate_mips(float (*out)[2], float (*delay)[2], float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], const float phi_fract[2], const float (*Q_fract)[2], const float *transient_gain, float g_decay_slope, int len) ps_decorrelate_mips() argument
|
Completed in 3 milliseconds