Browse Source

Revert previous mistaken commit.

Originally committed as revision 13094 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
a1fe4604d4
4 changed files with 10 additions and 10 deletions
  1. +1
    -1
      libavcodec/armv4l/dsputil_iwmmxt.c
  2. +3
    -3
      libavcodec/armv4l/mpegvideo_arm.c
  3. +3
    -3
      libavcodec/armv4l/mpegvideo_armv5te.c
  4. +3
    -3
      libavcodec/armv4l/mpegvideo_iwmmxt.c

+ 1
- 1
libavcodec/armv4l/dsputil_iwmmxt.c View File

@@ -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");


+ 3
- 3
libavcodec/armv4l/mpegvideo_arm.c View File

@@ -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);


+ 3
- 3
libavcodec/armv4l/mpegvideo_armv5te.c View File

@@ -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


+ 3
- 3
libavcodec/armv4l/mpegvideo_iwmmxt.c View File

@@ -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)


Loading…
Cancel
Save