Lines Matching refs:maxIdxL
1126 uint32 maxIdxL = 0; in bbf_Scanner_removeOutOverlaps() local
1135 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()
1234 uint32 maxIdxL = 0; in bbf_Scanner_removeIntOverlaps() local
1242 maxIdxL = iL; in bbf_Scanner_removeIntOverlaps()
1247 i1L = idxArrL[ maxIdxL ]; in bbf_Scanner_removeIntOverlaps()
1248 idxArrL[ maxIdxL ] = idxArrL[ begIdxL ]; in bbf_Scanner_removeIntOverlaps()
1249 actArrL[ maxIdxL ] = actArrL[ begIdxL ]; in bbf_Scanner_removeIntOverlaps()