Merge "NEON speed up"

This commit is contained in:
skal
2013-12-18 14:17:19 -08:00
committed by Gerrit Code Review
2 changed files with 39 additions and 6 deletions

View File

@ -667,7 +667,7 @@ static void Copy32b(uint8_t* dst, uint8_t* src) {
memcpy(dst, src, 4);
}
static void DoTransform(uint32_t bits, const int16_t* const src,
static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src,
uint8_t* const dst) {
switch (bits >> 30) {
case 3: