]> granicus.if.org Git - libvpx/commit
Remove skip_block from quantize
authorJohann <johannkoenig@google.com>
Wed, 16 Aug 2017 20:34:14 +0000 (13:34 -0700)
committerJohann <johannkoenig@google.com>
Mon, 21 Aug 2017 16:49:04 +0000 (09:49 -0700)
commit13eed991f9450cdd8b03fc03c38ea0f9b2667bf8
treeb590a319d7edf25cd1aeb84968c50d9ba5ed11d3
parent2c5478e3832e96a9442c24f0784cb3ed6d11922a
Remove skip_block from quantize

This condition is handled before this code is reached. The ssse3 version
of the function has always crashed when attempting to handle the
skip_block condition.

Add assert() and comments regarding the usage of skip_block.

Removing the parameter is a fairly involved process so leave it be for
the moment.

Change-Id: Ib299f6fc6589d7ee102262cc74a7aeb60110bc5a
test/vp9_quantize_test.cc
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_quantize.c
vp9/encoder/vp9_rdopt.c
vpx_dsp/quantize.c