Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc_neon.c39 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() function
48 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() function
65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in SubtractGreenFromBlueAndRed_NEON()
106 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColor_NEON()
Dlossless_neon.c508 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() function
517 static WEBP_INLINE uint8x16_t DoGreenShuffle_NEON(const uint8x16_t argb, in DoGreenShuffle_NEON() function
534 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in AddGreenToBlueAndRed_NEON()
577 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColorInverse_NEON()