]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc_is.h
x86/vp9: add avx2 subpel MC SIMD for 10/12bpp
[ffmpeg] / libavcodec / aacenc_is.h
index f4ca8e25e2c45dc4ded6299bb9b87f21593a1ce8..31bbacac5800460ceb8279a132d771d44f97d1d7 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef AVCODEC_AACENC_IS_H
 #define AVCODEC_AACENC_IS_H
 
+#include "aacenc.h"
+
 /** Frequency in Hz for lower limit of intensity stereo **/
 #define INT_STEREO_LOW_LIMIT 6100
 
@@ -41,7 +43,8 @@ struct AACISError {
 
 struct AACISError ff_aac_is_encoding_err(AACEncContext *s, ChannelElement *cpe,
                                          int start, int w, int g, float ener0,
-                                         float ener1, float ener01, int phase);
+                                         float ener1, float ener01,
+                                         int use_pcoeffs, int phase);
 void ff_aac_search_for_is(AACEncContext *s, AVCodecContext *avctx, ChannelElement *cpe);
 
 #endif /* AVCODEC_AACENC_IS_H */