HomeSort by relevance Sort by last modified time
    Searched defs:hist (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/
external_metrics_unittest.cc 40 scoped_ptr<metrics::MetricSample> hist = local
44 *hist.get(), external_metrics_->uma_events_file_));
55 scoped_ptr<metrics::MetricSample> hist = local
59 *hist.get(), external_metrics_->uma_events_file_));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java 89 ScriptIntrinsicHistogram hist = local
91 hist.setOutput(mAout);
92 hist.forEach(mAin, makeClipper(x1, y1, x2, y2));
213 ScriptIntrinsicHistogram hist = local
215 hist.setOutput(mAout);
216 hist.setDotCoefficients(dotVals[0], dotVals[1], dotVals[2], dotVals[3]);
217 hist.forEach_Dot(mAin, makeClipper(x1, y1, x2, y2));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_extension_c_test.c 100 int hist[64]; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
134 if (MallocExtension_GetOwnership(hist) != MallocExtension_kNotOwned) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_extension_c_test.c 100 int hist[64]; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
134 if (MallocExtension_GetOwnership(hist) != MallocExtension_kNotOwned) {
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h 51 memset(hist, 0, sizeof(hist));
54 uint32_t hist[256]; // FRame histogram. member in struct:webrtc::VideoProcessingModule::FrameStats
  /external/blktrace/btt/
unplug_hist.c 30 int hist[NBKTS * sizeof(int)]; member in struct:hist_bkt
41 memset(hbp->hist, 0, NBKTS * sizeof(int));
60 hbp->hist[idx]++;
78 fprintf(fp, "%d %d\n", i, hbp->hist[i]);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 34 unsigned long int hist[601]; local
39 hist[n] = 0;
144 hist[encodedLen]++;
152 totalFrames += hist[n];
153 fprintf(outFile, "%10lu\n", hist[n]);
164 if(hist[n] > 0)
167 printf(" %3d %3d\n", n, hist[n]);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 47 ScriptIntrinsicHistogram hist = ScriptIntrinsicHistogram.create(rs, Element.U8_4(rs)); local
53 hist.setOutput(sums);
54 hist.forEach(input);
  /external/chromium_org/components/metrics/serialization/
serialization_utils_unittest.cc 138 scoped_ptr<MetricSample> hist = local
147 SerializationUtils::WriteMetricToFile(*hist.get(), filename);
158 EXPECT_TRUE(hist->IsEqual(*vect[0]));
  /external/libvorbis/vq/
huffbuild.c 130 long *hist=_ogg_calloc(vals,sizeof(long)); local
133 for(j=loval;j<vals;j++)hist[j]=guard;
141 hist[val]++;
149 build_tree_from_lengths0(vals,hist,lengths);
  /external/chromium_org/third_party/libvpx/source/libvpx/
rate_hist.c 40 struct rate_hist *hist = malloc(sizeof(*hist)); local
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
48 if (hist->samples == 0)
49 hist->samples = 1;
51 hist->frames = 0;
52 hist->total = 0;
54 hist->pts = calloc(hist->samples, sizeof(*hist->pts))
    [all...]
  /external/libedit/examples/
tc1.c 137 History *hist; local
146 hist = history_init(); /* Init the builtin history */
148 history(hist, &ev, H_SETSIZE, 100);
160 el_set(el, EL_HIST, history, hist);
222 if (history(hist, &ev, H_SET, lastevent) == -1)
224 history(hist, &ev, H_ADD , buf);
226 history(hist, &ev, H_ENTER, buf);
231 history(hist, &ev, continuation ? H_APPEND : H_ENTER, buf);
254 for (rv = history(hist, &ev, H_LAST); rv != -1;
255 rv = history(hist, &ev, H_PREV)
    [all...]
wtc1.c 114 HistoryW *hist; local
127 hist = history_winit(); /* Init built-in history */
128 history_w(hist, &ev, H_SETSIZE, 100); /* Remember 100 events */
129 history_w(hist, &ev, H_LOAD, hfile);
139 el_wset(el, EL_HIST, history_w, hist); /* FIXME - history_w? */
193 history_w(hist, &ev, continuation ? H_APPEND : H_ENTER, line);
214 for(rc = history_w(hist, &ev, H_LAST);
216 rc = history_w(hist, &ev, H_PREV))
222 history_w(hist, &ev, H_CLEAR);
228 history_w(hist, &ev, H_LOAD
    [all...]
  /external/libvpx/libvpx/
rate_hist.c 40 struct rate_hist *hist = malloc(sizeof(*hist)); local
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
48 if (hist->samples == 0)
49 hist->samples = 1;
51 hist->frames = 0;
52 hist->total = 0;
54 hist->pts = calloc(hist->samples, sizeof(*hist->pts))
    [all...]
  /external/srec/srec/include/
specnorm.h 55 long *hist; member in struct:__anon35754
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
rate_hist.c 40 struct rate_hist *hist = malloc(sizeof(*hist)); local
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
48 if (hist->samples == 0)
49 hist->samples = 1;
51 hist->frames = 0;
52 hist->total = 0;
54 hist->pts = calloc(hist->samples, sizeof(*hist->pts))
    [all...]
  /external/jdiff/src/jdiff/
HTMLStatistics.java 195 int[] hist = new int[101]; local
197 hist[i] = 0;
204 hist[bucket]++;
228 total += hist[i];
231 if (hist[i] != 0) {
234 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
235 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
242 if (hist[i] != 0) {
243 h_.writeText(i + "," + (hist[i]/total));
282 int[] hist = new int[101] local
    [all...]
  /external/libpng/
pnginfo.h 37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
190 /* The hIST chunk contains the relative frequency or importance of the
196 png_uint_16p hist; member in struct:png_info_def
  /external/opencv/cv/src/
cvthresh.cpp 197 icvGetThreshVal_Otsu( const CvHistogram* hist )
214 if( !CV_IS_HIST(hist) || CV_IS_SPARSE_HIST(hist) || hist->mat.dims != 1 )
218 count = hist->mat.dim[0].size;
219 h = (float*)cvPtr1D( hist->bins, 0 );
221 if( !CV_HIST_HAS_RANGES(hist) || CV_IS_UNIFORM_HIST(hist) )
223 if( CV_HIST_HAS_RANGES(hist) )
225 low = hist->thresh[0][0]
299 CvHistogram* hist = 0; local
    [all...]
cvmotempl.cpp 288 CvHistogram* hist = 0; local
328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
330 cvCalcArrHist( &_orient, hist, 0, mask );
333 cvGetMinMaxHistValue( hist, 0, 0, 0, &base_orient );
408 cvReleaseHist( &hist );
  /external/oprofile/pp/
opgprof.cpp 186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16)); local
208 if (hist[pos] + count > (u16)-1) {
209 hist[pos] = (u16)-1;
211 << hist[pos] + count - ((u16)-1) << endl;
213 hist[pos] += (u16)count;
218 op_write_file(fp, hist, histsize * sizeof(u16));
225 free(hist);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
177 /* The hIST chunk contains the relative frequency or importance of the
183 png_uint_16p hist; member in struct:png_info_def
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 101 unsigned int hist[600]; local
117 memset(hist, 0, sizeof(hist));
173 printf("cannot open hist file %s", histFileName);
420 hist[stream_len]++;
557 fprintf(histFile, "%6d ", hist[n]);
  /external/blktrace/btt/doc/
btt.tex 552 \newpage\section{\label{sec:hist}Histogram Data Files}
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 394 } hist[N_TEXELS]; local
397 memset(hist, 0, sizeof(hist));
409 if (!hist[l].flag) {
411 hist[l].flag = !0;
412 hist[l].key = key;
413 hist[l].freq = 1;
414 hist[l].idx = k;
417 } else if (hist[l].key == key) {
418 hist[l].freq++
    [all...]

Completed in 1010 milliseconds

1 2