[x264-devel] Some more 4:2:2 x86 asm

Jason Garrett-Glaser git at videolan.org
Sat Oct 22 02:30:28 CEST 2011


x264 | branch: master | Jason Garrett-Glaser <jason at x264.com> | Tue Oct 11 17:04:32 2011 -0700| [9f872e137c16e8ee0a46d8ca00ac5d670c219d5f] | committer: Jason Garrett-Glaser

Some more 4:2:2 x86 asm
coeff_last8, coeff_level_run8, var2_8x16, predict_8x16c_dc, satd_4x16, intra_mbcmp_8x16c_x3, deblock_h_chroma_422

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=9f872e137c16e8ee0a46d8ca00ac5d670c219d5f
---

 common/deblock.c         |   16 ++++-
 common/pixel.c           |   43 +++++++++++--
 common/quant.c           |   12 ++++-
 common/x86/deblock-a.asm |   42 +++++++++++++
 common/x86/pixel-a.asm   |  146 ++++++++++++++++++++++++++++++---------------
 common/x86/pixel.h       |    4 +
 common/x86/predict-a.asm |  149 ++++++++++++++++++++++++++++++++++++++++-----
 common/x86/predict-c.c   |    9 ++-
 common/x86/predict.h     |    2 +
 common/x86/quant-a.asm   |   63 ++++++++++++++++++-
 common/x86/quant.h       |    8 +++
 11 files changed, 413 insertions(+), 81 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=9f872e137c16e8ee0a46d8ca00ac5d670c219d5f


More information about the x264-devel mailing list