Home | History | Annotate | Download | only in dsp

Lines Matching refs:Disto4x4

1286 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
1298 D += Disto4x4(a + x + y, b + x + y, w);
1460 VP8TDisto4x4 = Disto4x4;