OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LColorCacheContains
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/utils/
color_cache_utils.h
63
static WEBP_INLINE int
VP8LColorCacheContains
(const VP8LColorCache* const cc,
/external/webp/src/enc/
backward_references_cost_enc.c
127
const int ix = use_color_cache ?
VP8LColorCacheContains
(hashers, color) : -1;
737
use_color_cache ?
VP8LColorCacheContains
(&hashers, argb[i]) : -1;
backward_references_enc.c
806
const int ix =
VP8LColorCacheContains
(&hashers, argb_literal);
[
all
...]
Completed in 59 milliseconds