/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to cuda/normxcorr_hw.h

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-10 15:47:44 UTC
  • Revision ID: csa@dside.dyndns.org-20091210154744-min3x71y3tgrkvpu
Optimize FFT size

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    int side_alloc_size;        // allocation size for 1 side of fft
119
119
 
120
120
    int fft_size;               // Matrix Size for FFT (base_size + input_size - 1)
 
121
    int fft_real_size;          // Rounded to next power of 2
121
122
    int fft_alloc_size;         // cuda optimized size2
122
123
    
123
124
    int subimage_size;          // Size of neighborhood (4*corr_size + 1)