Searched refs:dst23 (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dsp/
H A Denc_neon.c44 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
48 const int16x8_t dst23) {
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
65 uint32x2_t dst23 = vdup_n_u32(0); local
69 dst23 = vld1_lane_u32((uint32_t*)(ref + 2 * BPS), dst23, 0);
71 dst23 = vld1_lane_u32((uint32_t*)(ref + 3 * BPS), dst23, 1);
76 const int16x8_t dst23_s16 = ConvertU8ToS16_NEON(dst23);
46 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument
H A Ddec_neon.c383 // Performs unsigned 8b saturation on 'dst01' and 'dst23' storing the result
387 const int16x8_t dst23) {
390 const uint8x8_t dst23_u8 = vqmovun_s16(dst23);
403 uint32x2_t dst23 = vdup_n_u32(0); local
407 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0);
409 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1);
414 const int16x8_t dst23_s16 = ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst23));
385 SaturateAndStore4x4_NEON(uint8_t* const dst, const int16x8_t dst01, const int16x8_t dst23) argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dutils.h308 simdscalari dst23 = _mm256_permute2x128_si256(src, src, 0x01); local
309 dst23 = _mm256_shuffle_epi8(dst23,
311 simdscalari dst = _mm256_or_si256(dst01, dst23);

Completed in 227 milliseconds