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

  /external/opencv/cv/src/
cvsmooth.cpp 610 static inline void histogram_sub( const ushort x[16], ushort y[16] ) function
618 static inline void histogram_sub( const ushort x[16], ushort y[16] ) function
626 static inline void histogram_sub( const ushort x[16], ushort y[16] ) function
632 static inline void histogram_sub( const ushort x[16], ushort y[16] ) function
757 histogram_sub( &h_fine[16*(n*(16*c+k)+MAX(luc[c][k]-2*r-1,0))], H[c].fine[k] );
762 histogram_sub( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse );
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 621 milliseconds