Searched refs:kRGBAShuffle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_neon.c72 static const uint8_t kRGBAShuffle[8] = { 2, 1, 0, 3, 6, 5, 4, 7 }; variable
77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle);
/external/webp/src/dsp/
H A Dlossless_neon.c72 static const uint8_t kRGBAShuffle[8] = { 2, 1, 0, 3, 6, 5, 4, 7 }; variable
77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle);

Completed in 111 milliseconds