Home
last modified time | relevance | path

Searched refs:nList (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbrisk.cpp290 std::vector<int> nList; in BRISK_Impl() local
294 nList.resize(5); in BRISK_Impl()
303 nList[0] = 1; in BRISK_Impl()
304 nList[1] = 10; in BRISK_Impl()
305 nList[2] = 14; in BRISK_Impl()
306 nList[3] = 15; in BRISK_Impl()
307 nList[4] = 20; in BRISK_Impl()
309 generateKernel(rList, nList, (float)(5.85 * patternScale), (float)(8.2 * patternScale)); in BRISK_Impl()
/external/sqlite/dist/
Dsqlite3.c46089 int nList; /* Number of pages in pList */
46108 nList = 0;
46112 nList++;
46117 nList = 1;
46119 pPager->aStat[PAGER_STAT_WRITE] += nList;
51774 int nList; /* Number of elements in aList */
51778 const int nList = *pnList; /* Size of input list */
51786 assert( nList<=HASHTABLE_NPAGE && nList>0 );
51789 for(iList=0; iList<nList; iList++){
51796 assert( p->aList && p->nList<=(1<<iSub) );
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c46071 int nList; /* Number of pages in pList */
46090 nList = 0;
46094 nList++;
46099 nList = 1;
46101 pPager->aStat[PAGER_STAT_WRITE] += nList;
51756 int nList; /* Number of elements in aList */
51760 const int nList = *pnList; /* Size of input list */
51768 assert( nList<=HASHTABLE_NPAGE && nList>0 );
51771 for(iList=0; iList<nList; iList++){
51778 assert( p->aList && p->nList<=(1<<iSub) );
[all …]