Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc_neon.c98 static const uint8_t k0g0g[8] = { 255, 1, 255, 1, 255, 5, 255, 5 }; in TransformColor_NEON() local
99 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor_NEON()
Dlossless_neon.c568 static const uint8_t k0g0g[8] = { 255, 1, 255, 1, 255, 5, 255, 5 }; in TransformColorInverse_NEON() local
569 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON()