Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp418 template<typename T> struct VMerge3;
466 MERGE3_KERNEL_TEMPLATE(VMerge3, uchar , uint8x16x3_t, vld1q_u8 , vst3q_u8 );
467 MERGE3_KERNEL_TEMPLATE(VMerge3, ushort, uint16x8x3_t, vld1q_u16, vst3q_u16);
468 MERGE3_KERNEL_TEMPLATE(VMerge3, int , int32x4x3_t, vld1q_s32, vst3q_s32);
469 MERGE3_KERNEL_TEMPLATE(VMerge3, int64 , int64x1x3_t, vld1_s64 , vst3_s64 );
488 struct VMerge3 struct
490 VMerge3() : support(false) { } in VMerge3() function
540 struct VMerge3<data_type> \
547 VMerge3() \
688 VMerge3<T> vmerge; in merge_()
[all …]