Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c247 static WEBP_INLINE void Store4x8_NEON(const uint8x8x4_t v, in Store4x8_NEON() function
269 Store4x8_NEON(lo, dst - 2 + 0 * stride, stride); in Store4x16_NEON()
270 Store4x8_NEON(hi, dst - 2 + 8 * stride, stride); in Store4x16_NEON()