From 320ef65362608ee1148c299d8d5d7618af34e470 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 7 Nov 2021 08:50:18 -0500 Subject: New upstream version 0.17.0 --- src/utils/constants.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils/constants.h') diff --git a/src/utils/constants.h b/src/utils/constants.h index a2076c5..1126ad6 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h @@ -71,6 +71,7 @@ enum { // but was increased to simplify the SIMD loads in // ConvolveCompoundScale2D_NEON() and ConvolveScale2D_NEON(). kConvolveBorderRight = 8, + kConvolveScaleBorderRight = 15, kConvolveBorderBottom = 4, kSubPixelTaps = 8, kWienerFilterBits = 7, @@ -523,6 +524,10 @@ enum ObuType : int8_t { kObuPadding = 15, }; +constexpr BitMaskSet kPredictionModeSmoothMask(kPredictionModeSmooth, + kPredictionModeSmoothHorizontal, + kPredictionModeSmoothVertical); + //------------------------------------------------------------------------------ // ToString() // -- cgit v1.2.3