[x264-devel] commit: Convert to a unified "dctcoeff" type for DCT data (Oskar Arvidsson )
git at videolan.org
git at videolan.org
Wed Jun 2 07:38:33 CEST 2010
x264 | branch: master | Oskar Arvidsson <oskar at irock.se> | Wed Jun 2 02:08:45 2010 +0200| [fbe0255810b2293091032fe9d30e40594bc08643] | committer: Jason Garrett-Glaser
Convert to a unified "dctcoeff" type for DCT data
Necessary for future high bit-depth support.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=fbe0255810b2293091032fe9d30e40594bc08643
---
common/common.h | 20 +++++++-----
common/dct.c | 80 +++++++++++++++++++++++++-------------------------
common/dct.h | 42 +++++++++++++-------------
common/macroblock.h | 2 +-
common/quant.c | 38 ++++++++++++------------
common/quant.h | 26 ++++++++--------
encoder/cabac.c | 8 ++--
encoder/cavlc.c | 2 +-
encoder/macroblock.c | 52 ++++++++++++++++----------------
encoder/macroblock.h | 6 ++--
encoder/rdo.c | 14 ++++----
tools/checkasm.c | 32 ++++++++++----------
12 files changed, 163 insertions(+), 159 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=fbe0255810b2293091032fe9d30e40594bc08643
More information about the x264-devel
mailing list