OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:histogram_symbols
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libwebp/enc/
vp8l.c
426
const uint16_t*
histogram_symbols
,
435
const int histogram_ix =
histogram_symbols
[histo_bits ?
479
const uint16_t
histogram_symbols
[1] = { 0 }; // only one tree, one symbol
local
509
StoreImageToBitMask(bw, width, 0, &refs,
histogram_symbols
, huffman_codes);
535
uint16_t* const
histogram_symbols
=
local
537
sizeof(*
histogram_symbols
));
541
if (histogram_image == NULL ||
histogram_symbols
== NULL) {
543
free(
histogram_symbols
);
556
histogram_symbols
)) {
590
const int symbol_index =
histogram_symbols
[i] & 0xffff
[
all
...]
/external/webp/src/enc/
vp8l.c
682
const uint16_t*
histogram_symbols
,
691
int histogram_ix =
histogram_symbols
[0];
699
histogram_ix =
histogram_symbols
[(y >> histo_bits) * histo_xsize +
753
const uint16_t
histogram_symbols
[1] = { 0 }; // only one tree, one symbol
local
811
err = StoreImageToBitMask(bw, width, 0, refs,
histogram_symbols
,
845
uint16_t* const
histogram_symbols
=
local
847
sizeof(*
histogram_symbols
));
854
if (
histogram_symbols
== NULL) {
881
tmp_histos,
histogram_symbols
)) {
[
all
...]
Completed in 93 milliseconds