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

  /external/chromium_org/third_party/libwebp/enc/
vp8l.c 111 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0
124 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix); local
125 if (pix_diff == 0) continue;
132 const PixOrCopy pix_diff_token = PixOrCopyCreateLiteral(pix_diff);
    [all...]
  /external/webp/src/enc/
vp8l.c 111 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0
124 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix); local
125 if (pix_diff == 0) continue;
132 const PixOrCopy pix_diff_token = PixOrCopyCreateLiteral(pix_diff);
    [all...]

Completed in 133 milliseconds