Home
last modified time | relevance | path

Searched refs:actArrL (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DLocalScanDetector.c478 int32* actArrL = ( int32* )ptrA->actArrE.arrPtrE; in bbf_LocalScanDetector_process() local
588 bbs_memset32( actArrL, 0x80000000, sizeL ); in bbf_LocalScanDetector_process()
623 if( bestActL > actArrL[ iL ] ) in bbf_LocalScanDetector_process()
627 actArrL[ iL ] = bestActL; in bbf_LocalScanDetector_process()
651 if( dev2L > dist2L ) actArrL[ iL ] = 0xF0000000; in bbf_LocalScanDetector_process()
667 if( actArrL[ idxArrL[ iL - 1 ] ] < actArrL[ idxArrL[ iL ] ] ) in bbf_LocalScanDetector_process()
678 for( iL = ( sizeL >> 1 ); iL < sizeL && actArrL[ idxArrL[ iL ] ] >= 0; iL++ ); in bbf_LocalScanDetector_process()
700 int32* actArrL = ptrA->actArrE.arrPtrE; in bbf_LocalScanDetector_process() local
704 float actL = ( actArrL[ idxArrL[ iL ] ] + 128 ) >> 8; in bbf_LocalScanDetector_process()
DScanDetector.c372 int32* actArrL = scannerPtrL->actArrE.arrPtrE; in bbf_ScanDetector_process() local
389 actArrL[ kL ] = ( actArrL[ jL ] + actL ) >> 1; in bbf_ScanDetector_process()
435 int32* actArrL = scannerPtrL->actArrE.arrPtrE; in bbf_ScanDetector_process() local
437 int32 actL = actArrL[ iL ]; in bbf_ScanDetector_process()
DScanner.c1039 int32* actArrL = ptrA->actArrE.arrPtrE; in bbf_Scanner_addIntPos() local
1042 if( actArrL[ iL ] < minActL ) in bbf_Scanner_addIntPos()
1044 minActL = actArrL[ iL ]; in bbf_Scanner_addIntPos()
1224 int32* actArrL = ptrA->actArrE.arrPtrE; in bbf_Scanner_removeIntOverlaps() local
1239 if( actArrL[ iL ] > a1L ) in bbf_Scanner_removeIntOverlaps()
1241 a1L = actArrL[ iL ]; in bbf_Scanner_removeIntOverlaps()
1249 actArrL[ maxIdxL ] = actArrL[ begIdxL ]; in bbf_Scanner_removeIntOverlaps()
1251 actArrL[ begIdxL ] = a1L; in bbf_Scanner_removeIntOverlaps()
1260 int32* a2pL = &actArrL[ iL ]; in bbf_Scanner_removeIntOverlaps()
1275 *a2pL = actArrL[ endIdxL ]; in bbf_Scanner_removeIntOverlaps()