Searched refs:d27u32 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct4x4_add_neon.c | 18 uint32x2_t d26u32, d27u32; in vpx_idct4x4_16_add_neon() local 31 d26u32 = d27u32 = vdup_n_u32(0); in vpx_idct4x4_16_add_neon() 130 d27u32 = vld1_lane_u32((const uint32_t *)d, d27u32, 1); in vpx_idct4x4_16_add_neon() 132 d27u32 = vld1_lane_u32((const uint32_t *)d, d27u32, 0); in vpx_idct4x4_16_add_neon() 137 vreinterpret_u8_u32(d27u32)); in vpx_idct4x4_16_add_neon()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 161 uint32x2_t d26u32, d27u32; in vp9_iht4x4_16_add_neon() local 165 d26u32 = d27u32 = vdup_n_u32(0); in vp9_iht4x4_16_add_neon() 230 d27u32 = vld1_lane_u32((const uint32_t *)dest, d27u32, 0); in vp9_iht4x4_16_add_neon() 232 d27u32 = vld1_lane_u32((const uint32_t *)dest, d27u32, 1); in vp9_iht4x4_16_add_neon() 235 q9u16 = vaddw_u8(vreinterpretq_u16_s16(q9s16), vreinterpret_u8_u32(d27u32)); in vp9_iht4x4_16_add_neon()
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 45 uint32x2_t d27u32 = vdup_n_u32(0); in vp8_sixtap_predict4x4_neon() local 68 d27u32 = vld1_lane_u32((const uint32_t *)src, d27u32, 0); in vp8_sixtap_predict4x4_neon() 70 d27u32 = vld1_lane_u32((const uint32_t *)src, d27u32, 1); in vp8_sixtap_predict4x4_neon() 86 d27u8 = vreinterpret_u8_u32(d27u32); in vp8_sixtap_predict4x4_neon()
|