Home | History | Annotate | Download | only in dsp

Lines Matching refs:ITransformOne

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