Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dfilters_neon.c35 #define LOAD_U8_TO_S16(A) U8_TO_S16(vld1_u8(A)) macro
158 const int16x8_t D = LOAD_U8_TO_S16(&top[i - 1]); in GradientPredictDirect_NEON()
275 const int16x8_t B = LOAD_U8_TO_S16(&top[i + 0]); in GradientPredictInverse_NEON()
276 const int16x8_t C = LOAD_U8_TO_S16(&top[i - 1]); in GradientPredictInverse_NEON()