]> granicus.if.org Git - libx264/commit
More intra pred asm optimizations
authorFiona Glaser <fiona@x264.com>
Fri, 6 Feb 2009 10:59:36 +0000 (02:59 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 9 Feb 2009 10:32:27 +0000 (02:32 -0800)
commit0743869d0743d47dc93c22b6d55ca84e1851ebc2
treebbf604283542f8edb5f35179f36f89184925fbe1
parent3c5cb4f10833c84fdce192c01c92b1a15145c85b
More intra pred asm optimizations
SSSE3 version of predict_8x8_hu
SSE2 version of predict_8x8c_p
SSSE3 versions of both planar prediction functions
Optimizations to predict_16x16_p_sse2
Some unnecessary REP_RETs -> RETs.
SSE2 version of predict_8x8_vr by Holger.
SSE2 version of predict_8x8_hd.
Don't compile MMX versions of some of the pred functions on x86_64.
Remove now-useless x86_64 C versions of 4x4 pred functions.
Rewrite some of the x86_64-only C functions in asm.
common/x86/predict-a.asm
common/x86/predict-c.c