Searched refs:d26u32 (Results 1 – 4 of 4) 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() 126 d26u32 = vld1_lane_u32((const uint32_t *)d, d26u32, 0); in vpx_idct4x4_16_add_neon() 128 d26u32 = vld1_lane_u32((const uint32_t *)d, d26u32, 1); in vpx_idct4x4_16_add_neon() 135 vreinterpret_u8_u32(d26u32)); in vpx_idct4x4_16_add_neon()
|
D | vpx_convolve8_neon.c | 235 uint32x2_t d16u32, d18u32, d20u32, d22u32, d24u32, d26u32; in vpx_convolve8_vert_neon() local 276 d26u32 = vld1_lane_u32((const uint32_t *)s, d26u32, 0); in vpx_convolve8_vert_neon() 278 d26u32 = vld1_lane_u32((const uint32_t *)s, d26u32, 1); in vpx_convolve8_vert_neon() 284 q13u16 = vmovl_u8(vreinterpret_u8_u32(d26u32)); in vpx_convolve8_vert_neon()
|
D | vpx_convolve8_avg_neon.c | 250 uint32x2_t d16u32, d18u32, d20u32, d22u32, d24u32, d26u32; in vpx_convolve8_avg_vert_neon() local 292 d26u32 = vld1_lane_u32((const uint32_t *)s, d26u32, 0); in vpx_convolve8_avg_vert_neon() 294 d26u32 = vld1_lane_u32((const uint32_t *)s, d26u32, 1); in vpx_convolve8_avg_vert_neon() 300 q13u16 = vmovl_u8(vreinterpret_u8_u32(d26u32)); in vpx_convolve8_avg_vert_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() 226 d26u32 = vld1_lane_u32((const uint32_t *)dest, d26u32, 0); in vp9_iht4x4_16_add_neon() 228 d26u32 = vld1_lane_u32((const uint32_t *)dest, d26u32, 1); in vp9_iht4x4_16_add_neon() 234 q8u16 = vaddw_u8(vreinterpretq_u16_s16(q8s16), vreinterpret_u8_u32(d26u32)); in vp9_iht4x4_16_add_neon()
|