Home
last modified time | relevance | path

Searched refs:d24u32 (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
274 d24u32 = vld1_lane_u32((const uint32_t *)s, d24u32, 0); in vpx_convolve8_vert_neon()
280 d24u32 = vld1_lane_u32((const uint32_t *)s, d24u32, 1); in vpx_convolve8_vert_neon()
283 q12u16 = vmovl_u8(vreinterpret_u8_u32(d24u32)); 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
290 d24u32 = vld1_lane_u32((const uint32_t *)s, d24u32, 0); in vpx_convolve8_avg_vert_neon()
296 d24u32 = vld1_lane_u32((const uint32_t *)s, d24u32, 1); in vpx_convolve8_avg_vert_neon()
299 q12u16 = vmovl_u8(vreinterpret_u8_u32(d24u32)); in vpx_convolve8_avg_vert_neon()