Enable background detection for adaptive quantizer control
authorJingning Han <jingning@google.com>
Thu, 17 Apr 2014 16:58:17 +0000 (09:58 -0700)
committerJingning Han <jingning@google.com>
Mon, 21 Apr 2014 15:57:53 +0000 (08:57 -0700)
commit80a4f559891cf7553c087a6120cc5ed9fff30390
tree111c205b04771b99f337e13c557f8c541d11f561
parent741c6bb619e2a8d0ee890e6764e815f962155b44
Enable background detection for adaptive quantizer control

This commit enables a background detection approach for adaptive
quantizer control. It combines the cyclic refresh pattern and the
background information to determine the segment id for adaptive
quantizer selection, prior to the non-RD mode decision process.
It hence allows proper quantization information update for a more
precise rate-distortion modeling in the non-RD mode decision.

The compression performance of speed -5 for rtc set is improved
by 2.5%, at no speed change.

Change-Id: Ic3713e8ed9185b403b5b1679d19dabd57506d452
vp9/encoder/vp9_aq_cyclicrefresh.c
vp9/encoder/vp9_block.h
vp9/encoder/vp9_encodeframe.c