Searched refs:accumulated (Results 1 - 25 of 29) sorted by path

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A 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
H A Dvariance_impl_sse2.asm742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
967 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
969 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1077 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1081 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1181 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1183 paddd xmm7, xmm5 ; xmm7 += accumulated squar
[all...]
/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/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1944 SkDEBUGCODE(int accumulated = 0;)
1976 SkDEBUGCODE(accumulated += minN;)
1977 SkASSERT(accumulated <= width);
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-counts.lua92 "accumulated".
H A Dglyph-usage.lua113 "accumulated".
H A Dscrape.lua75 "accumulated".
H A Dscrape_dashing.lua83 "accumulated".
H A Dscrape_dashing_full.lua124 "accumulated".
/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/libvorbis/doc/
H A D03-codebook.tex391 reads bits until the accumulated bits match a codeword in the
/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/libvpx/libvpx/vp8/common/x86/
H A 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
H A Dvariance_impl_sse2.asm742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
967 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
969 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1077 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1081 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1181 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
1183 paddd xmm7, xmm5 ; xmm7 += accumulated squar
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance_impl_sse2.asm70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
H A Dvp9_variance_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
H A Dvp9_variance_impl_sse2.asm460 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
462 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
569 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
571 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
676 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
678 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
/external/oprofile/pp/
H A Dopreport.cpp354 if (options::accumulated) {
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 "
H A Dopreport_options.h41 extern bool accumulated;
/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/qemu/distrib/sdl-1.2.15/acinclude/
H A 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:
/external/skia/src/core/
H A DSkAAClip.cpp1876 SkDEBUGCODE(int accumulated = 0;)
1908 SkDEBUGCODE(accumulated += minN;)
1909 SkASSERT(accumulated <= width);
/external/skia/tools/lua/
H A Dglyph-usage.lua113 "accumulated".
H A Dscrape.lua75 "accumulated".

Completed in 1064 milliseconds

12