]> git.sesse.net Git - ffmpeg/commit
h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.
authorDaniel Kang <daniel.d.kang@gmail.com>
Tue, 21 Jun 2011 04:30:23 +0000 (00:30 -0400)
committerDiego Biurrun <diego@biurrun.de>
Tue, 21 Jun 2011 13:24:13 +0000 (15:24 +0200)
commit84e70ef004d763262ea4e795341ff240b8b10da3
treecb1faa10973a9a3f397f53083bb2057417854c54
parentea57502c82a91362daeafec392375706fa266d8b
h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.

Mainly ported from 8-bit H.264 weight/biweight.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/x86/Makefile
libavcodec/x86/h264_weight_10bit.asm [new file with mode: 0644]
libavcodec/x86/h264dsp_mmx.c