Searched refs:g_decay_slope (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsdsp_mips.c | 284 float g_decay_slope, in ps_decorrelate_mips() 307 "mul.s %[ag0], %[ag0], %[g_decay_slope] \n\t" in ps_decorrelate_mips() 308 "mul.s %[ag1], %[ag1], %[g_decay_slope] \n\t" in ps_decorrelate_mips() 309 "mul.s %[ag2], %[ag2], %[g_decay_slope] \n\t" in ps_decorrelate_mips() 384 [p_delay_end]"r"(p_delay_end), [g_decay_slope]"f"(g_decay_slope), in ps_decorrelate_mips() 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
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacps.c | 469 // | | Q_fract_allpass[k][m]*z^-link_delay[m] - a[m]*g_decay_slope[k] in decorrelation() 471 // | | 1 - a[m]*g_decay_slope[k]*Q_fract_allpass[k][m]*z^-link_delay[m] in decorrelation() 477 int g_decay_slope; in decorrelation() local 480 g_decay_slope = 1 << 30; in decorrelation() 483 g_decay_slope = 0; in decorrelation() 486 g_decay_slope = (1 << 30) - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation() 489 float g_decay_slope = 1.f - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]); in decorrelation() local 490 g_decay_slope = av_clipf(g_decay_slope, 0.f, 1.f); in decorrelation() 500 transient_gain[b], g_decay_slope, n in decorrelation() [all...] |
H A D | aacpsdsp.h | 47 INTFLOAT g_decay_slope,
|
H A D | aacpsdsp_template.c | 107 INTFLOAT g_decay_slope, in ps_decorrelate_c() 117 ag[m] = AAC_MUL30(a[m], g_decay_slope); in ps_decorrelate_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
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | aacpsdsp_init_arm.c | 40 const float *transient_gain, float g_decay_slope,
|
Completed in 4 milliseconds