]> granicus.if.org Git - libvpx/commit
Rework cut-off decisions in cyclic refresh aq mode
authorJingning Han <jingning@google.com>
Tue, 4 Nov 2014 22:32:04 +0000 (14:32 -0800)
committerJingning Han <jingning@google.com>
Thu, 6 Nov 2014 05:17:09 +0000 (21:17 -0800)
commitcaaf63b2c4d5e4ae18f0ae796fb92e4509450a0d
tree104e836615d5fddbd1247367038e666037b2874e
parent7e491de1c487186bd2adb6b6907b8d0d1869f846
Rework cut-off decisions in cyclic refresh aq mode

This commit removes the cyclic aq mode dependency on
in_static_area and reworks the corresponding cut-off thresholds.
It improves the compression performance of speed -5 by 1.47% in
PSNR and 2.07% in SSIM, and the compression performance of speed
-6 by 3.10% in PSNR and 5.25% in SSIM. Speed wise, about 1% faster
in both settings at high bit-rates.

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