]> granicus.if.org Git - libvpx/commit
vp9 resize_test: Enable resize_allowed in real-time ExternalResize test.
authorMarco <marpan@google.com>
Wed, 10 Feb 2016 23:18:26 +0000 (15:18 -0800)
committerMarco <marpan@google.com>
Wed, 10 Feb 2016 23:23:27 +0000 (15:23 -0800)
commitacc592b35abdb0e2ad60ba11bbdbcd0f08e8b4e8
tree6db8a63e616375e08c1cb475a1488da73d67e9da
parent0ae42ee1bd0e009e63d7ee93adf8759ac330fad8
vp9 resize_test: Enable resize_allowed in real-time ExternalResize test.

For dynamic resizing (whether the new codec size is determined internally
or externally set by user), we should for now keep rc.resize_allowed enabled.
This prevent the use of referene_masking for real-time mode
(in set_rt_speed_feature()).

Change-Id: Ibb7c3ff35be88afdf1a3c6db6693521766f177a3
test/resize_test.cc