Searched refs:bproj (Results 1 – 1 of 1) sorted by relevance
1596 BT* bproj = (BT*)_ptrs[dims]; in calcBackProj_() local1617 for( ; imsize.height--; p0 += step0, bproj += bpstep ) in calcBackProj_()1622 … bproj[x] = (unsigned)idx < (unsigned)sz ? saturate_cast<BT>(((const float*)H)[idx]*scale) : 0; in calcBackProj_()1637 for( ; imsize.height--; p0 += step0, p1 += step1, bproj += bpstep ) in calcBackProj_()1643 bproj[x] = (unsigned)idx0 < (unsigned)sz0 && in calcBackProj_()1663 for( ; imsize.height--; p0 += step0, p1 += step1, p2 += step2, bproj += bpstep ) in calcBackProj_()1670 bproj[x] = (unsigned)idx0 < (unsigned)sz0 && in calcBackProj_()1679 for( ; imsize.height--; bproj += bpstep ) in calcBackProj_()1694 bproj[x] = saturate_cast<BT>(*(const float*)Hptr*scale); in calcBackProj_()1697 bproj[x] = 0; in calcBackProj_()[all …]