OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:histogram_image
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/enc/
vp8l.c
180
const VP8LHistogramSet* const
histogram_image
,
186
const int histogram_image_size =
histogram_image
->size;
190
const VP8LHistogram* const histo =
histogram_image
->histograms[i];
225
VP8LHistogram* const histo =
histogram_image
->histograms[i];
472
VP8LHistogramSet* const
histogram_image
= VP8LAllocateHistogramSet(1, 0);
local
473
if (
histogram_image
== NULL) return 0;
480
VP8LHistogramStoreRefs(&refs,
histogram_image
->histograms[0]);
483
assert(
histogram_image
->size == 1);
484
if (!GetHuffBitLengthsAndCodes(
histogram_image
, huffman_codes)) {
505
free(
histogram_image
);
521
VP8LHistogramSet*
histogram_image
=
local
[
all
...]
Completed in 130 milliseconds