Searched refs:histogram_muladd (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvsmooth.cpp640 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] );

Completed in 94 milliseconds