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()
925 const uint64_t hist_size = sizeof(VP8LHistogram); in GetHistoBits() local931 hist_size; in GetHistoBits()