Searched refs:d1s64 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | variance_neon.c | 165 int64x1_t d0s64, d1s64; in vpx_variance16x8_neon() local 223 d1s64 = vadd_s64(vget_low_s64(q1s64), vget_high_s64(q1s64)); in vpx_variance16x8_neon() 227 vst1_lane_u32((uint32_t *)sse, vreinterpret_u32_s64(d1s64), 0); in vpx_variance16x8_neon() 230 d0u32 = vsub_u32(vreinterpret_u32_s64(d1s64), d10u32); in vpx_variance16x8_neon() 245 int64x1_t d0s64, d1s64; in vpx_variance8x16_neon() local 288 d1s64 = vadd_s64(vget_low_s64(q1s64), vget_high_s64(q1s64)); in vpx_variance8x16_neon() 292 vst1_lane_u32((uint32_t *)sse, vreinterpret_u32_s64(d1s64), 0); in vpx_variance8x16_neon() 295 d0u32 = vsub_u32(vreinterpret_u32_s64(d1s64), d10u32); in vpx_variance8x16_neon()
|