Home
last modified time | relevance | path

Searched refs:leftind (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/src/
Dcvdominants.cpp250 int leftind = i + j; in icvFindDominantPointsIPAN() local
252 leftind = (leftind < 0) ? (n + leftind) : leftind; in icvFindDominantPointsIPAN()
254 a = distance[leftind]; in icvFindDominantPointsIPAN()
265 dx = (float) (ptInf[leftind].pt.x - ptInf[ind].pt.x); in icvFindDominantPointsIPAN()
266 dy = (float) (ptInf[leftind].pt.y - ptInf[ind].pt.y); in icvFindDominantPointsIPAN()
/external/svox/pico/lib/
Dpicoacph.c355 picoos_uint16 *leftind) { in acphPhrItemSeqGetPosLeft() argument
365 *leftind = i + 1; in acphPhrItemSeqGetPosLeft()
620 picoos_uint16 *leftind) { in acphAccItemSeqGetPosLeft() argument
630 *leftind = i + 1; in acphAccItemSeqGetPosLeft()