Searched defs:accumulated (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/pp/
H A Dopreport_options.cpp47 bool accumulated; member in namespace:options
103 popt::option(options::accumulated, "accumulated", 'a',
104 "percentage field show accumulated count"),
182 if (accumulated) {
183 cerr << "--accumulated is incompatible with --xml" << endl;
212 if (debug_info || accumulated) {
213 cerr << "--debug-info and --accumulated are "
/external/qemu/android/utils/
H A Djpeg-compress.c74 const int accumulated = jpeg_compressor_get_jpeg_size(dst); local
84 dst->common.next_output_byte = dst->jpeg_buf + accumulated + dst->header_size;
85 dst->common.free_in_buffer = dst->size - accumulated - dst->header_size;
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js684 var accumulated = 0; variable
686 accumulated += v;
691 assertEquals(4950, accumulated);
855 var accumulated = 0; variable
857 accumulated += v;
862 assertEquals(4950, accumulated);
/external/tremolo/Tremolo/
H A Dvorbisfile.c408 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;
/external/libvorbis/lib/
H A Dvorbisfile.c423 ogg_int64_t accumulated=0; local
442 accumulated+=(lastblock+thisblock)>>2;
449 accumulated= ogg_page_granulepos(&og)-accumulated;
456 if(accumulated<0)accumulated=0;
458 return accumulated;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c583 static float PredictionCostSpatialHistogram(const int accumulated[4][256], argument
590 retval += CombinedShannonEntropy(tile[i], accumulated[i]);
604 const int accumulated[4][256],
641 accumulated, (const int (*)[256])histo_argb);
901 static float PredictionCostCrossColor(const int accumulated[256], argument
906 return CombinedShannonEntropy(counts, accumulated) +
1127 // Gather accumulated histogram data.
602 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, const int accumulated[4][256], const uint32_t* const argb_scratch) argument
/external/webp/src/dsp/
H A Dlossless.c574 static float PredictionCostSpatialHistogram(const int accumulated[4][256], argument
581 retval += CombinedShannonEntropy(tile[i], accumulated[i]);
595 const int accumulated[4][256],
632 accumulated, (const int (*)[256])histo_argb);
892 static float PredictionCostCrossColor(const int accumulated[256], argument
897 return CombinedShannonEntropy(counts, accumulated) +
1118 // Gather accumulated histogram data.
593 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, const int accumulated[4][256], const uint32_t* const argb_scratch) argument

Completed in 981 milliseconds