Home
last modified time | relevance | path

Searched defs:greens (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_neon.c65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in SubtractGreenFromBlueAndRed_NEON() local
106 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColor_NEON() local
H A Dalpha_processing_neon.c120 uint8x8x4_t greens; // leave A/R/B channels zero'd. in DispatchAlphaToGreen_NEON() local
170 const uint8x16_t greens = rgbX.val[1]; in ExtractGreen_NEON() local
H A Dlossless_neon.c534 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in AddGreenToBlueAndRed_NEON() local
577 const uint8x16_t greens = DoGreenShuffle_NEON(in, shuffle); in TransformColorInverse_NEON() local

Completed in 3 milliseconds