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

  /external/opencv3/3rdparty/libwebp/dsp/
enc_neon.c 419 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
611 D += Disto4x4(a + x + y, b + x + y, w);
632 VP8TDisto4x4 = Disto4x4;
enc.c 603 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
616 D += Disto4x4(a + x + y, b + x + y, w);
710 VP8TDisto4x4 = Disto4x4;
  /external/webp/src/dsp/
enc_sse41.c 205 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
217 D += Disto4x4(a + x + y, b + x + y, w);
365 VP8TDisto4x4 = Disto4x4;
enc_mips32.c 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);
    [all...]
enc.c 596 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
609 D += Disto4x4(a + x + y, b + x + y, w);
758 VP8TDisto4x4 = Disto4x4;
enc_neon.c 670 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
717 D += Disto4x4(a + x + y, b + x + y, w);
    [all...]
enc_mips_dsp_r2.c 249 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
322 D += Disto4x4(a + x + y, b + x + y, w);
    [all...]
enc_sse2.c     [all...]

Completed in 98 milliseconds