Home
last modified time | relevance | path

Searched refs:dst01 (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dsp/
Denc_neon.c47 const int16x8_t dst01, in SaturateAndStore4x4_NEON() argument
50 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON()
64 uint32x2_t dst01 = vdup_n_u32(0); in Add4x4_NEON() local
68 dst01 = vld1_lane_u32((uint32_t*)(ref + 0 * BPS), dst01, 0); in Add4x4_NEON()
70 dst01 = vld1_lane_u32((uint32_t*)(ref + 1 * BPS), dst01, 1); in Add4x4_NEON()
75 const int16x8_t dst01_s16 = ConvertU8ToS16_NEON(dst01); in Add4x4_NEON()
Ddec_neon.c386 const int16x8_t dst01, in SaturateAndStore4x4_NEON() argument
389 const uint8x8_t dst01_u8 = vqmovun_s16(dst01); in SaturateAndStore4x4_NEON()
402 uint32x2_t dst01 = vdup_n_u32(0); in Add4x4_NEON() local
406 dst01 = vld1_lane_u32((uint32_t*)(dst + 0 * BPS), dst01, 0); in Add4x4_NEON()
408 dst01 = vld1_lane_u32((uint32_t*)(dst + 1 * BPS), dst01, 1); in Add4x4_NEON()
413 const int16x8_t dst01_s16 = ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst01)); in Add4x4_NEON()
/external/ltp/testcases/network/stress/route/
D00_Descriptions.txt1 route4-change-dst01
38 route6-change-dst01
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_utils.h241 simdscalari dst01 = _simd_shuffle_epi8(src, in Transpose() local
246 simdscalari dst = _simd_or_si(dst01, dst23); in Transpose()