Move RV3/4-specific DSP functions into their own context
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 9 Aug 2011 09:00:09 +0000 (11:00 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 11 Aug 2011 23:07:15 +0000 (16:07 -0700)
commitd241f51e0f7c08060d2fa72117e2a1f273ab0c72
tree59716c878cbf5be19e11f5c7833818f8e1a83bc4
parent21d70372341d0e7a1c5ac34c4522850f40c503d5
Move RV3/4-specific DSP functions into their own context

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/rv30dsp.c
libavcodec/rv34.c
libavcodec/rv34.h
libavcodec/rv34dsp.h [new file with mode: 0644]
libavcodec/rv40dsp.c
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/rv40dsp.c [new file with mode: 0644]