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

  /external/opencv3/modules/features2d/src/
fast.cpp 84 int* cpbuf[3]; local
85 cpbuf[0] = (int*)alignPtr(buf[2] + img.cols, sizeof(int)) + 1;
86 cpbuf[1] = cpbuf[0] + img.cols + 1;
87 cpbuf[2] = cpbuf[1] + img.cols + 1;
94 int* cornerpos = cpbuf[(i - 3)%3];
235 cornerpos = cpbuf[(i - 4 + 3)%3];

Completed in 1206 milliseconds