Lines Matching full:nbins
90 void set_up_constants(int nbins, int block_stride_x, int block_stride_y,
93 cudaSafeCall( cudaMemcpyToSymbol(cnbins, &nbins, sizeof(nbins)) );
99 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
195 void compute_hists(int nbins, int block_stride_x, int block_stride_y,
215 int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12 * nblocks) * sizeof(float);
216 int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * nblocks) * sizeof(float);
295 void normalize_hists(int nbins, int block_stride_x, int block_stride_y,
300 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y;
655 void compute_gradients_8UC4(int nbins, int height, int width, const PtrStepSzb& img,
658 (void)nbins;
728 nbins, int height, int width, const PtrStepSzb& img,
731 (void)nbins;