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

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

Completed in 207 milliseconds