]> git.sesse.net Git - x264/commit
Eliminate support for direct_8x8_inference=0
authorFiona Glaser <fiona@x264.com>
Mon, 19 Jan 2009 23:17:53 +0000 (15:17 -0800)
committerFiona Glaser <fiona@x264.com>
Tue, 20 Jan 2009 00:50:50 +0000 (16:50 -0800)
commit1f0e78d8ea5b0d260f8497d4817b1962f6b0894d
tree4fad119cdfa88a6cbc88a67ca782bded377d4a2b
parent71e87faecf863ed7776e8d8c7eb339bdd7842877
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.
common/common.c
common/common.h
common/frame.c
common/macroblock.c
common/macroblock.h
encoder/encoder.c
encoder/set.c
x264.c
x264.h