Searched refs:TTransform (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dsp/
H A Denc.c540 static int TTransform(const uint8_t* in, const uint16_t* w) { function
576 const int sum1 = TTransform(a, w);
577 const int sum2 = TTransform(b, w);
H A Denc_sse2.c638 static int TTransform(const uint8_t* inA, const uint8_t* inB, function
788 const int diff_sum = TTransform(a, b, w);

Completed in 528 milliseconds