OSDN Git Service

Add IDCT functions for 10-bit H.264.
authorDaniel Kang <daniel.d.kang@gmail.com>
Tue, 24 May 2011 19:14:38 +0000 (15:14 -0400)
committerRonald S. Bultje <rbultje@google.com>
Tue, 31 May 2011 22:02:32 +0000 (15:02 -0700)
commit836f47d34b49e8ba9883e738a42f154130421caa
tree1fe14b9d671350b87e88959ac5752d1bcb68cb32
parent7e985c9e35f2be426039da9a1696a584ebd57ad0
Add IDCT functions for 10-bit H.264.

Ports the majority of IDCT functions for 10-bit H.264.

Parts are inspired from 8-bit IDCT code in Libav; other parts ported from x264 with relicensing permission from author.

Signed-off-by: Ronald S. Bultje <rbultje@google.com>
libavcodec/x86/Makefile
libavcodec/x86/h264_idct_10bit.asm [new file with mode: 0644]
libavcodec/x86/h264dsp_mmx.c