Searched refs:histogram_add (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvsmooth.cpp | 575 static inline void histogram_add( const ushort x[16], ushort y[16] ) in histogram_add() function 583 static inline void histogram_add( const ushort x[16], ushort y[16] ) in histogram_add() function 591 static inline void histogram_add( const ushort x[16], ushort y[16] ) in histogram_add() function 597 static inline void histogram_add( const ushort x[16], ushort y[16] ) in histogram_add() function 718 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 732 histogram_add( &h_coarse[16*(n*c + MIN(j+r,n-1))], H[c].coarse ); in icvMedianBlur_8u_CnR_O1() 748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] ); in icvMedianBlur_8u_CnR_O1() 758 histogram_add( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] ); in icvMedianBlur_8u_CnR_O1()
|