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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 484 const int bin_offset = bin_id * bin_depth; local
488 num_histos = ++bin_map[bin_offset];
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
491 bin_map[bin_offset + num_histos] = i;
533 const int bin_offset = bin_id * bin_depth; local
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];
  /external/webp/src/enc/
histogram.c 484 const int bin_offset = bin_id * bin_depth; local
488 num_histos = ++bin_map[bin_offset];
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
491 bin_map[bin_offset + num_histos] = i;
533 const int bin_offset = bin_id * bin_depth; local
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];

Completed in 114 milliseconds