Home
last modified time | relevance | path

Searched refs:accumulated (Results 1 – 25 of 53) sorted by relevance

123

/external/oprofile/pp/
Dopreport_options.cpp47 bool accumulated; variable
103 popt::option(options::accumulated, "accumulated", 'a',
182 if (accumulated) { in check_options()
212 if (debug_info || accumulated) { in check_options()
Dopreport_options.h41 extern bool accumulated;
Dopreport.cpp354 if (options::accumulated) { in get_format_flags()
/external/qemu/android/utils/
Djpeg-compress.c74 const int accumulated = jpeg_compressor_get_jpeg_size(dst); in _on_empty_output_buffer() local
84 dst->common.next_output_byte = dst->jpeg_buf + accumulated + dst->header_size; in _on_empty_output_buffer()
85 dst->common.free_in_buffer = dst->size - accumulated - dst->header_size; in _on_empty_output_buffer()
/external/libvpx/libvpx/vp8/common/x86/
Dvariance_impl_sse2.asm742 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc…
862 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc…
967 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences
969 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc…
1077 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1081 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc…
1181 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1183 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc…
[all …]
Dvariance_impl_mmx.asm283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
/external/tremolo/Tremolo/
Dvorbisfile.c408 ogg_int64_t accumulated=0,pos; in _prefetch_all_offsets() local
434 accumulated+=(lastblock+thisblock)>>2; in _prefetch_all_offsets()
442 accumulated= pos-accumulated; in _prefetch_all_offsets()
449 if(accumulated<0)accumulated=0; in _prefetch_all_offsets()
451 vf->pcmlengths[i*2]=accumulated; in _prefetch_all_offsets()
/external/webp/src/dsp/
Dlossless.c507 static float PredictionCostSpatialHistogram(int accumulated[4][256], in PredictionCostSpatialHistogram()
514 retval += CombinedShannonEntropy(tile[i], accumulated[i], 256); in PredictionCostSpatialHistogram()
521 int accumulated[4][256], in GetBestPredictorForTile()
565 cur_diff = PredictionCostSpatialHistogram(accumulated, histo); in GetBestPredictorForTile()
862 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor()
867 return CombinedShannonEntropy(counts, accumulated, 256) + in PredictionCostCrossColor()
/external/chromium/base/
Dprocess_util_win.cc794 SIZE_T accumulated = 0; in CalculateFreeMemory() local
804 accumulated += info.RegionSize; in CalculateFreeMemory()
813 free->total = accumulated / kMegabyte; in CalculateFreeMemory()
Dmessage_pump_mac.mm382 // nesting-deferred work may have accumulated. Schedule it for processing
396 // level did not sleep or exit, nesting-deferred work may have accumulated
/external/libvorbis/lib/
Dvorbisfile.c423 ogg_int64_t accumulated=0; in _initial_pcmoffset() local
442 accumulated+=(lastblock+thisblock)>>2; in _initial_pcmoffset()
449 accumulated= ogg_page_granulepos(&og)-accumulated; in _initial_pcmoffset()
456 if(accumulated<0)accumulated=0; in _initial_pcmoffset()
458 return accumulated; in _initial_pcmoffset()
/external/iproute2/doc/
Dnstat.sgml40 see counters including values accumulated to the moment
/external/skia/legacy/src/core/
DSkAAClip.cpp1866 SkDEBUGCODE(int accumulated = 0;) in merge()
1898 SkDEBUGCODE(accumulated += minN;) in merge()
1899 SkASSERT(accumulated <= width); in merge()
1994 SkDEBUGCODE(int accumulated = 0;) in mergeT()
/external/skia/src/core/
DSkAAClip.cpp1885 SkDEBUGCODE(int accumulated = 0;) in merge()
1917 SkDEBUGCODE(accumulated += minN;) in merge()
1918 SkASSERT(accumulated <= width); in merge()
/external/llvm/docs/
DVectorizers.rst268 In the example below the entire array is accumulated into the variable 'sum'.
/external/tinyxml/
Dchanges.txt180 - Other bug fixes have accumulated and been fixed on the way as well; my apologies to
/external/libvorbis/doc/
D03-codebook.tex391 reads bits until the accumulated bits match a codeword in the
Drfc5215.txt534 every byte, the data is added to the accumulated value multiplied by
/external/quake/quake/src/QW/progs/
Ddefs.qc196 // damage is accumulated through a frame. and sent as one single
/external/zlib/src/doc/
Drfc1950.txt325 Adler-32 is composed of two sums accumulated per byte: s1 is
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm745 // with a non-zero delta will be delivered, containing the accumulated deltas
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzEvents.m1050 /* handle accumulated mouse moved events */
/external/webkit/Tools/android/flex-2.5.4a/
Dflex.skl1005 * sees that we've accumulated a
/external/smack/src/org/jivesoftware/smack/
DConnection.java.orig580 * which packets will be accumulated by the collector. A PacketCollector is
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dlibtool.m4485 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
489 # for loops in `config.status'. Finally, any additional code accumulated
500 dnl expand the accumulated commands and init code now:

123