Searched refs:iBestSplit (Results 1 – 1 of 1) sorted by relevance
2471 int iBestSplit = 0; in splitNodeStartree() local2536 iBestSplit = iBestLeft; in splitNodeStartree()2541 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()2543 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight; in splitNodeStartree()2544 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight; in splitNodeStartree()