]> granicus.if.org Git - libvpx/commit
Update to dynamic resize logic for 1pass CBR.
authorMarco <marpan@chromium.org>
Thu, 25 Jun 2015 19:22:19 +0000 (12:22 -0700)
committerMarco <marpan@chromium.org>
Thu, 25 Jun 2015 19:28:43 +0000 (12:28 -0700)
commit1c7b1f9aec21b9fd5ce89397b0b0a7ee038d0cf1
tree0d5c53c3a7185ff16892a875a40aa3d356677104
parent3393243d5e484c4530d96ffb8e3ac4e4ee070b43
Update to dynamic resize logic for 1pass CBR.

Only do the check for resizing if the feature is selected
(i.e., resize_mode = RESIZE_DYNAMIC).

And modify condition for checking to be resize_count >= window,
(since framerate can change).

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