Searched defs:actArrL (Results 1 - 3 of 3) sorted by relevance

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

Completed in 432 milliseconds