Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON() local
54 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0); in SaturateAndStore4x4_NEON()
55 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1); in SaturateAndStore4x4_NEON()
Ddec_neon.c389 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON() local
393 vst1_lane_u32((uint32_t*)(dst + 0 * BPS), vreinterpret_u32_u8(dst01_u8), 0); in SaturateAndStore4x4_NEON()
394 vst1_lane_u32((uint32_t*)(dst + 1 * BPS), vreinterpret_u32_u8(dst01_u8), 1); in SaturateAndStore4x4_NEON()