]> git.sesse.net Git - x264/commit
change all dct arrays to 1d.
authorLoren Merritt <pengvado@akuvian.org>
Sat, 10 Oct 2009 04:43:00 +0000 (04:43 +0000)
committerLoren Merritt <pengvado@akuvian.org>
Mon, 12 Oct 2009 13:30:40 +0000 (13:30 +0000)
commit1fbba0ca5d97d4f3250864c5cc6431c69855cb59
tree0ec477d6e807dad0bd63f231c16c99aae0129e8c
parent507c83428027ba0886168b55324af5f1d5befbdd
change all dct arrays to 1d.
the C standard doesn't allow you to iterate 1-dimensionally over 2d arrays, and nothing other than the dsp functions themselves cares about the 2dness of dct.
this fixes a miscompilation in x264_mb_optimize_chroma_dc.
16 files changed:
common/arm/dct.h
common/arm/quant-a.S
common/arm/quant.h
common/common.h
common/dct.c
common/dct.h
common/quant.c
common/quant.h
common/set.c
common/x86/dct.h
common/x86/quant.h
encoder/analyse.c
encoder/macroblock.c
encoder/macroblock.h
encoder/rdo.c
tools/checkasm.c