Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c393 static WEBP_INLINE int16x8_t ConvertU8ToS16(uint8x8_t v) { in ConvertU8ToS16() function
426 const int16x8_t dst01_s16 = ConvertU8ToS16(vreinterpret_u8_u32(dst01)); in Add4x4()
427 const int16x8_t dst23_s16 = ConvertU8ToS16(vreinterpret_u8_u32(dst23)); in Add4x4()
1297 const int16x8_t L0 = ConvertU8ToS16(vld1_dup_u8(dst + 0 * BPS - 1)); in TrueMotion()
1298 const int16x8_t L1 = ConvertU8ToS16(vld1_dup_u8(dst + 1 * BPS - 1)); in TrueMotion()
1299 const int16x8_t L2 = ConvertU8ToS16(vld1_dup_u8(dst + 2 * BPS - 1)); in TrueMotion()
1300 const int16x8_t L3 = ConvertU8ToS16(vld1_dup_u8(dst + 3 * BPS - 1)); in TrueMotion()
1559 const int16x8_t L0 = ConvertU8ToS16(vld1_dup_u8(dst + 0 * BPS - 1)); in TM16()
1560 const int16x8_t L1 = ConvertU8ToS16(vld1_dup_u8(dst + 1 * BPS - 1)); in TM16()
1561 const int16x8_t L2 = ConvertU8ToS16(vld1_dup_u8(dst + 2 * BPS - 1)); in TM16()
[all …]
Denc_neon.c40 static WEBP_INLINE int16x8_t ConvertU8ToS16(uint32x2_t v) { in ConvertU8ToS16() function
73 const int16x8_t dst01_s16 = ConvertU8ToS16(dst01); in Add4x4()
74 const int16x8_t dst23_s16 = ConvertU8ToS16(dst23); in Add4x4()