Searched refs:cpbuf (Results 1 – 1 of 1) sorted by relevance
84 int* cpbuf[3]; in FAST_t() local85 cpbuf[0] = (int*)alignPtr(buf[2] + img.cols, sizeof(int)) + 1; in FAST_t()86 cpbuf[1] = cpbuf[0] + img.cols + 1; in FAST_t()87 cpbuf[2] = cpbuf[1] + img.cols + 1; in FAST_t()94 int* cornerpos = cpbuf[(i - 3)%3]; in FAST_t()235 cornerpos = cpbuf[(i - 4 + 3)%3]; in FAST_t()