[x264-devel] commit: reduce zigzag arrays from int to int16_t (Loren Merritt )

git version control git at videolan.org
Thu Mar 20 07:53:49 CET 2008


x264 | branch: master | Loren Merritt <pengvado at akuvian.org> | Wed Mar 19 23:43:19 2008 -0600| [3f48ce7e838aab6d0701150f93166132cb06c6a0]

reduce zigzag arrays from int to int16_t

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

 common/common.h       |   14 +++++++-------
 common/dct.c          |   44 ++++++++++++++++++++++----------------------
 common/dct.h          |   10 +++++-----
 common/x86/dct-32.asm |   32 --------------------------------
 common/x86/dct-a.asm  |   31 ++++++++++++++-----------------
 common/x86/dct.h      |    3 +--
 encoder/cabac.c       |    2 +-
 encoder/cavlc.c       |    2 +-
 encoder/macroblock.c  |    6 +++---
 encoder/macroblock.h  |    2 +-
 tools/checkasm.c      |   28 ++++++++++++++--------------
 11 files changed, 69 insertions(+), 105 deletions(-)

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


More information about the x264-devel mailing list