Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunktags/v0.5
| @@ -19,7 +19,7 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include "libavcodec/dsputil.h" | |||||
| #include "dsputil.h" | |||||
| #define DEF(x, y) x ## _no_rnd_ ## y ##_iwmmxt | #define DEF(x, y) x ## _no_rnd_ ## y ##_iwmmxt | ||||
| #define SET_RND(regd) asm volatile ("mov r12, #1 \n\t tbcsth " #regd ", r12":::"r12"); | #define SET_RND(regd) asm volatile ("mov r12, #1 \n\t tbcsth " #regd ", r12":::"r12"); | ||||
| @@ -18,9 +18,9 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include "libavcodec/avcodec.h" | |||||
| #include "libavcodec/dsputil.h" | |||||
| #include "libavcodec/mpegvideo.h" | |||||
| #include "dsputil.h" | |||||
| #include "mpegvideo.h" | |||||
| #include "avcodec.h" | |||||
| extern void MPV_common_init_iwmmxt(MpegEncContext *s); | extern void MPV_common_init_iwmmxt(MpegEncContext *s); | ||||
| extern void MPV_common_init_armv5te(MpegEncContext *s); | extern void MPV_common_init_armv5te(MpegEncContext *s); | ||||
| @@ -19,9 +19,9 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include "libavcodec/avcodec.h" | |||||
| #include "libavcodec/dsputil.h" | |||||
| #include "libavcodec/mpegvideo.h" | |||||
| #include "dsputil.h" | |||||
| #include "mpegvideo.h" | |||||
| #include "avcodec.h" | |||||
| #ifdef ENABLE_ARM_TESTS | #ifdef ENABLE_ARM_TESTS | ||||
| @@ -18,9 +18,9 @@ | |||||
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||||
| */ | */ | ||||
| #include "libavcodec/avcodec.h" | |||||
| #include "libavcodec/dsputil.h" | |||||
| #include "libavcodec/mpegvideo.h" | |||||
| #include "dsputil.h" | |||||
| #include "mpegvideo.h" | |||||
| #include "avcodec.h" | |||||
| static void dct_unquantize_h263_intra_iwmmxt(MpegEncContext *s, | static void dct_unquantize_h263_intra_iwmmxt(MpegEncContext *s, | ||||
| DCTELEM *block, int n, int qscale) | DCTELEM *block, int n, int qscale) | ||||