OSDN Git Service

x86: dcadsp: implement int8x8_fmul_int32
authorChristophe Gisquet <christophe.gisquet@gmail.com>
Fri, 11 May 2012 09:25:30 +0000 (11:25 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 7 Feb 2014 21:52:40 +0000 (22:52 +0100)
commit5b59a9fc6152169599561f04b4f66370edda5c9c
treeae7358874208c0c6880baf9c7132dd5fb1bc6262
parent2bd44cb705340c4f7bd7e459a1efed5074bf45fc
x86: dcadsp: implement int8x8_fmul_int32

For the callable function (as opposed to the inline one):
         C  SSE  SSE2  SSE4
Win32:  47   42   29    26
Win64:  30   33   25    23
The SSE version is neither compiled nor set for ARCH_X86_64, as the
inlinable function takes over.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/dcadec.c
libavcodec/dcadsp.c
libavcodec/dcadsp.h
libavcodec/x86/Makefile
libavcodec/x86/dca.h [new file with mode: 0644]
libavcodec/x86/dcadsp.asm [new file with mode: 0644]
libavcodec/x86/dcadsp_init.c [new file with mode: 0644]