Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp419 template<typename T> struct VMerge4;
471 MERGE4_KERNEL_TEMPLATE(VMerge4, uchar , uint8x16x4_t, vld1q_u8 , vst4q_u8 );
472 MERGE4_KERNEL_TEMPLATE(VMerge4, ushort, uint16x8x4_t, vld1q_u16, vst4q_u16);
473 MERGE4_KERNEL_TEMPLATE(VMerge4, int , int32x4x4_t, vld1q_s32, vst4q_s32);
474 MERGE4_KERNEL_TEMPLATE(VMerge4, int64 , int64x1x4_t, vld1_s64 , vst4_s64 );
497 struct VMerge4 struct
499 VMerge4() : support(false) { } in VMerge4() function
578 struct VMerge4<data_type> \
585 VMerge4() \
721 VMerge4<T> vmerge; in merge_()
[all …]