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

  /external/opencv/cv/src/
cvsmooth.cpp 640 static inline void histogram_muladd( int a, const ushort x[16], function
713 histogram_muladd( r, &h_coarse[16*n*c], H[c].coarse );
723 histogram_muladd( 2*r+1, &h_fine[16*n*(16*c+k)], &H[c].fine[k][0] );
751 histogram_muladd( j+r+1 - n, &h_fine[16*(n*(16*c+k)+(n-1))], &H[c].fine[k][0] );
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 1810 milliseconds