Searched refs:dst01_u8 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); local
54 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0);
55 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1);
H A Ddec_neon.c403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); local
407 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0);
408 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1);
/external/webp/src/dsp/
H A Denc_neon.c50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); local
54 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0);
55 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1);
H A Ddec_neon.c403 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); local
407 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0);
408 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1);

Completed in 978 milliseconds