OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leftind
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvdominants.cpp
250
int
leftind
= i + j;
local
252
leftind
= (
leftind
< 0) ? (n +
leftind
) :
leftind
;
254
a = distance[
leftind
];
265
dx = (float) (ptInf[
leftind
].pt.x - ptInf[ind].pt.x);
266
dy = (float) (ptInf[
leftind
].pt.y - ptInf[ind].pt.y);
/external/svox/pico/lib/
picoacph.c
355
picoos_uint16 *
leftind
) {
365
*
leftind
= i + 1;
620
picoos_uint16 *
leftind
) {
630
*
leftind
= i + 1;
[
all
...]
Completed in 88 milliseconds