Home | History | Annotate | Download | only in src

Lines Matching refs:histogram_add

1797 static inline void histogram_add( const HT x[16], HT y[16] )
1958 histogram_add( &h_coarse[16*(n*c+j)], H[c].coarse );
1965 histogram_add( &h_coarse[16*(n*c + std::min(j+r,n-1))], H[c].coarse );
1984 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] );
1997 histogram_add( &h_fine[16*(n*(16*c+k)+MIN(luc[c][k],n-1))], H[c].fine[k] );