Searched refs:h_coarse (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvsmooth.cpp | 561 h_coarse[ 16*(n*c+j) + (x>>4) ] op; \ 657 ushort *h_coarse, *h_fine, luc[4][16]; in icvMedianBlur_8u_CnR_O1() local 670 h_coarse = (ushort*) cvAlloc( 1 * 16 * n * cn * sizeof(ushort) ); in icvMedianBlur_8u_CnR_O1() 672 memset( h_coarse, 0, 1 * 16 * n * cn * sizeof(ushort) ); in icvMedianBlur_8u_CnR_O1() 713 histogram_muladd( r, &h_coarse[16*n*c], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 718 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 732 histogram_add( &h_coarse[16*(n*c + MIN(j+r,n-1))], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 762 histogram_sub( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 782 cvFree(&h_coarse); in icvMedianBlur_8u_CnR_O1()
|