Available on ARM only.
Expand description
Sum of 8-bit absolute differences and constant.
Returns the 8-bit unsigned equivalent of
res = abs(a[0] - b[0]) + abs(a[1] - b[1]) +
(a[2] - b[2]) + (a[3] - b[3]) + c
Sum of 8-bit absolute differences and constant.
Returns the 8-bit unsigned equivalent of
res = abs(a[0] - b[0]) + abs(a[1] - b[1]) +
(a[2] - b[2]) + (a[3] - b[3]) + c