const SQUARE_REFINE_PATTERN: [MotionVector; 8];
Expand description
A small square pattern around a center point.
101
1 XXX
0 XoX
1 XXX
’X’s are motion candidates and the ‘o’ is the center.
const SQUARE_REFINE_PATTERN: [MotionVector; 8];
A small square pattern around a center point.
101
1 XXX
0 XoX
1 XXX
’X’s are motion candidates and the ‘o’ is the center.