[FFmpeg-devel] [PATCH 1/2] avcodec/mips: Split uni mc optimizations to new file

Michael Niedermayer michaelni at gmx.at
Thu May 28 17:32:44 CEST 2015


On Thu, May 28, 2015 at 08:10:58PM +0530, shivraj.patil at imgtec.com wrote:
> From: Shivraj Patil <shivraj.patil at 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.patil at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150528/b4237bc1/attachment.asc>


More information about the ffmpeg-devel mailing list