Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c241 static WEBP_INLINE void Store2x8(const uint8x8x2_t v, in Store2x8() function
260 Store2x8(lo, dst - 1 + 0 * stride, stride); in Store2x16()
261 Store2x8(hi, dst - 1 + 8 * stride, stride); in Store2x16()