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

  /sdk/emulator/qtools/
hist_trace.cpp 8 int hist[kMaxHistEntries]; variable
43 hist[bb_diff] += 1;
51 if (hist[ii] == 0)
53 per = 100.0 * hist[ii] / total;
54 sum += hist[ii];
56 printf(" %4d: %6d %6.2f %6.2f\n", ii - kMaxHistEntries2, hist[ii], per, sum_per);
  /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]);
  /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/srec/srec/include/
specnorm.h 55 long *hist; member in struct:__anon15474
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 70 QWebHistory* hist; member in class:tst_QWebHistory
92 hist = page->history();
106 QCOMPARE(hist->currentItem().title(), QString("page5"));
114 QCOMPARE(hist->count(), histsize);
124 hist->back();
128 hist->back();
138 while (hist->canGoBack()) {
139 hist->back();
145 hist->forward();
149 hist->forward()
208 save << *hist; local
216 load >> *hist; local
248 save << *hist; local
250 load >> *hist; local
278 save << *hist; local
283 load >> *hist; local
    [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/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 );
cvhistogram.cpp 47 CvHistogram *hist = 0; local
58 CV_CALL( hist = (CvHistogram *)cvAlloc( sizeof( CvHistogram )));
60 hist->type = CV_HIST_MAGIC_VAL;
61 hist->thresh2 = 0;
62 hist->bins = 0;
65 CV_CALL( hist->bins = cvInitMatNDHeader( &hist->mat, dims, sizes,
67 CV_CALL( cvCreateData( hist->bins ));
71 CV_CALL( hist->bins = cvCreateSparseMat( dims, sizes, CV_HIST_DEFAULT_TYPE ));
79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ))
2313 CvHistogram* hist = 0; local
2461 const CvHistogram * hist = (const CvHistogram *) struct_ptr; local
    [all...]
cvcalibinit.cpp 626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE]);
1202 int hist[5] = {0,0,0,0,0}; local
    [all...]
  /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
pngstruct.h 237 png_uint_16p hist; /* histogram */ member in struct:png_struct_def
  /system/core/sh/
histedit.c 68 History *hist; /* history cookie */ variable
91 if (!hist) {
96 hist = history_init();
99 if (hist != NULL)
132 if (hist)
133 el_set(el, EL_HIST, history, hist);
160 if (hist) {
161 history_end(hist);
162 hist = NULL;
175 if (hist != NULL)
    [all...]
  /external/blktrace/btt/doc/
btt.tex 552 \newpage\section{\label{sec:hist}Histogram Data Files}
    [all...]
  /external/libpng/
pngtest.c 1007 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);
    [all...]
  /external/opencv/cv/include/
cv.h 839 CVAPI(void) cvReleaseHist( CvHistogram** hist ); variable
842 CVAPI(void) cvClearHist( CvHistogram* hist ); variable
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 189 Parcel hist = Parcel.obtain(); local
190 mStats.writeToParcelWithoutUids(hist, 0);
191 byte[] histData = hist.marshall();
398 BatteryHistoryPreference hist = new BatteryHistoryPreference(getActivity(), mStats); local
399 hist.setOrder(-1);
400 mAppListGroup.addPreference(hist);
    [all...]
  /external/mksh/src/
edit.c 4981 int hist; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 680 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
823 png_uint_16p hist; member in struct:png_info_struct
1296 png_uint_16p hist; \/* histogram *\/ member in struct:png_struct_def
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 3175 ActivityRecord hist = mService.mHeavyWeightProcess.activities.get(0); local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 674 milliseconds