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

  /external/webp/src/utils/
color_cache_utils.c 23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
color_cache_utils.h 73 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
  /external/webp/src/enc/
backward_references_enc.c 418 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) {
466 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
720 cc_init[i] = VP8LColorCacheInit(&hashers[i], i);
800 if (!VP8LColorCacheInit(&hashers, cache_bits)) return 0;
    [all...]
backward_references_cost_enc.c 590 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
717 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
  /external/webp/src/dec/
vp8l_dec.c     [all...]

Completed in 55 milliseconds