Searched defs:work_t (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmmobs.cpp100 typedef int work_t; typedef
105 typedef float work_t; typedef
112 static void icvCalcDCTMatrix( work_t * cfs, int n );
122 work_t tab_x[MAX_DCT_SIZE * MAX_DCT_SIZE / 2 + 2];
123 work_t tab_y[MAX_DCT_SIZE * MAX_DCT_SIZE / 2 + 2];
126 work_t temp0[MAX_DCT_SIZE * 4];
127 work_t temp1[MAX_DCT_SIZE * 4];
128 work_t *buffer = 0;
129 work_t *buf_limit;
161 buffer = (work_t *)cvAllo
[all...]

Completed in 1454 milliseconds