Home | History | Annotate | Download | only in dsp

Lines Matching refs:ITransformOne

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);