HomeSort by relevance Sort by last modified time
    Searched refs:Disto4x4 (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
enc_neon.c 441 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
633 D += Disto4x4(a + x + y, b + x + y, w);
654 VP8TDisto4x4 = Disto4x4;
enc.c 600 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
613 D += Disto4x4(a + x + y, b + x + y, w);
707 VP8TDisto4x4 = Disto4x4;

Completed in 54 milliseconds