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

  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 281 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) {
426 const uint32_t pred = Average3(left, top[0], top[1]);
    [all...]
  /external/webp/src/dsp/
lossless.c 281 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) {
426 const uint32_t pred = Average3(left, top[0], top[1]);
    [all...]

Completed in 695 milliseconds