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

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DFeature.c60 ptrA->patchHeightE = 0;
71 ptrA->patchHeightE = 0;
91 ptrA->patchHeightE = srcPtrA->patchHeightE;
104 if( ptrA->patchHeightE != srcPtrA->patchHeightE ) return FALSE;
141 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
154 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA );
167 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA );
H A DFeature.h69 uint32 patchHeightE; member in struct:bbf_Feature
H A DScanDetector.h72 uint32 patchHeightE; member in struct:bbf_ScanDetector
H A DScanDetector.c53 ptrA->patchHeightE = 0;
81 ptrA->patchHeightE = 0;
156 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
184 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA );
222 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA );
274 ptrA->patchHeightE,
H A DLocalScanDetector.h94 uint32 patchHeightE; member in struct:bbf_LocalScanDetector
H A DScanner.c453 ptrA->patchHeightE = 0;
493 ptrA->patchHeightE = 0;
536 ptrA->patchHeightE = srcPtrA->patchHeightE;
554 if( ptrA->patchHeightE != srcPtrA->patchHeightE ) return FALSE;
576 int32 hL = ( int32 )ptrA->currentHeightE - ptrA->patchHeightE;
649 ptrA->patchHeightE = patchHeightA;
693 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
715 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtr
[all...]
H A DLocalScanner.c363 ptrA->patchHeightE = 0;
397 ptrA->patchHeightE = 0;
445 int32 hL = ptrA->workScanRegionE.y2E - ptrA->workScanRegionE.y1E - ptrA->patchHeightE;
498 ptrA->patchHeightE = patchHeightA;
550 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
571 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA );
594 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA );
684 if( ( ptrA->yE + 1 ) >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE ) return FALSE;
732 if( yA < ptrA->workScanRegionE.y1E || yA >= ptrA->workScanRegionE.y2E - ( int32 )ptrA->patchHeightE )
H A DLocalScanner.h114 uint32 patchHeightE; member in struct:bbf_LocalScanner
H A DI04Dns2x2Ftr.c202 uint32 hL = ptrL->baseE.patchHeightE - 1;
206 uint32 blocksL = ptrL->baseE.patchHeightE >> 2; /* number of 4 bit blocks */
H A DI04Dns2x4Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 3;
199 uint32 blocksL = ptrL->baseE.patchHeightE >> 2;
216 /* comparison of pixels with patchHeightE - 3 features */
227 /* parallel bit counting of patchHeightE - 3 features */
248 /* parallel comparison with thresholds and packing of results into bit array of size patchHeightE - 3 */
H A DLocalScanDetector.c160 ptrA->patchHeightE = 0;
201 ptrA->patchHeightE = 0;
281 memSizeL += bbs_SIZEOF16( ptrA->patchHeightE );
314 memPtrA += bbs_memWrite32( &ptrA->patchHeightE, memPtrA );
355 memPtrA += bbs_memRead32( &ptrA->patchHeightE, memPtrA );
434 ptrA->patchHeightE,
467 int32 ph0L = ptrA->patchHeightE;
583 scnPtrL->patchHeightE = ptrA->patchWidthE;
H A DScanner.h135 uint32 patchHeightE; member in struct:bbf_Scanner
H A DL01Dns2x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3;
205 /* comparison of pixels with patchHeightE - 3 features */
216 /* parallel bit counting of patchHeightE - 3 features */
237 /* parallel comparison with thresholds and packing of results into bit array of size patchHeightE - 3 */
H A DL04Dns2x2Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 1;
H A DL04Dns2x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3;
204 /* comparison of pixels with patchHeightE - 3 features */
215 /* parallel bit counting of patchHeightE - 3 features */
236 /* parallel comparison with thresholds and packing of results into bit array of size patchHeightE - 3 */
H A DL04Dns3x3Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 2;
204 /* comparison of pixels with patchHeightE - 3 features */
217 /* parallel bit counting of patchHeightE - 2 features */
H A DL06Dns3x3Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 2;
204 /* comparison of pixels with patchHeightE - 3 features */
217 /* parallel bit counting of patchHeightE - 2 features */
H A DL06Dns4x4Ftr.c187 uint32 hL = ptrL->baseE.patchHeightE - 3;
205 /* comparison of pixels with patchHeightE - 3 features */
226 /* parallel bit counting of patchHeightE - 2 features */
H A DL06DnsNx4x4Ftr.c194 uint32 hL = ptrL->baseE.patchHeightE - 3;
214 /* comparison of pixels with patchHeightE - 3 features */
235 /* parallel bit counting of patchHeightE - 2 features */

Completed in 370 milliseconds