Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4() local
56 vst1_lane_u32((uint32_t*)(dst + 2 * BPS), vreinterpret_u32_u8(dst23_u8), 0); in SaturateAndStore4x4()
57 vst1_lane_u32((uint32_t*)(dst + 3 * BPS), vreinterpret_u32_u8(dst23_u8), 1); in SaturateAndStore4x4()
Ddec_neon.c404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4() local
409 vst1_lane_u32((uint32_t*)(dst + 2 * BPS), vreinterpret_u32_u8(dst23_u8), 0); in SaturateAndStore4x4()
410 vst1_lane_u32((uint32_t*)(dst + 3 * BPS), vreinterpret_u32_u8(dst23_u8), 1); in SaturateAndStore4x4()