]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacsbr_tablegen_common.h
Merge commit '85990140e7302d1e7fcc9fc0eea316178c19fe03'
[ffmpeg] / libavcodec / aacsbr_tablegen_common.h
index d7fc3061b08bda9e1ac364b70a2445cb1841b0fd..8c8f6effa16fc8054a83444a30088f66437c4626 100644 (file)
@@ -25,9 +25,6 @@
 #include "aac_defines.h"
 #include "libavutil/mem.h"
 
-#if CONFIG_HARDCODED_TABLES
-#define aacsbr_tableinit()
-#else
 ///< window coefficients for analysis/synthesis QMF banks
 static DECLARE_ALIGNED(32, INTFLOAT, sbr_qmf_window_ds)[320];
 static DECLARE_ALIGNED(32, INTFLOAT, sbr_qmf_window_us)[640] = {
@@ -125,6 +122,5 @@ static av_cold void aacsbr_tableinit(void)
     for (n = 0; n < 320; n++)
         sbr_qmf_window_ds[n] = sbr_qmf_window_us[2*n];
 }
-#endif /* CONFIG_HARDCODED_TABLES */
 
 #endif /* AVCODEC_AACSBR_TABLEGEN_COMMON_H */