OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huff_image_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
929
const uint64_t
huff_image_size
= VP8LSubSampleSize(width, histo_bits) *
local
932
if (
huff_image_size
<= MAX_HUFF_IMAGE_SIZE) break;
[
all
...]
/external/webp/src/enc/
vp8l.c
929
const uint64_t
huff_image_size
= VP8LSubSampleSize(width, histo_bits) *
local
932
if (
huff_image_size
<= MAX_HUFF_IMAGE_SIZE) break;
[
all
...]
Completed in 30 milliseconds