Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c48 const int16x8_t dst23) { in SaturateAndStore4x4() argument
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4()
63 uint32x2_t dst23 = vdup_n_u32(0); in Add4x4() local
67 dst23 = vld1_lane_u32((uint32_t*)(ref + 2 * BPS), dst23, 0); in Add4x4()
69 dst23 = vld1_lane_u32((uint32_t*)(ref + 3 * BPS), dst23, 1); in Add4x4()
74 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23); in Add4x4()
Ddec_neon.c401 const int16x8_t dst23) { in SaturateAndStore4x4() argument
404 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4()
416 uint32x2_t dst23 = vdup_n_u32(0); in Add4x4() local
420 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0); in Add4x4()
422 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1); in Add4x4()
427 const int16x8_t dst23_s16 = ConvertU8ToS16(vreinterpret_u8_u32(dst23)); in Add4x4()