HomeSort by relevance Sort by last modified time
    Searched refs:bin_map (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 464 VP8LHistogramSet* const image_histo, int16_t* const bin_map) {
485 // bin_map[n][0] for every bin 'n' maintains the counter for the number of
488 num_histos = ++bin_map[bin_offset];
490 // Add histogram i'th index at num_histos (last) position in the bin_map.
491 bin_map[bin_offset + num_histos] = i;
526 int16_t* const bin_map, int bin_depth,
534 const int num_histos = bin_map[bin_offset];
535 const int idx1 = bin_map[bin_offset + 1];
538 const int idx2 = bin_map[bin_offset + n];
689 // The bin_map for every bin follows following semantics
695 int16_t* bin_map = NULL; local
    [all...]
  /external/webp/src/enc/
histogram.c 464 VP8LHistogramSet* const image_histo, int16_t* const bin_map) {
485 // bin_map[n][0] for every bin 'n' maintains the counter for the number of
488 num_histos = ++bin_map[bin_offset];
490 // Add histogram i'th index at num_histos (last) position in the bin_map.
491 bin_map[bin_offset + num_histos] = i;
526 int16_t* const bin_map, int bin_depth,
534 const int num_histos = bin_map[bin_offset];
535 const int idx1 = bin_map[bin_offset + 1];
538 const int idx2 = bin_map[bin_offset + n];
689 // The bin_map for every bin follows following semantics
695 int16_t* bin_map = NULL; local
    [all...]

Completed in 64 milliseconds