]> granicus.if.org Git - libvpx/commitdiff
Turn on two-steps scaling in VP9 encoder dynamic resizing.
authorJackyChen <jackychen@google.com>
Fri, 2 Oct 2015 22:21:42 +0000 (15:21 -0700)
committerJackyChen <jackychen@google.com>
Fri, 2 Oct 2015 22:27:37 +0000 (15:27 -0700)
First do a 3/4 scaling and then go down to 1/2 when necessary.

Change-Id: I5689c5228ca7e1606baea7f960eb24d0dab04d4d

vp9/encoder/vp9_ratectrl.h

index eb7c7936614d779b55e81dbf7a3faab185b411a1..136fd3e78b3e9a2e6cd3cc349522eff8360434a3 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 #define MIN_GF_INTERVAL     4
 #define MAX_GF_INTERVAL     16
-#define ONEHALFONLY_RESIZE  1
+#define ONEHALFONLY_RESIZE  0
 
 typedef enum {
   INTER_NORMAL = 0,