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

  /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++ )
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;
cvthresh.cpp 337 int hist_size = 256; local
343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));

Completed in 1068 milliseconds