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

  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 269 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 = VP8LColorCacheInit(&hashers, cache_bits)
828 int cc_init = 0; local
    [all...]
  /external/webp/src/enc/
backward_references.c 392 int cc_init = 0; local
401 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
402 if (!cc_init) goto Error;
469 if (cc_init) VP8LColorCacheClear(&hashers);
592 int cc_init = 0; local
613 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
614 if (!cc_init) goto Error;
700 if (cc_init) VP8LColorCacheClear(&hashers);
736 int cc_init = 0; local
741 cc_init = VP8LColorCacheInit(&hashers, cache_bits)
839 int cc_init = 0; local
    [all...]

Completed in 40 milliseconds