Searched defs:greens (Results 1 – 3 of 3) sorted by relevance
65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in SubtractGreenFromBlueAndRed_NEON() local106 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColor_NEON() local
119 uint8x8x4_t greens; // leave A/R/B channels zero'd. in DispatchAlphaToGreen_NEON() local169 const uint8x16_t greens = rgbX.val[1]; in ExtractGreen_NEON() local
534 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in AddGreenToBlueAndRed_NEON() local577 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColorInverse_NEON() local
Completed in 6 milliseconds