Jindrich Makovicka writes: > + int minStride= MAX(ABS(srcStride[0]), ABS(dstStride[0])); > + int absQPStride = ABS(QPStride); You're messing up indentation by mixing tabs and spaces here. Diego