Home
last modified time | relevance | path

Searched refs:PS_QMF_TIME_SLOTS (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacps.h38 #define PS_QMF_TIME_SLOTS 32 macro
76 DECLARE_ALIGNED(16, INTFLOAT, delay)[PS_MAX_SSB][PS_QMF_TIME_SLOTS + PS_MAX_DELAY][2];
77 …DECLARE_ALIGNED(16, INTFLOAT, ap_delay)[PS_MAX_AP_BANDS][PS_AP_LINKS][PS_QMF_TIME_SLOTS + PS_MAX_A…
Daacpsdsp.h28 #define PS_QMF_TIME_SLOTS 32 macro
44 INTFLOAT (*ap_delay)[PS_QMF_TIME_SLOTS+PS_MAX_AP_DELAY][2],
Daacps.c401 LOCAL_ALIGNED_16(INTFLOAT, power, [34], [PS_QMF_TIME_SLOTS]); in decorrelation()
402 LOCAL_ALIGNED_16(INTFLOAT, transient_gain, [34], [PS_QMF_TIME_SLOTS]); in decorrelation()
406 INTFLOAT (*delay)[PS_QMF_TIME_SLOTS + PS_MAX_DELAY][2] = ps->delay; in decorrelation()
407 INTFLOAT (*ap_delay)[PS_AP_LINKS][PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2] = ps->ap_delay; in decorrelation()
Daacpsdsp_template.c104 INTFLOAT (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], in ps_decorrelate_c()
/third_party/ffmpeg/libavcodec/arm/
Daacpsdsp_init_arm.c38 float (*ap_delay)[PS_QMF_TIME_SLOTS+PS_MAX_AP_DELAY][2],
/third_party/ffmpeg/libavcodec/mips/
Daacpsdsp_mips.c281 float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], in ps_decorrelate_mips()