/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 dict_hw/src/normxcorr_hw.h

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-15 19:23:39 UTC
  • Revision ID: csa@dside.dyndns.org-20091215192339-lzuciep3c2u99uc0
Optimize image reduction

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#include "dict_image.h"
12
12
 
 
13
#define TRANSPOSE_SIZE 64       // should equal to CPU cache line size
 
14
 
13
15
#define BLOCK_SIZE_1D           64
14
16
#define BLOCK_SIZE_2D           16
15
17