Searched defs:hist_size (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cv/src/
H A Dcvpgh.cpp160 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++ )
H A Dcvthresh.cpp337 int hist_size = 256; local
343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
H A Dcvmotempl.cpp287 int hist_size = 12; local
328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
334 base_orient *= 360/hist_size;
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); local
989 if ((uint64_t)huff_image_size * hist_size <= MAX_HUFF_IMAGE_SIZE) break;
/external/webp/src/enc/
H A Dvp8l.c983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); local
989 if ((uint64_t)huff_image_size * hist_size <= MAX_HUFF_IMAGE_SIZE) break;

Completed in 281 milliseconds