Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c235 uint32x2_t d16u32, d18u32, d20u32, d22u32, d24u32, d26u32; in vpx_convolve8_vert_neon() local
261 d22u32 = vld1_lane_u32((const uint32_t *)s, d22u32, 0); in vpx_convolve8_vert_neon()
267 q11u16 = vmovl_u8(vreinterpret_u8_u32(d22u32)); in vpx_convolve8_vert_neon()
Dvpx_convolve8_avg_neon.c250 uint32x2_t d16u32, d18u32, d20u32, d22u32, d24u32, d26u32; in vpx_convolve8_avg_vert_neon() local
277 d22u32 = vld1_lane_u32((const uint32_t *)s, d22u32, 0); in vpx_convolve8_avg_vert_neon()
283 q11u16 = vmovl_u8(vreinterpret_u8_u32(d22u32)); in vpx_convolve8_avg_vert_neon()