OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:h_coarse
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvsmooth.cpp
561
h_coarse
[ 16*(n*c+j) + (x>>4) ] op; \
657
ushort *
h_coarse
, *h_fine, luc[4][16];
local
670
h_coarse
= (ushort*) cvAlloc( 1 * 16 * n * cn * sizeof(ushort) );
672
memset(
h_coarse
, 0, 1 * 16 * n * cn * sizeof(ushort) );
713
histogram_muladd( r, &
h_coarse
[16*n*c], H[c].coarse );
718
histogram_add( &
h_coarse
[16*(n*c+j)], H[c].coarse );
732
histogram_add( &
h_coarse
[16*(n*c + MIN(j+r,n-1))], H[c].coarse );
762
histogram_sub( &
h_coarse
[16*(n*c+MAX(j-r,0))], H[c].coarse );
782
cvFree(&
h_coarse
);
[
all
...]
/external/opencv3/modules/imgproc/src/
smooth.cpp
[
all
...]
Completed in 76 milliseconds