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

  /external/webp/src/dsp/
enc.c 116 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
151 ITransformOne(ref, in, dst);
153 ITransformOne(ref + 4, in + 16, dst + 4);
enc_mips_dsp_r2.c 174 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in,
244 ITransformOne(ref, in, dst);
246 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 497 milliseconds