]> granicus.if.org Git - libx264/commit
Faster chroma encoding
authorFiona Glaser <fiona@x264.com>
Mon, 10 Nov 2008 01:39:21 +0000 (17:39 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 10 Nov 2008 01:44:32 +0000 (17:44 -0800)
commitbe1211807c0725803253d44f47cd6305ffbaddf9
tree479679239053ad6c6e5b3c99d606b9a347f5764f
parentae51235dd5ad1f9b6396a857f478b4f391cffcff
Faster chroma encoding
9-12% faster chroma encode.
Move all functions for handling chroma DC that don't have assembly versions to macroblock.c and inline them, along with a few other tweaks.
common/dct.c
common/dct.h
common/quant.c
common/quant.h
encoder/macroblock.c