]> granicus.if.org Git - libvpx/commit
Only support improved quant
authorPaul Wilkins <paulwilkins@google.com>
Wed, 21 Mar 2012 18:22:33 +0000 (18:22 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 21 Mar 2012 18:22:33 +0000 (18:22 +0000)
commitc88d335f7d204bd7529d386c8f30f77b6e81c0ad
treebcc053506fdbd7f2ce07317d6449cbab8ea91ec3
parent36af2035c8effc97ca50e9d118a60870d68683e7
Only support improved quant

Deprecate fast quant and strict_quant code.
Small effect on quality as fast was used in first pass but the
effect is basically neutral across the derf set.

The rationale here is to reduce the number of code paths for
now to make experimentation easier. Optimized and fast code
options can be re-introduced later along with other  encode
speed options.

Change-Id: Ia30c5daf3dbc52e72c83b277a1d281e3c934cdad
vp8/encoder/encodeframe.c
vp8/encoder/encodemb.c
vp8/encoder/generic/csystemdependent.c
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
vp8/encoder/quantize.c
vp8/encoder/quantize.h
vp8/encoder/x86/quantize_x86.h
vp8/encoder/x86/x86_csystemdependent.c