HomeSort by relevance Sort by last modified time
    Searched refs:accumulated (Results 1 - 25 of 36) sorted by null

1 2

  /external/minijail/tools/
compiler.py 49 self.accumulated = 0
72 self.accumulated = 0
189 accumulated = 0
191 accumulated += entry.frequency
192 entry.accumulated = accumulated
223 previous_accumulated = ranges[indices[0]].accumulated - ranges[
226 ranges[indices[1] - 1].accumulated - previous_accumulated)
  /art/libartbase/base/
histogram-inl.h 222 uint64_t accumulated = 0; local
223 out_data->freq_.push_back(accumulated);
226 accumulated += frequency_[idx];
227 out_data->freq_.push_back(accumulated);
228 out_data->perc_.push_back(static_cast<double>(accumulated) / static_cast<double>(sample_size_));
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 48 tracks the accumulated processing times. Hence, the accumulated processing
60 accumulated memory request is usually larger than the peak memory of the overall
  /external/skia/tools/lua/
filter-counter.lua 75 "accumulated".
scrape.lua 75 "accumulated".
glyph-counts.lua 92 "accumulated".
scrape_dashing.lua 83 "accumulated".
glyph-usage.lua 113 "accumulated".
scrape_dashing_full.lua 124 "accumulated".
  /external/skqp/tools/lua/
filter-counter.lua 75 "accumulated".
scrape.lua 75 "accumulated".
glyph-counts.lua 92 "accumulated".
scrape_dashing.lua 83 "accumulated".
glyph-usage.lua 113 "accumulated".
scrape_dashing_full.lua 124 "accumulated".
  /external/webp/src/enc/
predictor_enc.c 46 static float PredictionCostSpatialHistogram(const int accumulated[4][256],
53 retval += VP8LCombinedShannonEntropy(tile[i], accumulated[i]);
293 // Returns best predictor and updates the accumulated histogram.
300 int accumulated[4][256],
386 (const int (*)[256])accumulated, (const int (*)[256])histo_argb);
402 accumulated[i][j] += best_histo[i][j];
531 static float PredictionCostCrossColor(const int accumulated[256],
536 return VP8LCombinedShannonEntropy(counts, accumulated) +
749 // Gather accumulated histogram data.
  /external/tremolo/Tremolo/
vorbisfile.c 408 ogg_int64_t accumulated=0,pos; local
434 accumulated+=(lastblock+thisblock)>>2;
442 accumulated= pos-accumulated;
449 if(accumulated<0)accumulated=0;
451 vf->pcmlengths[i*2]=accumulated;
    [all...]
  /external/python/cpython3/Python/
import.c 1621 static _PyTime_t accumulated; local
    [all...]
  /external/libhevc/common/arm/
ihevc_resi_trans.s 436 VABAL.U8 q15,d5,d4 @ Row 3 of absolute difference accumulated in q15
441 VABAL.U8 q9,d7,d6 @ Row 4 of absolute difference accumulated in q9
451 VABAL.U8 q15,d11,d10 @ Row 6 of absolute difference accumulated in q15
456 VABAL.U8 q9,d13,d12 @ Row 7 of absolute difference accumulated in q9
481 VABAL.U8 q15,d5,d4 @ Row 3 of absolute difference accumulated in q15
486 VABAL.U8 q9,d7,d6 @ Row 4 of absolute difference accumulated in q9
496 VABAL.U8 q15,d11,d10 @ Row 6 of absolute difference accumulated in q15
501 VABAL.U8 q9,d13,d12 @ Row 7 of absolute difference accumulated in q9
511 VABAL.U8 q10,d15,d14 @ Row 8 of absolute difference accumulated in q10
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
optparse.py     [all...]
  /external/python/cpython2/Lib/
optparse.py     [all...]
  /external/python/cpython3/Lib/
optparse.py     [all...]
  /external/python/cpython3/Lib/test/
test_itertools.py     [all...]
  /external/skia/src/core/
SkAAClip.cpp     [all...]

Completed in 5199 milliseconds

1 2