Searched defs:Disto4x4 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c246 // macro for one horizontal pass in Disto4x4 (TTransform)
285 // macro for one vertical pass in Disto4x4 (TTransform)
359 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
400 D += Disto4x4(a + x + y, b + x + y, w);
766 VP8TDisto4x4 = Disto4x4;
H A Denc.c574 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
587 D += Disto4x4(a + x + y, b + x + y, w);
711 VP8TDisto4x4 = Disto4x4;
H A Denc_neon.c634 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
681 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
875 D += Disto4x4(a + x + y, b + x + y, w);
1050 VP8TDisto4x4 = Disto4x4;
H A Denc_sse2.c786 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
798 D += Disto4x4(a + x + y, b + x + y, w);
978 VP8TDisto4x4 = Disto4x4;
/external/webp/src/dsp/
H A Denc_mips32.c246 // macro for one horizontal pass in Disto4x4 (TTransform)
285 // macro for one vertical pass in Disto4x4 (TTransform)
359 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
400 D += Disto4x4(a + x + y, b + x + y, w);
766 VP8TDisto4x4 = Disto4x4;
H A Denc.c574 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
587 D += Disto4x4(a + x + y, b + x + y, w);
711 VP8TDisto4x4 = Disto4x4;
H A Denc_neon.c634 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
681 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
875 D += Disto4x4(a + x + y, b + x + y, w);
1050 VP8TDisto4x4 = Disto4x4;
H A Denc_sse2.c786 static int Disto4x4(const uint8_t* const a, const uint8_t* const b, function
798 D += Disto4x4(a + x + y, b + x + y, w);
978 VP8TDisto4x4 = Disto4x4;

Completed in 5463 milliseconds