FFmpeg/libavutil/mips
Shivraj Patil 10b77fbf0d avcodec/mips: Split uni mc optimizations to new file
This patch moves HEVC code of uni mc cases to new file hevc_mc_uni_msa.c.
(There are total 5 sub-modules of HEVC mc functions, if we add all these modules in one single file, its size would be huge (~750k) & difficult to maintain, so splitting it in multiple files)
This patch also adds new HEVC header file libavcodec/mips/hevc_macros_msa.h

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-28 16:51:38 +02:00
..
asmdefs.h mips/asmdefs: use _ABI64 as defined by gcc 2015-03-12 16:45:31 +01:00
float_dsp_mips.c mips/float_dsp: fix vector_fmul_window_mips on mips64 2015-03-18 19:08:02 +01:00
generic_macros_msa.h avcodec/mips: Split uni mc optimizations to new file 2015-05-28 16:51:38 +02:00
intreadwrite.h avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported) 2015-04-10 13:03:44 +02:00
libm_mips.h
Makefile