Searched defs:hist (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics_unittest.cc40 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_));
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
H A Dvideo_processing.h51 memset(hist, 0, sizeof(hist));
54 uint32_t hist[256]; // FRame histogram. member in struct:webrtc::VideoProcessingModule::FrameStats
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_c_test.c100 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/
H A Dmalloc_extension_c_test.c100 int hist[64]; local
106 MallocExtension_MallocMemoryStats(&blocks, &total, hist);
134 if (MallocExtension_GetOwnership(hist) != MallocExtension_kNotOwned) {
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DISACHist.cc34 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]);
/external/blktrace/btt/
H A Dunplug_hist.c30 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/chromium_org/components/metrics/serialization/
H A Dserialization_utils_unittest.cc138 scoped_ptr<MetricSample> hist = local
147 SerializationUtils::WriteMetricToFile(*hist.get(), filename);
158 EXPECT_TRUE(hist->IsEqual(*vect[0]));
/external/libedit/examples/
H A Dtc1.c137 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,
[all...]
H A Dwtc1.c114 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,
[all...]
/external/libvorbis/vq/
H A Dhuffbuild.c130 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);
H A Dbookutil.c338 void build_tree_from_lengths(int vals, long *hist, long *lengths){ argument
342 memcpy(histsave,hist,vals*sizeof(long));
356 if(least==-1 || hist[j]<=least){
357 least=hist[j];
362 if((least==-1 || hist[j]<=least) && membership[j]!=first){
363 least=hist[j];
372 least=hist[first]+hist[second];
376 hist[j]=least;
407 void build_tree_from_lengths0(int vals, long *hist, lon argument
[all...]
/external/srec/srec/include/
H A Dspecnorm.h55 long *hist; member in struct:__anon31150
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Drate_hist.c40 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
65 destroy_rate_histogram(struct rate_hist *hist) argument
73 update_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, const vpx_codec_cx_pkt_t *pkt) argument
268 show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, int max_buckets) argument
[all...]
/external/libpng/
H A Dpnginfo.h37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
196 png_uint_16p hist; member in struct:png_info_def
H A Dpngget.c746 png_uint_16p *hist)
751 && hist != NULL)
753 *hist = info_ptr->hist;
745 png_get_hIST(png_const_structrp png_ptr, png_inforp info_ptr, png_uint_16p *hist) argument
/external/libvpx/libvpx/
H A Drate_hist.c40 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
65 destroy_rate_histogram(struct rate_hist *hist) argument
73 update_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, const vpx_codec_cx_pkt_t *pkt) argument
268 show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, int max_buckets) argument
[all...]
/external/opencv/cv/src/
H A Dcvthresh.cpp197 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
299 CvHistogram* hist = 0; local
[all...]
H A Dcvmotempl.cpp288 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/
H A Dopgprof.cpp186 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);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c101 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/chromium_org/third_party/libpng/
H A Dpngget.c562 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist) argument
567 && hist != NULL)
569 *hist = info_ptr->hist;
H A Dpngset.c182 png_set_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p hist) argument
205 png_ptr->hist = (png_uint_16p)png_malloc_warn(png_ptr,
207 if (png_ptr->hist == NULL)
214 png_ptr->hist[i] = hist[i];
215 info_ptr->hist = png_ptr->hist;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c562 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist) argument
567 && hist != NULL)
569 *hist = info_ptr->hist;
/external/blktrace/btt/doc/
H A Dbtt.tex552 \newpage\section{\label{sec:hist}Histogram Data Files}
826 [ -u <output name> | --unplug-hist=<output name> ]
997 \subsection{\label{sec:o-u}\texttt{--unplug-hist}/\texttt{-u}}
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_fxt1.c394 } 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[
[all...]

Completed in 7332 milliseconds

12