const DIAMOND_R1_PATTERN: [MotionVector; 4];
Expand description
Diamond pattern of radius 1 as shown below. Unlike DIAMOND_R1_PATTERN
, the
vectors have been shifted fullpel scale.
X
XoX
X
’X’s are motion candidates and the ‘o’ is the center.
const DIAMOND_R1_PATTERN: [MotionVector; 4];
Diamond pattern of radius 1 as shown below. Unlike DIAMOND_R1_PATTERN
, the
vectors have been shifted fullpel scale.
X
XoX
X
’X’s are motion candidates and the ‘o’ is the center.