Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_neon.c275 static WEBP_INLINE uint8x16_t DoGreenShuffle(const uint8x16_t argb, in DoGreenShuffle() function
284 static WEBP_INLINE uint8x16_t DoGreenShuffle(const uint8x16_t argb, in DoGreenShuffle() function
300 const uint8x16_t greens = DoGreenShuffle(argb, shuffle); in SubtractGreenFromBlueAndRed()
316 const uint8x16_t greens = DoGreenShuffle(argb, shuffle); in AddGreenToBlueAndRed()