Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_neon.c26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) macro
28 LOAD_32x4(SRC + 0, DST0); \
29 LOAD_32x4(SRC + 4, DST1)
47 LOAD_32x4(frow, A0); in Interpolate()
48 LOAD_32x4(irow, B0); in Interpolate()
74 LOAD_32x4(frow + x_out + 0, A0); in RescalerExportRowExpand()
75 LOAD_32x4(frow + x_out + 4, A1); in RescalerExportRowExpand()