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

  /external/webp/src/dsp/
enc_sse41.c 171 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
183 D += Disto4x4(a + x + y, b + x + y, w);
331 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_neon.c 655 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
703 D += Disto4x4(a + x + y, b + x + y, w);
    [all...]
enc.c 611 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
624 D += Disto4x4(a + x + y, b + x + y, w);
883 VP8TDisto4x4 = Disto4x4;
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_msa.c 202 static int Disto4x4(const uint8_t* const a, const uint8_t* const b,
215 D += Disto4x4(a + x + y, b + x + y, w);
870 VP8TDisto4x4 = Disto4x4;
enc_sse2.c     [all...]

Completed in 113 milliseconds