Home | History | Annotate | Download | only in cuda

Lines Matching full:vote

154                     float2 vote = *(const float2*)grad_ptr;
168 hist[bin.x * 48 * nblocks] += gaussian * interp_weight * vote.x;
169 hist[bin.y * 48 * nblocks] += gaussian * interp_weight * vote.y;