Searched refs:GetBaseDelta_NEON (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | dec_neon.c | 450 static int8x16_t GetBaseDelta_NEON(const int8x16_t p1, const int8x16_t p0, in GetBaseDelta_NEON() function 508 const int8x16_t delta0 = GetBaseDelta_NEON(p1s, p0s, q0s, q1s); in DoFilter2_NEON() 745 const int8x16_t delta = GetBaseDelta_NEON(p1s, p0s, q0s, q1s); in DoFilter4_NEON() 815 const int8x16_t delta0 = GetBaseDelta_NEON(p1s, p0s, q0s, q1s); in DoFilter6_NEON()
|