Lines Matching full:h_coarse
1830 h_coarse[ 16*(n*c+j) + (x>>4) ] op, \
1842 HT* h_coarse = alignPtr(&_h_coarse[0], 16);
1854 memset( h_coarse, 0, 16*n*cn*sizeof(h_coarse[0]) );
1895 histogram_add_simd( &h_coarse[16*(n*c+j)], H[c].coarse );
1902 histogram_add_simd( &h_coarse[16*(n*c + std::min(j+r,n-1))], H[c].coarse );
1938 histogram_sub_simd( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse );
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 );
2001 histogram_sub( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse );