]> granicus.if.org Git - libvpx/commit
VP9_resizing: add limitation to the downsacling resolution.
authorjackychen <jackychen@google.com>
Wed, 28 Oct 2015 19:30:45 +0000 (12:30 -0700)
committerjackychen <jackychen@google.com>
Thu, 29 Oct 2015 16:42:44 +0000 (09:42 -0700)
commitdba2d5b3f3e80e8bdeca4af77d0b8632bf471e77
tree3411c53d42906165e8e5d9fc63047cebf196cea8
parentf5f19a1fbd9e26d09f4e4f71c80e1a79aac74341
VP9_resizing: add limitation to the downsacling resolution.

Width and height of downscaling resolution should not be lower
than min_width and min_height which can be set as needed, both
are 180 for now.

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