OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:color_cache_size_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8li.h
49
int
color_cache_size_
;
member in struct:__anon14819
vp8l.c
699
const int color_cache_limit = len_code_limit + hdr->
color_cache_size_
; \
701
(hdr->
color_cache_size_
> 0) ? &hdr->color_cache_ : NULL; \
[
all
...]
/external/webp/src/dec/
vp8li.h
49
int
color_cache_size_
;
member in struct:__anon31263
vp8l.c
698
const int color_cache_limit = len_code_limit + hdr->
color_cache_size_
; \
700
(hdr->
color_cache_size_
> 0) ? &hdr->color_cache_ : NULL; \
[
all
...]
Completed in 152 milliseconds