Move quantizer data from BLOCK to MACROBLOCK
authorJohn Koleszar <jkoleszar@google.com>
Tue, 23 Apr 2013 22:22:18 +0000 (15:22 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 24 Apr 2013 00:43:43 +0000 (17:43 -0700)
commit5c649f67a2161400a7da63cbc00d337075009fcc
treed1149e8ab6db13827e704a14cf48e0f3c4e0d224
parentbc30736f9b761610549bc0c3ed3844a92e65a8f7
Move quantizer data from BLOCK to MACROBLOCK

Quantizers can vary per plane, but not per block. Move these values to
the per-plane part of MACROBLOCK.

Change-Id: I320a55e38b7b28b29aec751a4aca5ccd0c9b9326
vp9/encoder/vp9_asm_enc_offsets.c
vp9/encoder/vp9_block.h
vp9/encoder/vp9_quantize.c