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

  /external/chromium_org/third_party/libwebp/enc/
histogram.c 412 const int bin_id = local
419 assert(bin_id < BIN_SIZE);
420 return bin_id;
483 const int16_t bin_id = (int16_t)GetHistoBinIndex(histo, &cost_range); local
484 const int bin_offset = bin_id * bin_depth;
528 int bin_id; local
532 for (bin_id = 0; bin_id < BIN_SIZE; ++bin_id) {
533 const int bin_offset = bin_id * bin_depth
    [all...]
  /external/webp/src/enc/
histogram.c 412 const int bin_id = local
419 assert(bin_id < BIN_SIZE);
420 return bin_id;
483 const int16_t bin_id = (int16_t)GetHistoBinIndex(histo, &cost_range); local
484 const int bin_offset = bin_id * bin_depth;
528 int bin_id; local
532 for (bin_id = 0; bin_id < BIN_SIZE; ++bin_id) {
533 const int bin_offset = bin_id * bin_depth
    [all...]

Completed in 186 milliseconds