Searched refs:d1s64 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | variance_neon.c | 26 int64x1_t d0s64, d1s64; in vp8_variance16x16_neon() local 84 d1s64 = vadd_s64(vget_low_s64(q1s64), vget_high_s64(q1s64)); in vp8_variance16x16_neon() 88 vst1_lane_u32((uint32_t *)sse, vreinterpret_u32_s64(d1s64), 0); in vp8_variance16x16_neon() 91 d0u32 = vsub_u32(vreinterpret_u32_s64(d1s64), d10u32); in vp8_variance16x16_neon() 105 int64x1_t d0s64, d1s64; in vp8_variance16x8_neon() local 163 d1s64 = vadd_s64(vget_low_s64(q1s64), vget_high_s64(q1s64)); in vp8_variance16x8_neon() 167 vst1_lane_u32((uint32_t *)sse, vreinterpret_u32_s64(d1s64), 0); in vp8_variance16x8_neon() 170 d0u32 = vsub_u32(vreinterpret_u32_s64(d1s64), d10u32); in vp8_variance16x8_neon() 185 int64x1_t d0s64, d1s64; in vp8_variance8x16_neon() local 228 d1s64 = vadd_s64(vget_low_s64(q1s64), vget_high_s64(q1s64)); in vp8_variance8x16_neon() [all …]
|