]> git.sesse.net Git - x264/commit
Overhaul deblocking again
authorFiona Glaser <fiona@x264.com>
Tue, 25 May 2010 19:42:44 +0000 (12:42 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 26 May 2010 17:29:39 +0000 (10:29 -0700)
commit4947b0fbe0882defe5f806a0c42978bd160d6da0
treeae836279dc7c7786984f2a9e5d5a5a69df61bd1d
parent57729402c7b34d91cab058c00a5f6e50a2ef72a3
Overhaul deblocking again
Move deblock strength calculation to immediately after encoding to take advantage of the data that's already in cache.
Keep the deblocking itself as per-row.
common/common.h
common/deblock.c
common/frame.h
common/macroblock.c
common/macroblock.h
common/x86/deblock-a.asm
encoder/encoder.c
encoder/macroblock.c
tools/checkasm.c