Skip to content
Snippets Groups Projects
Commit 87b2495f authored by Jacky Chen's avatar Jacky Chen
Browse files

Turn on two-steps scaling in VP9 encoder dynamic resizing.

First do a 3/4 scaling and then go down to 1/2 when necessary.

Change-Id: I5689c5228ca7e1606baea7f960eb24d0dab04d4d
parent ce378025
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ extern "C" { ...@@ -26,7 +26,7 @@ extern "C" {
#define MIN_GF_INTERVAL 4 #define MIN_GF_INTERVAL 4
#define MAX_GF_INTERVAL 16 #define MAX_GF_INTERVAL 16
#define ONEHALFONLY_RESIZE 1 #define ONEHALFONLY_RESIZE 0
typedef enum { typedef enum {
INTER_NORMAL = 0, INTER_NORMAL = 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment