Searched refs:LOAD_32x4 (Results 1 – 1 of 1) sorted by relevance
27 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC)) macro29 LOAD_32x4(SRC + 0, DST0); \30 LOAD_32x4(SRC + 4, DST1)51 LOAD_32x4(frow, A0); in Interpolate_NEON()52 LOAD_32x4(irow, B0); in Interpolate_NEON()78 LOAD_32x4(frow + x_out + 0, A0); in RescalerExportRowExpand_NEON()79 LOAD_32x4(frow + x_out + 4, A1); in RescalerExportRowExpand_NEON()
Completed in 3 milliseconds