Searched refs:outArrL (Results 1 – 2 of 2) sorted by relevance
1083 int32* outArrL = ptrA->outArrE.arrPtrE; in bbf_Scanner_addOutPos() local1086 if( outArrL[ iL * 4 + 3 ] < minActL ) in bbf_Scanner_addOutPos()1088 minActL = outArrL[ iL * 4 + 3 ]; in bbf_Scanner_addOutPos()1115 int32* outArrL = ptrA->outArrE.arrPtrE; in bbf_Scanner_removeOutOverlaps() local1132 if( outArrL[ iL * 4 + 3 ] > maxActL ) in bbf_Scanner_removeOutOverlaps()1134 maxActL = outArrL[ iL * 4 + 3 ]; 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()[all …]
246 int32* outArrL; in bpi_BFFaceFinder_process() local258 …uct bbf_ScanDetector* )&ptrA->detectorE, imagePtrA, imageWidthA, imageHeightA, roiPtrA, &outArrL ); in bpi_BFFaceFinder_process()260 xL = outArrL[ 0 ]; /* 16.16 */ in bpi_BFFaceFinder_process()261 yL = outArrL[ 1 ]; /* 16.16 */ in bpi_BFFaceFinder_process()262 scaleL = outArrL[ 2 ]; /* 12.20 */ in bpi_BFFaceFinder_process()263 actL = outArrL[ 3 ]; /* 4.28 */ in bpi_BFFaceFinder_process()