It appears to be a divide by 2.
Output = Input/2
where
0,4,8,12,16...
becomes
0,2,4,6,8...
Output = Input/2
where
0,4,8,12,16...
becomes
0,2,4,6,8...