[FFmpeg-devel] [PATCH 4/4] avcodec: loongson optimized h264pred with mmi

Michael Niedermayer michaelni at gmx.at
Mon Jul 6 14:34:29 CEST 2015


On Fri, Jul 03, 2015 at 06:13:25PM +0800, 周晓勇 wrote:
> From dc50d05ba8a4d40e17f15a52237f33cff0205fea Mon Sep 17 00:00:00 2001
> From: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
> Date: Fri, 3 Jul 2015 16:56:01 +0800
> Subject: [PATCH 4/4] avcodec: loongson optimized h264pred with mmi
> 
> 
> Signed-off-by: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
> ---
>  libavcodec/mips/Makefile             |   1 +
>  libavcodec/mips/h264pred_init_mips.c |  53 +++
>  libavcodec/mips/h264pred_mips.h      |  53 +++
>  libavcodec/mips/h264pred_mmi.c       | 799 +++++++++++++++++++++++++++++++++++
>  4 files changed, 906 insertions(+)

this fails with:

/tmp/ccbnexwo.s: Assembler messages:
/tmp/ccbnexwo.s:44: Error: Number (0xfffbfffafff9fff8) larger than 32 bits
/tmp/ccbnexwo.s:46: Error: Number (0xfffffffefffdfffc) larger than 32 bits
/tmp/ccbnexwo.s:48: Error: Number (0x0004000300020001) larger than 32 bits
/tmp/ccbnexwo.s:50: Error: Number (0x0008000700060005) larger than 32 bits
/tmp/ccbnexwo.s:195: Error: Number (0x0003000200010000) larger than 32 bits
/tmp/ccbnexwo.s:198: Error: Number (0x0007000600050004) larger than 32 bits
/tmp/ccbnexwo.s:201: Error: Number (0x000b000a00090008) larger than 32 bits
/tmp/ccbnexwo.s:204: Error: Number (0x000f000e000d000c) larger than 32 bits
/tmp/ccbnexwo.s:302: Error: Number (0x0101010101010101) larger than 32 bits
/tmp/ccbnexwo.s:360: Error: Number (0x0101010101010101) larger than 32 bits
/tmp/ccbnexwo.s:1451: Error: Number (0x0001010101010101) larger than 32 bits
/tmp/ccbnexwo.s:1531: Error: Number (0x0101010101010101) larger than 32 bits
/tmp/ccbnexwo.s:1870: Error: Number (0x0101010101010101) larger than 32 bits
make: *** No rule to make target `libavcodec/mips/h264pred_mmi.o', needed by `libavcodec/libavcodec.a'.  Stop.

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150706/c73464d2/attachment.sig>


More information about the ffmpeg-devel mailing list