yuv_sse2, cosmetics: fix indent

+ remove unneeded header

Change-Id: I3247378fd3315d95bb3345625d3575aa9e05c1b8
This commit is contained in:
James Zern 2015-12-15 17:23:14 -08:00
parent c0f7cc47f2
commit b105921c7d

View File

@ -16,7 +16,6 @@
#if defined(WEBP_USE_SSE2)
#include <emmintrin.h>
#include <string.h> // for memcpy
//-----------------------------------------------------------------------------
// Convert spans of 32 pixels to various RGB formats for the fancy upsampler.
@ -149,7 +148,7 @@ static WEBP_INLINE void PlanarTo24b(const uint8_t* src, uint8_t* dst) {
*dst++ = src[0 * 32 + n];
*dst++ = src[1 * 32 + n];
*dst++ = src[2 * 32 + n];
}
}
#endif
}
#undef MK_UINT32