]> git.sesse.net Git - x264/commit
More 4:2:2 asm functions
authorIlia <zakne0ne@gmail.com>
Mon, 28 Nov 2011 13:20:09 +0000 (05:20 -0800)
committerFiona Glaser <fiona@x264.com>
Sun, 15 Jan 2012 21:04:15 +0000 (13:04 -0800)
commite269ca55e5244280afd0347c1088083cf7043d48
tree08b24a3227443c60d7315f0e94345d937b3654e7
parent5d66c5011488539f99ceafdb47b0856a8e9dae0b
More 4:2:2 asm functions
High bit depth version of deblock_h_chroma_422.
Regular and high bit depth versions of deblock_h_chroma_intra_422.
High bit depth pixel_vsad.
SSE2 high bit depth and MMX 8-bit predict_8x8_vl.
Our first GCI patch this year!
12 files changed:
common/dct.c
common/deblock.c
common/pixel.c
common/x86/dct-a.asm
common/x86/dct.h
common/x86/deblock-a.asm
common/x86/pixel.h
common/x86/predict-a.asm
common/x86/predict-c.c
common/x86/predict.h
common/x86/sad16-a.asm
tools/checkasm.c