HomeSort by relevance Sort by last modified time
    Searched refs:hist_size (Results 1 - 12 of 12) 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/opencv3/modules/python/test/
calchist.py 20 hist_size = [h_bins, s_bins]
  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 121 std::vector<int> hist_size(N);
123 hist_size[i] = randomInt(10, 50);
125 cv::calcHist(images_roi, channels, noArray(), tmpHist, hist_size, ranges);
  /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 ));
  /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...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3HWI.cpp 5218 uint32_t hist_size = sizeof(cam_histogram_data_t::hist_buf); local
    [all...]

Completed in 1013 milliseconds