HomeSort by relevance Sort by last modified time
    Searched refs:work_t (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvhmmobs.cpp 100 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 *)cvAlloc( roi.width * obsSize.height * sizeof( buffer[0] ))
    [all...]
  /external/opencv3/modules/cudawarping/src/cuda/
pyr_down.cu 57 typedef typename TypeVec<float, VecTraits<T>::cn>::vec_type work_t;
59 __shared__ work_t smem[256 + 4];
69 work_t sum;
84 work_t sum;
99 work_t sum;
113 work_t sum;
128 work_t sum;
143 work_t sum;
161 work_t sum;

Completed in 146 milliseconds