Home
last modified time | relevance | path

Searched refs:patchHeightE (Results 1 – 19 of 19) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DFeature.c60 ptrA->patchHeightE = 0; in bbf_Feature_init()
71 ptrA->patchHeightE = 0; in bbf_Feature_exit()
91 ptrA->patchHeightE = srcPtrA->patchHeightE; in bbf_Feature_copy()
104 if( ptrA->patchHeightE != srcPtrA->patchHeightE ) return FALSE; in bbf_Feature_equal()
141 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_Feature_memSize()
154 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_Feature_memWrite()
167 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_Feature_memRead()
DScanner.c453 ptrA->patchHeightE = 0; in bbf_Scanner_init()
493 ptrA->patchHeightE = 0; in bbf_Scanner_exit()
536 ptrA->patchHeightE = srcPtrA->patchHeightE; in bbf_Scanner_copy()
554 if( ptrA->patchHeightE != srcPtrA->patchHeightE ) return FALSE; in bbf_Scanner_equal()
576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE; in bbf_Scanner_positions()
649 ptrA->patchHeightE = patchHeightA; in bbf_Scanner_create()
693 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_Scanner_memSize()
715 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_Scanner_memWrite()
741 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_Scanner_memRead()
801 uint32 maxVScaleL = ( ptrA->workHeightE << 16 ) / ( ptrA->patchHeightE + 1 ); in bbf_Scanner_assign()
[all …]
DScanDetector.c53 ptrA->patchHeightE = 0; in bbf_ScanDetector_init()
81 ptrA->patchHeightE = 0; in bbf_ScanDetector_exit()
156 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_ScanDetector_memSize()
184 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_ScanDetector_memWrite()
222 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_ScanDetector_memRead()
274 ptrA->patchHeightE, in bbf_ScanDetector_memRead()
DLocalScanner.c363 ptrA->patchHeightE = 0; in bbf_LocalScanner_init()
397 ptrA->patchHeightE = 0; in bbf_LocalScanner_exit()
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE; in bbf_LocalScanner_positions()
498 ptrA->patchHeightE = patchHeightA; in bbf_LocalScanner_create()
550 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_LocalScanner_memSize()
571 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_LocalScanner_memWrite()
594 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_LocalScanner_memRead()
684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE; in bbf_LocalScanner_next()
732 …( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) in bbf_LocalScanner_goToXY()
DLocalScanDetector.c160 ptrA->patchHeightE = 0; in bbf_LocalScanDetector_init()
201 ptrA->patchHeightE = 0; in bbf_LocalScanDetector_exit()
281 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE ); in bbf_LocalScanDetector_memSize()
314 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA ); in bbf_LocalScanDetector_memWrite()
355 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA ); in bbf_LocalScanDetector_memRead()
434 ptrA->patchHeightE, in bbf_LocalScanDetector_memRead()
467 int32 ph0L = ptrA->patchHeightE; in bbf_LocalScanDetector_process()
583 scnPtrL->patchHeightE = ptrA->patchWidthE; in bbf_LocalScanDetector_process()
DI04Dns2x2Ftr.c202 uint32 hL = ptrL->baseE.patchHeightE - 1; in bbf_I04Dns2x2Ftr_activity()
206 uint32 blocksL = ptrL->baseE.patchHeightE >> 2; /* number of 4 bit blocks */ in bbf_I04Dns2x2Ftr_activity()
DI04Dns2x4Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 3; in bbf_I04Dns2x4Ftr_activity()
199 uint32 blocksL = ptrL->baseE.patchHeightE >> 2; in bbf_I04Dns2x4Ftr_activity()
DScanDetector.h72 uint32 patchHeightE; member
DFeature.h69 uint32 patchHeightE; member
DLocalScanDetector.h94 uint32 patchHeightE; member
DLocalScanner.h114 uint32 patchHeightE; member
DScanner.h135 uint32 patchHeightE; member
DL04Dns2x2Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 1; in bbf_L04Dns2x2Ftr_activity()
DL01Dns2x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3; in bbf_L01Dns2x4Ftr_activity()
DL04Dns2x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3; in bbf_L04Dns2x4Ftr_activity()
DL04Dns3x3Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 2; in bbf_L04Dns3x3Ftr_activity()
DL06Dns3x3Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 2; in bbf_L06Dns3x3Ftr_activity()
DL06Dns4x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3; in bbf_L06Dns4x4Ftr_activity()
DL06DnsNx4x4Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 3; in bbf_L06DnsNx4x4Ftr_activity()