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

/external/webp/src/enc/
H A Dbackward_references.c269 int cc_init = 0; local
280 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
281 if (!cc_init) goto Error;
369 if (cc_init) VP8LColorCacheClear(&hashers);
479 int cc_init = 0; local
499 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
500 if (!cc_init) goto Error;
594 if (cc_init) VP8LColorCacheClear(&hashers);
632 int cc_init = 0; local
643 cc_init
826 int cc_init = 0; local
[all...]

Completed in 299 milliseconds