Move vp8_strict_quantize_b inside EXACT_QUANT #define.
authorTimothy B. Terriberry <tterribe@xiph.org>
Mon, 11 Oct 2010 20:49:52 +0000 (13:49 -0700)
committerTimothy B. Terriberry <tterribe@xiph.org>
Mon, 11 Oct 2010 20:51:35 +0000 (13:51 -0700)
commit82c433988583e9c2a09ebf19bb9fa20c4de001ea
tree9202c05d0138a4a86d985ee2bd7ce3777d6c9d3c
parentdd08db9315d77b183ba563c8a83cc4e0aee439d6
Move vp8_strict_quantize_b inside EXACT_QUANT #define.

There is currently no inexact version of this function, so do not
 even compile it without EXACT_QUANT.
This will prevent someone from inadvertently trying to use it without
 the proper EXACT_QUANT setup.

Change-Id: Ia13491e0128afb281c05c9222ee5987101e4010d
vp8/encoder/quantize.c