Searched refs:k0g0g (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 98 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()
|
D | lossless_neon.c | 568 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()
|