const DIAMOND_R1_PATTERN_SUBPEL: [MotionVector; 4];
Expand description
Diamond pattern of radius 1 as shown below. For fullpel search, use
DIAMOND_R1_PATTERN_FULLPEL
since it has been scaled for fullpel search.
X
XoX
X
’X’s are motion candidates and the ‘o’ is the center.