Browse code

Remove a number of unnecessary dsputil.h #includes

Diego Biurrun authored on 2014/03/26 20:41:22
Showing 14 changed files
... ...
@@ -21,7 +21,6 @@
21 21
 #include "libavutil/attributes.h"
22 22
 #include "libavutil/cpu.h"
23 23
 #include "libavutil/arm/cpu.h"
24
-#include "libavcodec/dsputil.h"
25 24
 #include "libavcodec/vp3dsp.h"
26 25
 
27 26
 void ff_vp3_idct_put_neon(uint8_t *dest, int line_size, int16_t *data);
... ...
@@ -25,7 +25,6 @@
25 25
  */
26 26
 
27 27
 #include "libavutil/attributes.h"
28
-#include "dsputil.h"
29 28
 #include "binkdsp.h"
30 29
 
31 30
 #define A1  2896 /* (1/sqrt(2))<<12 */
... ...
@@ -18,8 +18,8 @@
18 18
  * License along with Libav; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
21 22
 #include "avcodec.h"
22
-#include "dsputil.h"
23 23
 #include "get_bits.h"
24 24
 #include "bytestream.h"
25 25
 #include "libavutil/colorspace.h"
... ...
@@ -18,9 +18,9 @@
18 18
  * License along with Libav; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
21 22
 #include "avcodec.h"
22 23
 #include "get_bits.h"
23
-#include "dsputil.h"
24 24
 #include "internal.h"
25 25
 
26 26
 #include "libavutil/attributes.h"
... ...
@@ -26,7 +26,8 @@
26 26
  */
27 27
 
28 28
 #include "libavutil/attributes.h"
29
-#include "dsputil.h"
29
+#include "libavutil/intreadwrite.h"
30
+#include "avcodec.h"
30 31
 #include "h264pred.h"
31 32
 
32 33
 #define BIT_DEPTH 8
... ...
@@ -30,7 +30,6 @@
30 30
 #define BITSTREAM_READER_LE
31 31
 #include "avcodec.h"
32 32
 #include "get_bits.h"
33
-#include "dsputil.h"
34 33
 #include "ivi_dsp.h"
35 34
 #include "ivi_common.h"
36 35
 #include "indeo5data.h"
... ...
@@ -28,7 +28,6 @@
28 28
 #include "libavutil/attributes.h"
29 29
 #include "internal.h"
30 30
 #include "avcodec.h"
31
-#include "dsputil.h"
32 31
 #include "mpegvideo.h"
33 32
 #include "error_resilience.h"
34 33
 #include "mpeg12.h"
... ...
@@ -23,7 +23,6 @@
23 23
  */
24 24
 
25 25
 #include "avcodec.h"
26
-#include "dsputil.h"
27 26
 #include "mpegutils.h"
28 27
 #include "mpegvideo.h"
29 28
 #include "msmpeg4.h"
... ...
@@ -27,7 +27,6 @@
27 27
 
28 28
 #include "avcodec.h"
29 29
 #include "bytestream.h"
30
-#include "dsputil.h"
31 30
 #include "get_bits.h"
32 31
 #include "internal.h"
33 32
 #include "mss34dsp.h"
... ...
@@ -26,6 +26,7 @@
26 26
  */
27 27
 
28 28
 #include "libavutil/common.h"
29
+#include "dsputil.h"
29 30
 #include "h264chroma.h"
30 31
 #include "vc1dsp.h"
31 32
 
... ...
@@ -28,7 +28,6 @@
28 28
 #ifndef AVCODEC_VC1DSP_H
29 29
 #define AVCODEC_VC1DSP_H
30 30
 
31
-#include "dsputil.h"
32 31
 #include "hpeldsp.h"
33 32
 #include "h264chroma.h"
34 33
 
... ...
@@ -25,11 +25,11 @@
25 25
  */
26 26
 
27 27
 #include "libavutil/attributes.h"
28
+#include "libavutil/intreadwrite.h"
28 29
 #include "libavutil/common.h"
29 30
 #include "libavutil/intreadwrite.h"
30 31
 
31 32
 #include "avcodec.h"
32
-#include "dsputil.h"
33 33
 #include "rnd_avg.h"
34 34
 #include "vp3dsp.h"
35 35
 
... ...
@@ -26,7 +26,6 @@
26 26
 #ifndef AVCODEC_VP56_H
27 27
 #define AVCODEC_VP56_H
28 28
 
29
-#include "dsputil.h"
30 29
 #include "get_bits.h"
31 30
 #include "hpeldsp.h"
32 31
 #include "bytestream.h"
... ...
@@ -22,7 +22,6 @@
22 22
 #include "libavutil/cpu.h"
23 23
 #include "libavutil/x86/cpu.h"
24 24
 #include "libavcodec/avcodec.h"
25
-#include "libavcodec/dsputil.h"
26 25
 #include "libavcodec/vp3dsp.h"
27 26
 #include "config.h"
28 27