HomeSort by relevance Sort by last modified time
    Searched full:average4 (Results 1 - 5 of 5) sorted by null

  /external/webp/src/dsp/
lossless.c 38 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
lossless_mips_dsp_r2.c 186 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
214 return Average4(left, top[-1], top[0], top[1]);
    [all...]
lossless_sse2.c 127 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
161 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
lossless_enc.c 677 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
785 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
    [all...]
  /external/ImageMagick/MagickCore/
option.c     [all...]

Completed in 515 milliseconds