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

  /external/webp/src/enc/
histogram.c 477 const int bin_offset = bin_id * bin_depth; local
481 num_histos = ++bin_map[bin_offset];
482 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
484 bin_map[bin_offset + num_histos] = i;
514 const int bin_offset = bin_id * bin_depth; local
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];
    [all...]
  /art/compiler/
image_writer.cc 1494 size_t bin_offset = image_objects_offset_begin_; local
    [all...]

Completed in 256 milliseconds