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

12

/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/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:__anon25953
/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 );
H A Dcvcalibinit.cpp1202 int hist[5] = {0,0,0,0,0}; local
1262 hist[n]++;
1277 if( !first || hist[0] != 0 || hist[1] != 0 || hist[2] != 4 ||
1278 hist[3] != (pattern_size.width + pattern_size.height)*2 - 8 )
/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/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;
H A Dpngwutil.c1187 png_write_hIST(png_structp png_ptr, png_uint_16p hist, int num_hist) argument
1209 png_save_uint_16(buf, hist[i]);
/external/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;
H A Dpngtest.c1007 png_uint_16p hist; local
1009 if (png_get_hIST(read_ptr, read_info_ptr, &hist))
1010 png_set_hIST(write_ptr, write_info_ptr, hist);
H A Dpngwutil.c1187 png_write_hIST(png_structp png_ptr, png_uint_16p hist, int num_hist) argument
1209 png_save_uint_16(buf, hist[i]);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c525 png_get_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p *hist) argument
528 && hist != NULL)
531 *hist = info_ptr->hist;
H A Dpngset.c218 png_set_hIST(png_structp png_ptr, png_infop info_ptr, png_uint_16p hist) argument
238 png_ptr->hist = (png_uint_16p)png_malloc_warn(png_ptr,
240 if (png_ptr->hist == NULL)
247 png_ptr->hist[i] = hist[i];
248 info_ptr->hist = png_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...]
/external/mesa3d/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...]
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc223 void AddHistogramSample(void* hist, int sample) { argument
224 base::Histogram* histogram = static_cast<base::Histogram*>(hist);
/external/opencv/cv/include/
H A Dcv.h779 CVAPI(void) cvCalcPGH( const CvSeq* contour, CvHistogram* hist );
829 CVAPI(void) cvSetHistBinRanges( CvHistogram* hist, float** ranges,
834 int dims, int* sizes, CvHistogram* hist,
839 CVAPI(void) cvReleaseHist( CvHistogram** hist ); variable
842 CVAPI(void) cvClearHist( CvHistogram* hist ); variable
845 CVAPI(void) cvGetMinMaxHistValue( const CvHistogram* hist,
853 CVAPI(void) cvNormalizeHist( CvHistogram* hist, double factor );
857 CVAPI(void) cvThreshHist( CvHistogram* hist, double threshold );
880 CVAPI(void) cvCalcArrHist( CvArr** arr, CvHistogram* hist,
884 CV_INLINE void cvCalcHist( IplImage** image, CvHistogram* hist, argument
[all...]

Completed in 640 milliseconds

12