Searched refs:iBestSplit (Results 1 – 1 of 1) sorted by relevance
220943 int iBestSplit = 0; local221008 iBestSplit = iBestLeft;221013 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));221015 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;221016 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;