[FFmpeg-devel] [PATCH 3/9] x86: prores: templatize 10 bits simple_idct
Michael Niedermayer
michael at niedermayer.cc
Tue Oct 13 01:24:13 CEST 2015
On Mon, Oct 12, 2015 at 07:37:44PM +0200, Christophe Gisquet wrote:
> This should be reused for a generic simple_idct10 function.
> Requires a bit of trickery to declare common constants in C.
> ---
> libavcodec/x86/constants.c | 28 +++
> libavcodec/x86/constants.h | 16 ++
> libavcodec/x86/proresdsp.asm | 263 +-------------------------
> libavcodec/x86/simple_idct10_template.asm | 299 ++++++++++++++++++++++++++++++
> 4 files changed, 346 insertions(+), 260 deletions(-)
> create mode 100644 libavcodec/x86/simple_idct10_template.asm
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
-------------- 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/20151013/e61d1b68/attachment.sig>
More information about the ffmpeg-devel
mailing list