Searched defs:ITransformOne (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c30 // macro for one vertical pass in ITransformOne
58 // macro for one horizontal pass in ITransformOne
119 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
152 ITransformOne(ref, in, dst);
154 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc.c92 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc_neon.c119 static void ITransformOne(const uint8_t* ref, function
130 static void ITransformOne(const uint8_t* ref, function
248 ITransformOne(ref, in, dst);
250 ITransformOne(ref + 4, in + 16, dst + 4);
/external/webp/src/dsp/
H A Denc_mips32.c30 // macro for one vertical pass in ITransformOne
58 // macro for one horizontal pass in ITransformOne
119 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
152 ITransformOne(ref, in, dst);
154 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc.c92 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, function
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);
H A Denc_neon.c119 static void ITransformOne(const uint8_t* ref, function
130 static void ITransformOne(const uint8_t* ref, function
248 ITransformOne(ref, in, dst);
250 ITransformOne(ref + 4, in + 16, dst + 4);

Completed in 71 milliseconds