mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 07:22:52 +01:00
yuv_sse2, cosmetics: fix indent
+ remove unneeded header Change-Id: I3247378fd3315d95bb3345625d3575aa9e05c1b8
This commit is contained in:
parent
c0f7cc47f2
commit
b105921c7d
@ -16,7 +16,6 @@
|
|||||||
#if defined(WEBP_USE_SSE2)
|
#if defined(WEBP_USE_SSE2)
|
||||||
|
|
||||||
#include <emmintrin.h>
|
#include <emmintrin.h>
|
||||||
#include <string.h> // for memcpy
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Convert spans of 32 pixels to various RGB formats for the fancy upsampler.
|
// 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[0 * 32 + n];
|
||||||
*dst++ = src[1 * 32 + n];
|
*dst++ = src[1 * 32 + n];
|
||||||
*dst++ = src[2 * 32 + n];
|
*dst++ = src[2 * 32 + n];
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#undef MK_UINT32
|
#undef MK_UINT32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user