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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 356 int cc_init = 0; local
365 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
366 if (!cc_init) goto Error;
449 if (cc_init) VP8LColorCacheClear(&hashers);
566 int cc_init = 0; local
583 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
584 if (!cc_init) goto Error;
676 if (cc_init) VP8LColorCacheClear(&hashers);
714 int cc_init = 0; local
721 cc_init = VP8LColorCacheInit(&hashers, cache_bits)
887 int cc_init = 0; local
    [all...]
  /external/webp/src/enc/
backward_references.c 356 int cc_init = 0; local
365 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
366 if (!cc_init) goto Error;
449 if (cc_init) VP8LColorCacheClear(&hashers);
566 int cc_init = 0; local
583 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
584 if (!cc_init) goto Error;
676 if (cc_init) VP8LColorCacheClear(&hashers);
714 int cc_init = 0; local
721 cc_init = VP8LColorCacheInit(&hashers, cache_bits)
887 int cc_init = 0; local
    [all...]

Completed in 90 milliseconds