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

  /external/chromium_org/third_party/libwebp/enc/
vp8li.h 39 int cache_bits_; // If equal to 0, don't use color cache. member in struct:__anon12135
vp8l.c 947 enc->cache_bits_ = (quality <= 25.f) ? 0 : 7;
    [all...]
  /external/webp/src/enc/
vp8li.h 39 int cache_bits_; // If equal to 0, don't use color cache. member in struct:__anon28582
vp8l.c 947 enc->cache_bits_ = (quality <= 25.f) ? 0 : 7;
    [all...]

Completed in 378 milliseconds