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

/external/webp/src/enc/
H A Dbackward_references.c255 int cc_init = 0; local
263 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
264 if (!cc_init) goto Error;
348 if (cc_init) VP8LColorCacheClear(&hashers);
458 int cc_init = 0; local
475 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
476 if (!cc_init) goto Error;
568 if (cc_init) VP8LColorCacheClear(&hashers);
616 int cc_init = 0; local
624 cc_init
808 int cc_init = 0; local
[all...]

Completed in 16 milliseconds