HomeSort by relevance Sort by last modified time
    Searched refs:ITransformOne (Results 1 - 6 of 6) sorted by null

  /external/opencv3/3rdparty/libwebp/dsp/
enc_neon.c 30 static void ITransformOne(const uint8_t* ref,
146 ITransformOne(ref, in, dst);
148 ITransformOne(ref + 4, in + 16, dst + 4);
enc.c 94 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
129 ITransformOne(ref, in, dst);
131 ITransformOne(ref + 4, in + 16, dst + 4);
  /external/webp/src/dsp/
enc_mips32.c 27 // macro for one vertical pass in ITransformOne
55 // macro for one horizontal pass in ITransformOne
116 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
149 ITransformOne(ref, in, dst);
151 ITransformOne(ref + 4, in + 16, dst + 4);
    [all...]
enc_neon.c 119 static void ITransformOne(const uint8_t* ref,
130 static void ITransformOne(const uint8_t* ref,
248 ITransformOne(ref, in, dst);
250 ITransformOne(ref + 4, in + 16, dst + 4);
    [all...]
enc.c 110 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
145 ITransformOne(ref, in, dst);
147 ITransformOne(ref + 4, in + 16, dst + 4);
enc_mips_dsp_r2.c 173 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
243 ITransformOne(ref, in, dst);
245 ITransformOne(ref + 4, in + 16, dst + 4);
    [all...]

Completed in 382 milliseconds