mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-01 20:16:53 +08:00
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
This will allow for easier implementation of Altivec functions in libraries other than libavcodec.
This commit is contained in:
@@ -19,12 +19,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavutil/ppc/types_altivec.h"
|
||||
#include "libavutil/ppc/util_altivec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "libavcodec/vc1dsp.h"
|
||||
|
||||
#include "util_altivec.h"
|
||||
#include "dsputil_altivec.h"
|
||||
|
||||
// main steps of 8x8 transform
|
||||
#define STEP8(s0, s1, s2, s3, s4, s5, s6, s7, vec_rnd) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user