OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pair_buf
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxutils.cpp
821
int*
pair_buf
= (int*)cvStackAlloc( pair_buf_sz*sizeof(
pair_buf
[0])*2 );
local
822
CvMat _pair_buf = cvMat( 1, pair_buf_sz*2, CV_32S,
pair_buf
);
859
int* p = idata +
pair_buf
[j]*elem_size, *q = idata +
pair_buf
[j+1]*elem_size, t;
866
uchar* p = data +
pair_buf
[j]*elem_size, *q = data +
pair_buf
[j+1]*elem_size, t;
876
int idx1 =
pair_buf
[j], idx2 =
pair_buf
[j+1], row1, row2;
888
int idx1 =
pair_buf
[j], idx2 = pair_buf[j+1], row1, row2
[
all
...]
Completed in 93 milliseconds