Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_neon.c48 const int16x8_t dst23) { in SaturateAndStore4x4_NEON() argument
51 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4_NEON()
65 uint32x2_t dst23 = vdup_n_u32(0); in Add4x4_NEON() local
69 dst23 = vld1_lane_u32((uint32_t*)(ref + 2 * BPS), dst23, 0); in Add4x4_NEON()
71 dst23 = vld1_lane_u32((uint32_t*)(ref + 3 * BPS), dst23, 1); in Add4x4_NEON()
76 const int16x8_t dst23_s16 = ConvertU8ToS16_NEON(dst23); in Add4x4_NEON()
Ddec_neon.c387 const int16x8_t dst23) { in SaturateAndStore4x4_NEON() argument
390 const uint8x8_t dst23_u8 = vqmovun_s16(dst23); in SaturateAndStore4x4_NEON()
403 uint32x2_t dst23 = vdup_n_u32(0); in Add4x4_NEON() local
407 dst23 = vld1_lane_u32((uint32_t*)(dst + 2 * BPS), dst23, 0); in Add4x4_NEON()
409 dst23 = vld1_lane_u32((uint32_t*)(dst + 3 * BPS), dst23, 1); in Add4x4_NEON()
414 const int16x8_t dst23_s16 = ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst23)); in Add4x4_NEON()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h284 simdscalari dst23 = _mm256_permute2x128_si256(src, src, 0x01); in Transpose() local
285 dst23 = _simd_shuffle_epi8(dst23, in Transpose()
294 simdscalari dst = _simd_or_si(dst01, dst23); in Transpose()