]> git.sesse.net Git - x264/commit
Merges Guillaume Poirier's AltiVec changes:
authorEric Petit <titer@videolan.org>
Sat, 18 Nov 2006 14:38:07 +0000 (14:38 +0000)
committerEric Petit <titer@videolan.org>
Sat, 18 Nov 2006 14:38:07 +0000 (14:38 +0000)
commitc494e9c5e22d0fbe30deb7f2c1b932ac9fb449b5
tree7adb7370e46ac876f8c22383c6063514796b7574
parent41c111bc13badf2f7fa71165c94d4b528213a8cd
Merges Guillaume Poirier's AltiVec changes:
 * Adds optimized quant and sub*dct8 routines
 * Faster sub*dct routines
~8% overall speed-up with default settings

git-svn-id: svn://svn.videolan.org/x264/trunk@601 df754926-b1dd-0310-bc7b-ec298dee348c
12 files changed:
AUTHORS
Makefile
common/dct.c
common/ppc/dct.c
common/ppc/dct.h
common/ppc/pixel.c
common/ppc/ppccommon.h
common/ppc/quant.c [new file with mode: 0644]
common/ppc/quant.h [new file with mode: 0644]
common/quant.c
encoder/macroblock.c
tools/checkasm.c