Searched refs:ITransformOne (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 116 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, in ITransformOne() function 151 ITransformOne(ref, in, dst); in ITransform_C() 153 ITransformOne(ref + 4, in + 16, dst + 4); in ITransform_C()
|
D | enc_mips_dsp_r2.c | 174 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, in ITransformOne() function 244 ITransformOne(ref, in, dst); in ITransform_MIPSdspR2() 246 ITransformOne(ref + 4, in + 16, dst + 4); in ITransform_MIPSdspR2()
|
D | enc_msa.c | 44 static WEBP_INLINE void ITransformOne(const uint8_t* ref, const int16_t* in, in ITransformOne() function 74 ITransformOne(ref, in, dst); in ITransform_MSA() 76 ITransformOne(ref + 4, in + 16, dst + 4); in ITransform_MSA()
|