]> granicus.if.org Git - libx264/commit
Faster, more accurate psy-RD caching
authorAnton Mitrofanov <BugMaster@narod.ru>
Fri, 19 Feb 2010 18:45:22 +0000 (10:45 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 23 Feb 2010 09:46:17 +0000 (01:46 -0800)
commit5e8645b3a53860b03838cc4a60682bceb91e919c
tree108ed3722832304e894153b7cd60bcf183dfe174
parent5c767904662ccb4703b421308d7270712f60b65b
Faster, more accurate psy-RD caching
Keep more variants of cached Hadamard scores and only calculate them when necessary.
Results in more calculation, but simpler lookups.
Slightly more accurate due to internal rounding in SATD and SA8D functions.
common/common.h
common/x86/mc-a2.asm
encoder/analyse.c
encoder/rdo.c