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

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c30 static void ITransformOne(const uint8_t* ref, function
146 ITransformOne(ref, in, dst);
148 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc.c94 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
129 ITransformOne(ref, in, dst);
131 ITransformOne(ref + 4, in + 16, dst + 4);
/external/webp/src/dsp/
H A Denc_neon.c30 static void ITransformOne(const uint8_t* ref, function
146 ITransformOne(ref, in, dst);
148 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc.c94 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
129 ITransformOne(ref, in, dst);
131 ITransformOne(ref + 4, in + 16, dst + 4);

Completed in 83 milliseconds