Home | History | Annotate | Download | only in dsp

Lines Matching refs:Disto4x4

251 // macro for one horizontal pass in Disto4x4 (TTransform)
290 // macro for one vertical pass in Disto4x4 (TTransform)
364 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
405 D += Disto4x4(a + x + y, b + x + y, w);
658 VP8TDisto4x4 = Disto4x4;