Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanDetector.c377 if( scannerPtrL->intCountE == 0 ) break; in bbf_ScanDetector_process()
381 for( jL = 0; jL < scannerPtrL->intCountE; jL++ ) in bbf_ScanDetector_process()
401 scannerPtrL->intCountE = kL; in bbf_ScanDetector_process()
404 if( scannerPtrL->intCountE == 0 ) in bbf_ScanDetector_process()
430 for( iL = 0; iL < scannerPtrL->intCountE; iL++ ) in bbf_ScanDetector_process()
DScanner.c446 ptrA->intCountE = 0; in bbf_Scanner_init()
486 ptrA->intCountE = 0; in bbf_Scanner_exit()
1014 ptrA->intCountE = 0; in bbf_Scanner_resetIntPos()
1025 if( ptrA->intCountE < ptrA->idxArrE.sizeE ) in bbf_Scanner_addIntPos()
1027 ptrA->idxArrE.arrPtrE[ ptrA->intCountE ] = idxA; in bbf_Scanner_addIntPos()
1028 ptrA->actArrE.arrPtrE[ ptrA->intCountE ] = actA; in bbf_Scanner_addIntPos()
1029 ptrA->intCountE++; in bbf_Scanner_addIntPos()
1040 for( iL = 0; iL < ptrA->intCountE; iL++ ) in bbf_Scanner_addIntPos()
1218 uint32 endIdxL = ptrA->intCountE; /* end index */ in bbf_Scanner_removeIntOverlaps()
1227 if( overlapThrA >= 0x010000 ) return ptrA->intCountE; in bbf_Scanner_removeIntOverlaps()
[all …]
DScanner.h107 uint32 intCountE; member