Home | History | Annotate | Download | only in src

Lines Matching refs:coarse

1739  * "coarse" level) is 4 bit wide and the second tier (known as the "fine" level)
1741 * coarse bucket designated by the 4 MSBs of the fine bucket value.
1749 HT coarse[16];
1826 h.coarse[x>>4] op, \
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 );
1904 // Find median at coarse level
1907 sum += H[c].coarse[k];
1910 sum -= H[c].coarse[k];
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 );
1967 // Find median at coarse level
1970 sum += H[c].coarse[k];
1973 sum -= H[c].coarse[k];
2001 histogram_sub( &h_coarse[16*(n*c+MAX(j-r,0))], H[c].coarse );