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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 468 const int bin_depth = histo_size + 1; local
484 const int bin_offset = bin_id * bin_depth;
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
526 int16_t* const bin_map, int bin_depth,
533 const int bin_offset = bin_id * bin_depth;
693 // bin_map[n][num_histo + 1] ... bin_map[n][bin_depth - 1] = un-used indices.
694 const int bin_depth = image_histo_raw_size + 1; local
709 const int bin_map_size = bin_depth * BIN_SIZE;
725 bin_map, bin_depth, combine_cost_factor);
  /external/webp/src/enc/
histogram.c 468 const int bin_depth = histo_size + 1; local
484 const int bin_offset = bin_id * bin_depth;
489 assert(bin_offset + num_histos < bin_depth * BIN_SIZE);
526 int16_t* const bin_map, int bin_depth,
533 const int bin_offset = bin_id * bin_depth;
693 // bin_map[n][num_histo + 1] ... bin_map[n][bin_depth - 1] = un-used indices.
694 const int bin_depth = image_histo_raw_size + 1; local
709 const int bin_map_size = bin_depth * BIN_SIZE;
725 bin_map, bin_depth, combine_cost_factor);

Completed in 1314 milliseconds