]> granicus.if.org Git - libx264/commit
Faster 8x8dct+CAVLC interleave
authorFiona Glaser <fiona@x264.com>
Sat, 31 Jan 2009 13:00:39 +0000 (05:00 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 3 Feb 2009 05:21:43 +0000 (21:21 -0800)
commitded3e28cf1f593cbd1ad7c5255ba4ec82635574c
tree2338bd1509655fc20fa203b228dee2a1693f1cbd
parent741e1f99b988390a7016c9e6d5b9cac01a1eab87
Faster 8x8dct+CAVLC interleave
Integrate array_non_zero with the CAVLC 8x8dct interleave function.
Roughly 1.5-2x faster than the original separate array_non_zero method.
common/dct.c
common/dct.h
common/x86/dct-a.asm
common/x86/dct.h
encoder/cavlc.c
tools/checkasm.c