[x264-devel] commit: Eliminate support for direct_8x8_inference=0 (Jason Garrett-Glaser )
git version control
git at videolan.org
Tue Jan 20 01:51:18 CET 2009
x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Jan 19 15:17:53 2009 -0800| [5fb6417309febda6f73a98494cb935379129e15d] | committer: Jason Garrett-Glaser
Eliminate support for direct_8x8_inference=0
The benefit in the most extreme contrived situation was at most 0.001db PSNR, at the cost of slower decoding.
As this option was basically useless, it was a waste of code and prevented some other useful optimizations.
Remove some unused mc code related to sub-8x8 partitions.
Small deblocking speedup when p4x4 is used.
Also remove unused x264_nal_decode prototype from x264.h.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=5fb6417309febda6f73a98494cb935379129e15d
---
common/common.c | 3 -
common/common.h | 2 +-
common/frame.c | 2 +-
common/macroblock.c | 140 +++++++--------------------------------------------
common/macroblock.h | 30 ++---------
encoder/encoder.c | 3 -
encoder/set.c | 6 +--
x264.c | 6 --
x264.h | 7 +--
9 files changed, 26 insertions(+), 173 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=5fb6417309febda6f73a98494cb935379129e15d
More information about the x264-devel
mailing list