diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-11 16:57:55 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2003-02-11 16:57:55 +0000 |
commit | 2720569a9a718d9b32f12261f3a32bb14f39b33b (patch) | |
tree | 6accf83c7ed0380b60464d0a5365aa9eda3c72f5 /libavcodec/dsputil.h | |
parent | 0c1a9edad463bd6e22b30c19b700b099c7093fc1 (diff) | |
download | ffmpeg-2720569a9a718d9b32f12261f3a32bb14f39b33b.tar.gz |
* prototypes at one place
Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index aaffd3827d..9612c59c00 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -197,6 +197,9 @@ static inline void emms(void) void dsputil_init_mmx(DSPContext* c, unsigned mask); void dsputil_set_bit_exact_mmx(DSPContext* c, unsigned mask); +void dsputil_init_pix_mmx(DSPContext* c, unsigned mask); +void dsputil_set_bit_exact_pix_mmx(DSPContext* c, unsigned mask); + #elif defined(ARCH_ARMV4L) /* This is to use 4 bytes read to the IDCT pointers for some 'zero' |