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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon_out.h 65 char hist_size[4]; /* size of sample buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon_out.h 65 char hist_size[4]; /* size of sample buffer */ member in struct:gmon_hist_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon_out.h 65 char hist_size[4]; /* size of sample buffer */ member in struct:gmon_hist_hdr
  /external/opencv/cv/src/
cvpgh.cpp 160 int hist_size = angle_dim * dist_dim; local
172 memset( pgh, 0, hist_size * sizeof( pgh[0] ));
321 for( i = 0; i < hist_size; i++ )
cvthresh.cpp 337 int hist_size = 256; local
343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
cvmotempl.cpp 287 int hist_size = 12; local
328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
334 base_orient *= 360/hist_size;
  /external/opencv3/modules/photo/src/
align.cpp 250 int hist_size = LDR_SIZE; local
253 calcHist(&img, 1, &channels, Mat(), hist, 1, &hist_size, ranges);
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 142 double hist_size; local
145 hist_size = exp(cvtest::randReal(rng)*max_log_size*CV_LOG2);
146 max_dim_size = cvRound(pow(hist_size,1./cdims));
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
vp8l.c 925 const uint64_t hist_size = sizeof(VP8LHistogram); local
931 hist_size;
    [all...]

Completed in 2634 milliseconds