]> granicus.if.org Git - libvpx/commit
Apply finer quantizer to partition search frames in non-RD flow
authorJingning Han <jingning@google.com>
Sat, 29 Mar 2014 00:42:45 +0000 (17:42 -0700)
committerJingning Han <jingning@google.com>
Mon, 31 Mar 2014 16:33:11 +0000 (09:33 -0700)
commit99893f2410f618b712037db4d3ec60e81aa9de1f
treebdc61de0cef045b818aff66c64b6f94c1f9dfccb
parent6618b73b5e0eac51df9997b6bc78b76c70fff2dc
Apply finer quantizer to partition search frames in non-RD flow

This commit optimizes the bit allocation for the non-RD coding flow.
It applies slightly better quantizer to the frames, where all blocks
run a non-RD partition search. Such frames typically have better
rate-distortion trade off, thus improving the reconstruction quality
for next few frames reference at reasonably low increment in rate
cost.

The coding performance for rtc set at speed -5 with error-resilient
tuned on and rate control set as cbr is improved by 19.58%. It improved
the coding speed by about 10% for a portion of local test clips.

Change-Id: I9d56696cd4359dc8136ca10aff10fff05aaa2686
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_ratectrl.c