Home
last modified time | relevance | path

Searched refs:kBGRShuffle (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless_neon.c86 static const uint8_t kBGRShuffle[3][8] = { variable
95 const uint8x8_t shuffle0 = vld1_u8(kBGRShuffle[0]); in ConvertBGRAToBGR_NEON()
96 const uint8x8_t shuffle1 = vld1_u8(kBGRShuffle[1]); in ConvertBGRAToBGR_NEON()
97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); in ConvertBGRAToBGR_NEON()