diff options
Diffstat (limited to 'src/utils/constants.h')
-rw-r--r-- | src/utils/constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
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() // |