Searched refs:k0g0g (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 97 static const uint8_t k0g0g[8] = { 255, 1, 255, 1, 255, 5, 255, 5 }; in TransformColor() local 98 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor()
|
D | lossless_neon.c | 569 static const uint8_t k0g0g[8] = { 255, 1, 255, 1, 255, 5, 255, 5 }; in TransformColorInverse() local 570 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse()
|