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

  /external/opencv/cv/src/
cvsmooth.cpp 575 static inline void histogram_add( const ushort x[16], ushort y[16] ) function
583 static inline void histogram_add( const ushort x[16], ushort y[16] ) function
591 static inline void histogram_add( const ushort x[16], ushort y[16] ) function
597 static inline void histogram_add( const ushort x[16], ushort y[16] ) function
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 );
748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] );
758 histogram_add( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] );
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 271 milliseconds