Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c265 static WEBP_INLINE void Store4x8(const uint8x8x4_t v, in Store4x8() function
287 Store4x8(lo, dst - 2 + 0 * stride, stride); in Store4x16()
288 Store4x8(hi, dst - 2 + 8 * stride, stride); in Store4x16()