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

  /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...]
enc_msa.c 44 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
74 ITransformOne(ref, in, dst);
76 ITransformOne(ref + 4, in + 16, dst + 4);

Completed in 314 milliseconds