OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bin_map
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/enc/
histogram.c
455
int16_t* const
bin_map
, int low_effort) {
478
//
bin_map
[n][0] for every bin 'n' maintains the counter for the number of
481
num_histos = ++
bin_map
[bin_offset];
483
// Add histogram i'th index at num_histos (last) position in the
bin_map
.
484
bin_map
[bin_offset + num_histos] = i;
508
int16_t* const
bin_map
, int bin_depth, int num_bins,
515
const int num_histos =
bin_map
[bin_offset];
516
const int idx1 =
bin_map
[bin_offset + 1];
520
const int idx2 =
bin_map
[bin_offset + n];
877
// The
bin_map
for every bin follows following semantics
883
int16_t*
bin_map
= NULL;
local
[
all
...]
Completed in 91 milliseconds