Searched refs:hist_size (Results 1 – 5 of 5) sorted by relevance
160 int hist_size = angle_dim * dist_dim; in icvCalcPGH() local172 memset( pgh, 0, hist_size * sizeof( pgh[0] )); in icvCalcPGH()321 for( i = 0; i < hist_size; i++ ) in icvCalcPGH()
287 int hist_size = 12; in cvCalcGlobalOrientation() local328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvCalcGlobalOrientation()334 base_orient *= 360/hist_size; in cvCalcGlobalOrientation()
337 int hist_size = 256; in cvThreshold() local343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges )); in cvThreshold()
983 const int hist_size = VP8LGetHistogramSize(MAX_COLOR_CACHE_BITS); in GetHistoBits() local989 if ((uint64_t)huff_image_size * hist_size <= MAX_HUFF_IMAGE_SIZE) break; in GetHistoBits()