Searched defs:cc_init (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c356 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
887 int cc_init = 0; local
[all...]
/external/webp/src/enc/
H A Dbackward_references.c356 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
887 int cc_init = 0; local
[all...]

Completed in 101 milliseconds