Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling_neon.c129 #define ZIP_U8(lo, hi) vzip_u8((lo), (hi)) macro
131 #define ZIP_U8(lo, hi) vzip_u8((hi), (lo)) macro
139 const uint8x8x2_t rgba4444 = ZIP_U8(rg, ba); \
150 const uint8x8x2_t rgb565 = ZIP_U8(rg, gb); \