On Thu, May 28, 2015 at 08:10:58PM +0530, shivraj.pa...@imgtec.com wrote: > From: Shivraj Patil <shivraj.pa...@imgtec.com> > > 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.pa...@imgtec.com> > --- > libavcodec/mips/Makefile | 3 +- > libavcodec/mips/hevc_macros_msa.h | 51 + > libavcodec/mips/hevc_mc_uni_msa.c | 1789 +++++++++++++++++++++++++ > libavcodec/mips/hevcdsp_msa.c | 2482 > ++--------------------------------- > libavutil/mips/generic_macros_msa.h | 217 +++ > 5 files changed, 2133 insertions(+), 2409 deletions(-) > create mode 100644 libavcodec/mips/hevc_macros_msa.h > create mode 100644 libavcodec/mips/hevc_mc_uni_msa.c
applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No snowflake in an avalanche ever feels responsible. -- Voltaire
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel