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

  /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/chromium_org/third_party/libwebp/enc/
vp8l.c 983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); local
    [all...]

Completed in 3327 milliseconds