Searched refs:endIdxL (Results 1 – 1 of 1) sorted by relevance
1111 uint32 endIdxL = ptrA->outCountE; /* end index */ in bbf_Scanner_removeOutOverlaps() local1119 while( endIdxL - begIdxL > 1 ) in bbf_Scanner_removeOutOverlaps()1130 for( iL = begIdxL; iL < endIdxL; iL++ ) in bbf_Scanner_removeOutOverlaps()1166 for( iL = endIdxL - 1; iL > begIdxL; iL-- ) in bbf_Scanner_removeOutOverlaps()1194 endIdxL--; in bbf_Scanner_removeOutOverlaps()1195 *x2pL = outArrL[ endIdxL * 4 + 0 ]; in bbf_Scanner_removeOutOverlaps()1196 *y2pL = outArrL[ endIdxL * 4 + 1 ]; in bbf_Scanner_removeOutOverlaps()1197 *s2pL = outArrL[ endIdxL * 4 + 2 ]; in bbf_Scanner_removeOutOverlaps()1198 *a2pL = outArrL[ endIdxL * 4 + 3 ]; in bbf_Scanner_removeOutOverlaps()1205 ptrA->outCountE = endIdxL; in bbf_Scanner_removeOutOverlaps()[all …]