| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
| gcov-io.h | 141 int64:max int64:sum_max histogram 142 histogram: {int32:bitvector}8 histogram-buckets* 143 histogram-buckets: int32:num int64:min int64:sum 356 /* Structure used for each bucket of the log2 histogram of counter values. */ 367 /* For a log2 scale histogram with each range split into 4 375 histogram entries when the histogram is written to the gcov file. 387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary [all...] |
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
| gcov-io.h | 141 int64:max int64:sum_max histogram 142 histogram: {int32:bitvector}8 histogram-buckets* 143 histogram-buckets: int32:num int64:min int64:sum 356 /* Structure used for each bucket of the log2 histogram of counter values. */ 367 /* For a log2 scale histogram with each range split into 4 375 histogram entries when the histogram is written to the gcov file. 387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary [all...] |
| /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
| gcov-io.h | 141 int64:max int64:sum_max histogram 142 histogram: {int32:bitvector}8 histogram-buckets* 143 histogram-buckets: int32:num int64:min int64:sum 356 /* Structure used for each bucket of the log2 histogram of counter values. */ 367 /* For a log2 scale histogram with each range split into 4 375 histogram entries when the histogram is written to the gcov file. 387 gcov_bucket_type histogram[GCOV_HISTOGRAM_SIZE]; /* histogram o member in struct:gcov_ctr_summary [all...] |
| /system/connectivity/shill/wifi/ |
| wifi_service.cc | 472 string histogram = metrics()->GetFullMetricName( local 476 histogram, [all...] |
| wifi_service_unittest.cc | 409 string histogram = metrics()->GetFullMetricName( local 414 _, histogram, Service::kStateAssociating, Service::kStateConfiguring)); [all...] |
| /external/ImageMagick/MagickCore/ |
| accelerate.c | 335 histogramKernel = AcquireOpenCLKernel(device,"Histogram"); 1003 *histogram; local 2363 *histogram; local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineMultisampleTests.cpp | 438 std::map<deUint32, deUint32> histogram; // map<pixel value, number of occurrences> local 445 if (histogram.find(pixelValue) != histogram.end()) 446 histogram[pixelValue]++; 448 histogram[pixelValue] = 1; 451 return (deUint32)histogram.size(); [all...] |
| /external/libjpeg-turbo/ |
| jquant2.c | 36 * In the first pass over the image, we accumulate a histogram showing the 37 * usage count of each possible color. To keep the histogram to a reasonable 40 * in the same histogram cell. 85 * First we have the histogram data structure and routines for creating it. 92 * To maintain a fully accurate histogram, we'd need to allocate a "long" 96 * enough results. This reduces the recommended histogram size from 256Kb 98 * (In the second pass the histogram space is re-used for pixel mapping data; 102 * machines, we can't just allocate the histogram in one chunk. Instead 113 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */ 114 #define HIST_C1_BITS 6 /* bits of precision in G histogram */ 179 hist3d histogram; \/* pointer to the histogram *\/ member in struct:__anon15249 208 register hist3d histogram = cquantize->histogram; local 296 hist3d histogram = cquantize->histogram; local 484 hist3d histogram = cquantize->histogram; local 840 hist3d histogram = cquantize->histogram; local 899 hist3d histogram = cquantize->histogram; local 933 hist3d histogram = cquantize->histogram; local 1140 hist3d histogram = cquantize->histogram; local [all...] |
| /external/opencv3/3rdparty/libjpeg/ |
| jquant2.c | 35 * In the first pass over the image, we accumulate a histogram showing the 36 * usage count of each possible color. To keep the histogram to a reasonable 39 * in the same histogram cell. 82 * you'll probably want to tweak the histogram sizes too. 103 * First we have the histogram data structure and routines for creating it. 110 * To maintain a fully accurate histogram, we'd need to allocate a "long" 114 * enough results. This reduces the recommended histogram size from 256Kb 116 * (In the second pass the histogram space is re-used for pixel mapping data; 120 * machines, we can't just allocate the histogram in one chunk. Instead 133 #define HIST_C0_BITS 5 /* bits of precision in R/B histogram */ 202 hist3d histogram; \/* pointer to the histogram *\/ member in struct:__anon20368 231 register hist3d histogram = cquantize->histogram; local 319 hist3d histogram = cquantize->histogram; local 506 hist3d histogram = cquantize->histogram; local 862 hist3d histogram = cquantize->histogram; local 921 hist3d histogram = cquantize->histogram; local 955 hist3d histogram = cquantize->histogram; local 1171 hist3d histogram = cquantize->histogram; local [all...] |
| /external/webp/src/enc/ |
| vp8l.c | 19 #include "./histogram.h" 31 // Maximum number of histogram images (sub-blocks). 231 // Allocate histogram set with cache_bits = 0. 316 // Let's check if the histogram of the chosen entropy mode has 574 uint32_t histogram[CODE_LENGTH_CODES] = { 0 }; local 578 ++histogram[tokens[i].code]; 581 VP8LCreateHuffmanTree(histogram, 7, buf_rle, huff_tree, &huffman_code); 776 // Build histogram image and symbols from backward references. 779 // Create Huffman bit lengths and codes for each histogram image. 878 // Build histogram image and symbols from backward references [all...] |
| /frameworks/base/services/core/java/com/android/server/am/ |
| UserController.java | 244 MetricsLogger.histogram(mService.mContext, "framework_locked_boot_completed", 419 MetricsLogger.histogram(mService.mContext, "framework_boot_completed", uptimeSeconds); [all...] |
| /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
| UT_reduce.java | 707 private long[] histogram(RenderScript RS, final byte[] inputArray) { method in class:UT_reduce 733 final long[] javaRslt = histogram(RS, inputArray); 741 private boolean histogram(RenderScript RS, ScriptC_reduce s, int seed, int size[]) { method in class:UT_reduce 745 final long[] javaRslt = histogram(RS, inputArray); 762 // NOTE: The "java time" is actually for the RenderScript histogram intrinsic 764 result("histogram", 783 final long[] javaRslt = histogram(RS, inputArray); [all...] |
| /frameworks/base/packages/Shell/src/com/android/shell/ |
| BugreportProgressService.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/notification/ |
| NotificationUsageStats.java | 183 MetricsLogger.histogram(mContext, "note_dismiss_longevity", 195 MetricsLogger.histogram(mContext, "note_click_longevity", [all...] |
| /device/moto/shamu/camera/QCamera/HAL/core/src/ |
| QCameraHWI_Parm.cpp | 317 static const str_map histogram[] = { member in namespace:android 874 //Currently Enabling Histogram for 8x60 876 histogram,sizeof(histogram)/sizeof(str_map)); [all...] |
| /external/ImageMagick/MagickWand/ |
| magick-image.c | 323 % allows for thresholding of an image whose global intensity histogram 5019 *histogram; local [all...] |
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
| PrintSpoolerService.java | 535 MetricsLogger.histogram(this, "print_job_state", state); [all...] |
| /frameworks/base/services/core/java/com/android/server/pm/ |
| PackageManagerService.java | [all...] |
| /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
| clover-3.1.12.jar | |