]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lpc.h
h264: add a parameter to the CABAC macro.
[ffmpeg] / libavcodec / lpc.h
index 0e54f0dfab09d5aaab32f85906f10ae4f9da1978..c41a1f8a03b89562ffe264a5c544fa8b37be07e2 100644 (file)
@@ -23,7 +23,6 @@
 #define AVCODEC_LPC_H
 
 #include <stdint.h>
-#include "dsputil.h"
 
 #define ORDER_METHOD_EST     0
 #define ORDER_METHOD_2LEVEL  1
@@ -92,6 +91,9 @@ int ff_lpc_calc_coefs(LPCContext *s,
                       enum FFLPCType lpc_type, int lpc_passes,
                       int omethod, int max_shift, int zero_shift);
 
+int ff_lpc_calc_ref_coefs(LPCContext *s,
+                          const int32_t *samples, int order, double *ref);
+
 /**
  * Initialize LPCContext.
  */