OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actArrL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c
372
int32*
actArrL
= scannerPtrL->actArrE.arrPtrE;
389
actArrL
[ kL ] = (
actArrL
[ jL ] + actL ) >> 1;
435
int32*
actArrL
= scannerPtrL->actArrE.arrPtrE;
437
int32 actL =
actArrL
[ iL ];
LocalScanDetector.c
478
int32*
actArrL
= ( int32* )ptrA->actArrE.arrPtrE;
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;
704
float actL = (
actArrL
[ idxArrL[ iL ] ] + 128 ) >> 8
[
all
...]
Scanner.c
[
all
...]
Completed in 664 milliseconds