Searched refs:maxIdxL (Results 1 – 1 of 1) sorted by relevance
1126 uint32 maxIdxL = 0; in bbf_Scanner_removeOutOverlaps() local1135 maxIdxL = iL; in bbf_Scanner_removeOutOverlaps()1141 x1L = outArrL[ maxIdxL * 4 + 0 ]; in bbf_Scanner_removeOutOverlaps()1142 y1L = outArrL[ maxIdxL * 4 + 1 ]; in bbf_Scanner_removeOutOverlaps()1143 s1L = outArrL[ maxIdxL * 4 + 2 ]; in bbf_Scanner_removeOutOverlaps()1144 a1L = outArrL[ maxIdxL * 4 + 3 ]; in bbf_Scanner_removeOutOverlaps()1146 outArrL[ maxIdxL * 4 + 0 ] = outArrL[ begIdxL * 4 + 0 ]; in bbf_Scanner_removeOutOverlaps()1147 outArrL[ maxIdxL * 4 + 1 ] = outArrL[ begIdxL * 4 + 1 ]; in bbf_Scanner_removeOutOverlaps()1148 outArrL[ maxIdxL * 4 + 2 ] = outArrL[ begIdxL * 4 + 2 ]; in bbf_Scanner_removeOutOverlaps()1149 outArrL[ maxIdxL * 4 + 3 ] = outArrL[ begIdxL * 4 + 3 ]; in bbf_Scanner_removeOutOverlaps()[all …]