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

  /external/chromium_org/third_party/libwebp/dsp/
enc_mips32.c 30 // 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,
152 ITransformOne(ref, in, dst);
154 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 92 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);
  /external/webp/src/dsp/
enc_mips32.c 30 // 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,
152 ITransformOne(ref, in, dst);
154 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 92 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
127 ITransformOne(ref, in, dst);
129 ITransformOne(ref + 4, in + 16, dst + 4);

Completed in 73 milliseconds