HomeSort by relevance Sort by last modified time
    Searched full:mag_buf (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcanny.cpp 64 int* mag_buf[3]; local
128 mag_buf[0] = (int*)buffer;
129 mag_buf[1] = mag_buf[0] + size.width + 2;
130 mag_buf[2] = mag_buf[1] + size.width + 2;
131 map = (uchar*)(mag_buf[2] + size.width + 2);
137 memset( mag_buf[0], 0, (size.width+2)*sizeof(int) );
165 int* _mag = mag_buf[(i > 0) + 1] + 1;
212 _mag = mag_buf[1] + 1; // take the central ro
    [all...]

Completed in 220 milliseconds