OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_histogram_image
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
580
const int
write_histogram_image
= (histogram_image_size > 1);
local
581
VP8LWriteBits(bw, 1,
write_histogram_image
);
582
if (
write_histogram_image
) {
[
all
...]
/external/webp/src/enc/
vp8l.c
580
const int
write_histogram_image
= (histogram_image_size > 1);
local
581
VP8LWriteBits(bw, 1,
write_histogram_image
);
582
if (
write_histogram_image
) {
[
all
...]
Completed in 194 milliseconds