Home
last modified time | relevance | path

Searched refs:hist_size (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cv/src/
Dcvpgh.cpp160 int hist_size = angle_dim * dist_dim; in icvCalcPGH() local
172 memset( pgh, 0, hist_size * sizeof( pgh[0] )); in icvCalcPGH()
321 for( i = 0; i < hist_size; i++ ) in icvCalcPGH()
Dcvmotempl.cpp287 int hist_size = 12; in cvCalcGlobalOrientation() local
328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvCalcGlobalOrientation()
334 base_orient *= 360/hist_size; in cvCalcGlobalOrientation()
Dcvthresh.cpp337 int hist_size = 256; in cvThreshold() local
343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvThreshold()
/external/chromium_org/third_party/libwebp/enc/
Dvp8l.c983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); in GetHistoBits() local
989 if ((uint64_t)huff_image_size * hist_size <= MAX_HUFF_IMAGE_SIZE) break; in GetHistoBits()
/external/webp/src/enc/
Dvp8l.c983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); in GetHistoBits() local
989 if ((uint64_t)huff_image_size * hist_size <= MAX_HUFF_IMAGE_SIZE) break; in GetHistoBits()