/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 23:25:31 UTC
  • Revision ID: csa@dside.dyndns.org-20091215232531-9v9a2rpc1fe7gjc8
Count hardware initialization time, cmake scripts fixups

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define SIDE_BLOCK_SIZE BLOCK_SIZE_2D
21
21
 
22
22
#define USE_UNDOCUMENTED
23
 
#define USE_SSE
 
23
//#define USE_SSE
24
24
 
25
25
struct STProcessingState {
26
26
    int stored;                         // flag indicating if we already have coordinates in coords stored
107
107
    unsigned char *image;       // Reduced format
108
108
 
109
109
#ifdef DICT_HW_MEASURE_TIMINGS
110
 
    int time[24];               // Timing counters: 
 
110
    int time[24];               // Timing counters (SHOULD BE LAST in struct!!!): 
111
111
                                //  0- 3: hardware, init, set_base_points, set_cur_points
112
112
                                //  4-11: comp_base, comp_image, (copy_fragment, load_fragment, preprocess, process, postprocess, reserve)
113
113
                                // 12-15: load_base_tiff, base_image_reduction, load_tiff, image_reduction