Home
last modified time | relevance | path

Searched refs:LS_MAT_BITS (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.c927 #define LS_MAT_BITS (LS_MAT_RANGE_BITS - LS_MAT_DOWN_BITS) macro
928 #define LS_MAT_MIN (-(1 << (LS_MAT_BITS - 1)))
929 #define LS_MAT_MAX ((1 << (LS_MAT_BITS - 1)) - 1)