]> granicus.if.org Git - libvpx/commit
For keyframe-only coding do not boost in q mode
authorUrvang Joshi <urvang@google.com>
Wed, 17 Oct 2018 18:48:10 +0000 (11:48 -0700)
committerUrvang Joshi <urvang@google.com>
Wed, 17 Oct 2018 18:48:10 +0000 (11:48 -0700)
commit8bb92e382de7d527f1f788cb0618aec485ffcee8
treef0fae3748b0e53035fb472126d07b6eb596ca151
parent6b7848d4c9016efbfbc9529df008ffde0e15b7cc
For keyframe-only coding do not boost in q mode

If we are using keyframe only coding - either coding a
single frame, or a sequence of keyframes - in the end-usage=q
mode, use the cq_level directly as the quality of each
coded frame, rather than boost them.

Ported from AV1: 563a0d1eb92bdc1e987df071a568d8406c4ffa92

Change-Id: I6dc929b8b4f0aa18e279139077f3a87958c92245
vp9/encoder/vp9_ratectrl.c