Searched refs:iBestSplit (Results 1 – 1 of 1) sorted by relevance
220565 int iBestSplit = 0; local220630 iBestSplit = iBestLeft;220635 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell));220637 RtreeNode *pTarget = (ii<iBestSplit)?pLeft:pRight;220638 RtreeCell *pBbox = (ii<iBestSplit)?pBboxLeft:pBboxRight;