Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.
authorDaniel Kang <daniel.d.kang@gmail.com>
Mon, 16 May 2011 21:18:22 +0000 (17:18 -0400)
committerDiego Biurrun <diego@biurrun.de>
Tue, 17 May 2011 18:44:48 +0000 (20:44 +0200)
commitd0005d347d0831c904630fe70408c9fd4eec18e8
tree59ed93f9e798770a6bb99b786f647d5999c6deed
parent6f2309ed2e0c5c02ab417f3f0acad23e86411079
Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.

Arguments for variable size instructions are added to many macros, along
with other various changes. The x86util.asm code was ported from x264.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/x86/dsputilenc_yasm.asm
libavcodec/x86/h264_idct.asm
libavcodec/x86/vp8dsp.asm
libavcodec/x86/x86util.asm