From 80d44277e6ae6291a1ddba476939bb394a2ed822 Mon Sep 17 00:00:00 2001 From: Nathan Caldwell Date: Fri, 6 Jan 2012 14:24:37 -0700 Subject: aacenc: Move Q^3/4 calculation to it's own table This should be moved to tablegen at some point. Signed-off-by: Alex Converse --- libavcodec/aacenc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/aacenc.h') diff --git a/libavcodec/aacenc.h b/libavcodec/aacenc.h index 1f5e6503ca..79d542f70a 100644 --- a/libavcodec/aacenc.h +++ b/libavcodec/aacenc.h @@ -74,4 +74,6 @@ typedef struct AACEncContext { DECLARE_ALIGNED(32, float, scoefs)[1024]; ///< scaled coefficients } AACEncContext; +extern float ff_aac_pow34sf_tab[428]; + #endif /* AVCODEC_AACENC_H */ -- cgit v1.2.3