Searched defs:accumulated (Results 1 - 6 of 6) 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/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/chromium/base/
H A Dprocess_util_win.cc794 SIZE_T accumulated = 0; local
804 accumulated += info.RegionSize;
813 free->total = accumulated / kMegabyte;
/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/webp/src/dsp/
H A Dlossless.c360 static float PredictionCostSpatialHistogram(int accumulated[4][256], argument
371 combo[k] = accumulated[i][k] + tile[i][k];
380 int accumulated[4][256],
424 cur_diff = PredictionCostSpatialHistogram(accumulated, histo);
677 static float PredictionCostCrossColor(const int accumulated[256], argument
683 combo[i] = accumulated[i] + counts[i];
866 // Gather accumulated histogram data.
378 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], const uint32_t* const argb_scratch) argument

Completed in 375 milliseconds