Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c445 ptrA->outCountE = 0; in bbf_Scanner_init()
485 ptrA->outCountE = 0; in bbf_Scanner_exit()
1006 ptrA->outCountE = 0; in bbf_Scanner_resetOutPos()
1067 if( ( ptrA->outCountE * 4 + 3 ) < ptrA->outArrE.sizeE ) in bbf_Scanner_addOutPos()
1069 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA; in bbf_Scanner_addOutPos()
1070 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA; in bbf_Scanner_addOutPos()
1071 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 2 ] = scaleA; in bbf_Scanner_addOutPos()
1072 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 3 ] = actA; in bbf_Scanner_addOutPos()
1073 ptrA->outCountE++; in bbf_Scanner_addOutPos()
1084 for( iL = 0; iL < ptrA->outCountE; iL++ ) in bbf_Scanner_addOutPos()
[all …]
DScanDetector.c469 if( scannerPtrL->outCountE == 0 ) in bbf_ScanDetector_process()
477 return scannerPtrL->outCountE; in bbf_ScanDetector_process()
DScanner.h110 uint32 outCountE; member