HomeSort by relevance Sort by last modified time
    Searched refs:h_fine (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvsmooth.cpp 562 h_fine[ 16 * (n*(16*c+(x>>4)) + j) + (x & 0xF) ] op;
657 ushort *h_coarse, *h_fine, luc[4][16]; local
671 h_fine = (ushort*) cvAlloc( 16 * 16 * n * cn * sizeof(ushort) );
673 memset( h_fine, 0, 16 * 16 * n * cn * sizeof(ushort) );
723 histogram_muladd( 2*r+1, &h_fine[16*n*(16*c+k)], &H[c].fine[k][0] );
748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] );
751 histogram_muladd( j+r+1 - n, &h_fine[16*(n*(16*c+k)+(n-1))], &H[c].fine[k][0] );
757 histogram_sub( &h_fine[16*(n*(16*c+k)+MAX(luc[c][k]-2*r-1,0))], H[c].fine[k] );
758 histogram_add( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] );
783 cvFree(&h_fine);
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 181 milliseconds