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

/external/webp/src/dsp/
H A Denc_neon.c286 static WEBP_INLINE int16x8_t DiffU8ToS16(const uint8x8_t a, function
297 const int16x8_t D0D1 = DiffU8ToS16(vget_low_u8(S0), vget_low_u8(R0));
298 const int16x8_t D2D3 = DiffU8ToS16(vget_high_u8(S0), vget_high_u8(R0));

Completed in 86 milliseconds