Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dconvert.cpp1717 uint32x4_t v_quat = vmovl_u16(vget_low_u16(v_half)); in operator ()() local
1718 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_u32(v_quat), scale); in operator ()()
1721 v_quat = vmovl_u16(vget_high_u16(v_half)); in operator ()()
1722 float32x4_t v_dst_1 = vmulq_n_f32(vcvtq_f32_u32(v_quat), scale); in operator ()()
1727 v_quat = vmovl_u16(vget_low_u16(v_half)); in operator ()()
1728 float32x4_t v_dst_2 = vmulq_n_f32(vcvtq_f32_u32(v_quat), scale); in operator ()()
1731 v_quat = vmovl_u16(vget_high_u16(v_half)); in operator ()()
1732 float32x4_t v_dst_3 = vmulq_n_f32(vcvtq_f32_u32(v_quat), scale); in operator ()()
1761 int32x4_t v_quat = vmovl_s16(vget_low_s16(v_half)); in operator ()() local
1762 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_s32(v_quat), scale); in operator ()()
[all …]