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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 481 int num_histos; local
487 // Get and increment the num_histos in that bin.
488 num_histos = ++bin_map[bin_offset];
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
490 // Add histogram i'th index at num_histos (last) position in the bin_map.
491 bin_map[bin_offset + num_histos] = i;
534 const int num_histos = bin_map[bin_offset]; local
537 for (n = 2; n <= num_histos; ++n) {
  /external/webp/src/enc/
histogram.c 481 int num_histos; local
487 // Get and increment the num_histos in that bin.
488 num_histos = ++bin_map[bin_offset];
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
490 // Add histogram i'th index at num_histos (last) position in the bin_map.
491 bin_map[bin_offset + num_histos] = i;
534 const int num_histos = bin_map[bin_offset]; local
537 for (n = 2; n <= num_histos; ++n) {

Completed in 220 milliseconds