OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_length_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
187
uint64_t
total_length_size
= 0;
local
200
total_length_size
+= num_symbols;
208
mem_buf = (uint8_t*)WebPSafeCalloc(
total_length_size
,
215
lengths = (uint8_t*)&codes[
total_length_size
];
[
all
...]
/external/webp/src/enc/
vp8l.c
187
uint64_t
total_length_size
= 0;
local
200
total_length_size
+= num_symbols;
208
mem_buf = (uint8_t*)WebPSafeCalloc(
total_length_size
,
215
lengths = (uint8_t*)&codes[
total_length_size
];
[
all
...]
Completed in 44 milliseconds