Home
last modified time | relevance | path

Searched refs:histData (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dfgd.cpp242 unsigned int histData[3 * 256]; in changeDetection() local
243 Mat h_hist(3, 256, CV_32SC1, histData); in changeDetection()
247 calcRelativeVariance(histData, relativeVariance); in changeDetection()
/external/dng_sdk/source/
Ddng_negative.cpp4494 AutoPtr<dng_memory_block> histData (host.Allocate (65536 * sizeof (uint32))); in EncodeRawProxy() local
4496 uint32 *hist = histData->Buffer_uint32 (); in EncodeRawProxy()