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

  /external/chromium_org/third_party/libwebp/dsp/
enc_mips32.c 246 // 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,
400 D += Disto4x4(a + x + y, b + x + y, w);
    [all...]
enc_neon.c 634 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
681 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
    [all...]
enc.c 574 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
587 D += Disto4x4(a + x + y, b + x + y, w);
711 VP8TDisto4x4 = Disto4x4;
enc_sse2.c     [all...]
  /external/webp/src/dsp/
enc_mips32.c 246 // 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,
400 D += Disto4x4(a + x + y, b + x + y, w);
    [all...]
enc_neon.c 634 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
681 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
    [all...]
enc.c 574 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
587 D += Disto4x4(a + x + y, b + x + y, w);
711 VP8TDisto4x4 = Disto4x4;
enc_sse2.c     [all...]

Completed in 144 milliseconds