diff options
Diffstat (limited to 'third_party/aom/av1/common/scale.h')
-rw-r--r-- | third_party/aom/av1/common/scale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/av1/common/scale.h b/third_party/aom/av1/common/scale.h index 3aa61eb34..900e6bf47 100644 --- a/third_party/aom/av1/common/scale.h +++ b/third_party/aom/av1/common/scale.h @@ -19,7 +19,7 @@ extern "C" { #endif -#define SCALE_DENOMINATOR 16 +#define SCALE_NUMERATOR 8 #define REF_SCALE_SHIFT 14 #define REF_NO_SCALE (1 << REF_SCALE_SHIFT) |