OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:histogram_argb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
vp8l.c
583
uint32_t* const
histogram_argb
=
local
585
sizeof(*
histogram_argb
));
588
if (
histogram_argb
== NULL) goto Error;
591
histogram_argb
[i] = 0xff000000 | (symbol_index << 8);
599
ok = EncodeImageNoHuffman(bw,
histogram_argb
,
603
free(
histogram_argb
);
[
all
...]
/external/webp/src/enc/
vp8l.c
583
uint32_t* const
histogram_argb
=
local
585
sizeof(*
histogram_argb
));
588
if (
histogram_argb
== NULL) goto Error;
591
histogram_argb
[i] = 0xff000000 | (symbol_index << 8);
599
ok = EncodeImageNoHuffman(bw,
histogram_argb
,
603
free(
histogram_argb
);
[
all
...]
Completed in 33 milliseconds