/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec.h | 62 struct bts_Flt16Vec* ptrA ); 66 struct bts_Flt16Vec* ptrA ); 72 struct bts_Flt16Vec* ptrA, 77 const struct bts_Flt16Vec* ptrA, 83 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ); 86 uint32 bts_Flt16Vec_norm( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ); 89 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ); 95 struct bts_Flt16Vec* ptrA, 101 struct bts_Flt16Vec* ptrA, 108 const struct bts_Flt16Vec* ptrA ); [all...] |
Int16Vec2D.h | 56 void bts_Int16Vec2D_init( struct bts_Int16Vec2D* ptrA ); 59 void bts_Int16Vec2D_exit( struct bts_Int16Vec2D* ptrA ); 71 const struct bts_Int16Vec2D* ptrA ); 75 const struct bts_Int16Vec2D* ptrA, 80 struct bts_Int16Vec2D* ptrA, 90 uint32 bts_Int16Vec2D_norm2( const struct bts_Int16Vec2D* ptrA ); 93 uint16 bts_Int16Vec2D_norm( const struct bts_Int16Vec2D* ptrA ); 96 void bts_Int16Vec2D_normalize( struct bts_Int16Vec2D* ptrA, int32 bbpA ); 99 struct bts_Int16Vec2D bts_Int16Vec2D_normalized( const struct bts_Int16Vec2D* ptrA, int32 bbpA );
|
Cluster2D.h | 76 struct bts_Cluster2D* ptrA ); 80 struct bts_Cluster2D* ptrA ); 86 struct bts_Cluster2D* ptrA, 91 const struct bts_Cluster2D* ptrA, 98 const struct bts_Cluster2D* ptrA ); 102 const struct bts_Cluster2D* ptrA ); 106 const struct bts_Cluster2D* ptrA ); 110 const struct bts_Cluster2D* ptrA, 115 const struct bts_Cluster2D* ptrA, 123 struct bts_Cluster2D* ptrA, [all...] |
Cluster3D.c | 43 struct bts_Cluster3D* ptrA ) 45 ptrA->mspE = NULL; 46 ptrA->vecArrE = NULL; 47 ptrA->allocatedSizeE = 0; 48 ptrA->sizeE = 0; 49 ptrA->bbpE = 0; 55 struct bts_Cluster3D* ptrA ) 57 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->vecArrE ); 58 ptrA->vecArrE = NULL [all...] |
Alt.c | 42 struct bts_Alt* ptrA ) 44 bts_VectorMap_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bts_VM_ALT; 46 ptrA->baseE.vpMapE = bts_Alt_map; 48 bts_CompactAlt_init( cpA, &ptrA->altE ); 54 struct bts_Alt* ptrA ) 56 bts_CompactAlt_exit( cpA, &ptrA->altE ); 58 bts_VectorMap_exit( cpA, &ptrA->baseE ); 72 struct bts_Alt* ptrA, 75 bts_CompactAlt_copy( cpA, &ptrA->altE, &srcPtrA->altE ) [all...] |
Cluster3D.h | 72 struct bts_Cluster3D* ptrA ); 76 struct bts_Cluster3D* ptrA ); 82 struct bts_Cluster3D* ptrA, 87 const struct bts_Cluster3D* ptrA, 94 const struct bts_Cluster3D* ptrA ); 98 const struct bts_Cluster3D* ptrA ); 102 const struct bts_Cluster3D* ptrA, 108 const struct bts_Cluster3D* ptrA, 114 const struct bts_Cluster3D* ptrA, 122 struct bts_Cluster3D* ptrA, [all...] |
Normalizer.c | 42 struct bts_Normalizer* ptrA ) 44 bts_VectorMap_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bts_VM_NORMALIZER; 46 ptrA->baseE.vpMapE = bts_Normalizer_map; 52 struct bts_Normalizer* ptrA ) 54 bts_VectorMap_exit( cpA, &ptrA->baseE ); 68 struct bts_Normalizer* ptrA, 76 const struct bts_Normalizer* ptrA, 109 const struct bts_Normalizer* ptrA ) 113 memSizeL += bts_VectorMap_memSize( cpA, &ptrA->baseE ) [all...] |
Flt16Vec3D.c | 42 void bts_Flt16Vec3D_init( struct bts_Flt16Vec3D* ptrA ) 44 ptrA->xE = 0; 45 ptrA->yE = 0; 46 ptrA->zE = 0; 47 ptrA->bbpE = 0; 52 void bts_Flt16Vec3D_exit( struct bts_Flt16Vec3D* ptrA ) 54 ptrA->xE = 0; 55 ptrA->yE = 0; 56 ptrA->zE = 0; 57 ptrA->bbpE = 0 [all...] |
IdCluster2D.h | 60 struct bts_IdCluster2D* ptrA ); 64 struct bts_IdCluster2D* ptrA ); 70 struct bts_IdCluster2D* ptrA, 75 const struct bts_IdCluster2D* ptrA, 82 const struct bts_IdCluster2D* ptrA ); 86 const struct bts_IdCluster2D* ptrA ); 92 struct bts_IdCluster2D* ptrA, 98 struct bts_IdCluster2D* ptrA, 103 struct bts_IdCluster2D* ptrA, 108 struct bts_IdCluster2D* ptrA, [all...] |
MapSequence.c | 42 struct bts_MapSequence* ptrA ) 44 ptrA->ptrArrE = NULL; 45 bts_Flt16Vec_init( cpA, &ptrA->vecE ); 46 bts_VectorMap_init( cpA, &ptrA->baseE ); 47 ptrA->baseE.typeE = ( uint32 )bts_VM_MAP_SEQUENCE; 48 ptrA->baseE.vpMapE = bts_MapSequence_map; 49 ptrA->sizeE = 0; 50 ptrA->vecSizeE = 0; 51 bbs_UInt16Arr_init( cpA, &ptrA->objBufE ); 57 struct bts_MapSequence* ptrA ) [all...] |
VectorMap.h | 63 const struct bts_VectorMap* ptrA, 77 struct bts_VectorMap* ptrA ); 81 struct bts_VectorMap* ptrA ); 87 struct bts_VectorMap* ptrA, 92 const struct bts_VectorMap* ptrA, 103 const struct bts_VectorMap* ptrA ); 107 const struct bts_VectorMap* ptrA, uint16* memPtrA ); 111 struct bts_VectorMap* ptrA, const uint16* memPtrA ); 117 struct bts_VectorMap* ptrA, 122 struct bts_VectorMap* ptrA ); [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
DynMemManager.c | 51 struct bbs_DynMemManager* ptrA ) 53 ptrA->memPtrE = NULL; 54 ptrA->mallocFPtrE = NULL; 55 ptrA->freeFPtrE = NULL; 61 struct bbs_DynMemManager* ptrA ) 63 ptrA->memPtrE = NULL; 64 ptrA->mallocFPtrE = NULL; 65 ptrA->freeFPtrE = NULL; 87 const struct bbs_DynMemManager* ptrA ) 90 uint16* pL = ( uint16* )ptrA->memPtrE [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.h | 73 struct bim_UInt16ByteImage* ptrA ); 77 struct bim_UInt16ByteImage* ptrA, 84 struct bim_UInt16ByteImage* ptrA ); 90 struct bim_UInt16ByteImage* ptrA, 95 const struct bim_UInt16ByteImage* ptrA, 102 const struct bim_UInt16ByteImage* ptrA ); 108 struct bim_UInt16ByteImage* ptrA, 113 struct bim_UInt16ByteImage* ptrA, 120 const struct bim_UInt16ByteImage* ptrA ); 124 const struct bim_UInt16ByteImage* ptrA, [all...] |
UInt32Image.c | 41 struct bim_UInt32Image* ptrA ) 43 bbs_UInt32Arr_init( cpA, &ptrA->arrE ); 44 ptrA->widthE = 0; 45 ptrA->heightE = 0; 51 struct bim_UInt32Image* ptrA ) 53 bbs_UInt32Arr_exit( cpA, &ptrA->arrE ); 54 ptrA->widthE = 0; 55 ptrA->heightE = 0; 69 struct bim_UInt32Image* ptrA, 73 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE [all...] |
UInt16BytePyrImage.c | 43 struct bim_UInt16BytePyrImage* ptrA ) 45 bbs_UInt16Arr_init( cpA, &ptrA->arrE ); 46 ptrA->widthE = 0; 47 ptrA->heightE = 0; 48 ptrA->depthE = 0; 49 ptrA->typeE = bim_UINT16_PYRAMIDAL_IMG; 55 struct bim_UInt16BytePyrImage* ptrA ) 57 bbs_UInt16Arr_exit( cpA, &ptrA->arrE ); 58 ptrA->widthE = 0; 59 ptrA->heightE = 0; [all...] |
UInt8PyramidalImage.c | 43 struct bim_UInt8PyramidalImage* ptrA ) 45 bbs_UInt8Arr_init( cpA, &ptrA->arrE ); 46 ptrA->widthE = 0; 47 ptrA->heightE = 0; 48 ptrA->depthE = 0; 49 ptrA->typeE = bim_UINT8_PYRAMIDAL_IMG; 55 struct bim_UInt8PyramidalImage* ptrA ) 57 bbs_UInt8Arr_exit( cpA, &ptrA->arrE ); 58 ptrA->widthE = 0; 59 ptrA->heightE = 0; [all...] |
ComplexImage.h | 66 struct bim_ComplexImage* ptrA ); 70 struct bim_ComplexImage* ptrA ); 76 struct bim_ComplexImage* ptrA, 81 const struct bim_ComplexImage* ptrA, 88 const struct bim_ComplexImage* ptrA ); 92 const struct bim_ComplexImage* ptrA, 99 struct bim_ComplexImage* ptrA, 106 struct bim_ComplexImage* ptrA, 114 const struct bim_ComplexImage* ptrA ); 118 const struct bim_ComplexImage* ptrA, [all...] |
UInt32Image.h | 62 struct bim_UInt32Image* ptrA ); 66 struct bim_UInt32Image* ptrA ); 72 struct bim_UInt32Image* ptrA, 77 const struct bim_UInt32Image* ptrA, 84 const struct bim_UInt32Image* ptrA, 90 const struct bim_UInt32Image* ptrA ); 96 struct bim_UInt32Image* ptrA, 103 struct bim_UInt32Image* ptrA, 108 struct bim_UInt32Image* ptrA, 116 const struct bim_UInt32Image* ptrA ); [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanDetector.c | 38 const struct bbf_LocalScanDetector* ptrA, 44 struct bts_Cluster2D* tmpCl1PtrL = ( struct bts_Cluster2D* )&ptrA->tmpCluster1E; 45 struct bts_Cluster2D* tmpCl2PtrL = ( struct bts_Cluster2D* )&ptrA->tmpCluster2E; 46 struct bts_RBFMap2D* rbfPtrL = ( struct bts_RBFMap2D* )&ptrA->rbfMapE; 54 &ptrA->pcaClusterE, 61 bts_RBFMap2D_mapCluster( cpA, rbfPtrL, &ptrA->pcaClusterE.clusterE, tmpCl1PtrL, 6/* ! */ ); 66 const int16* matPtrL = ptrA->pcaMatE.arrPtrE; 69 const int16* avgPtrL = ptrA->pcaAvgE.arrPtrE; 79 if( ptrA->pcaDimSubSpaceE > bpi_LOCAL_SCAN_DETECTOR_MAX_PCA_DIM ) 86 for( iL = 0; iL < ptrA->pcaDimSubSpaceE; iL++ [all...] |
L01Tld1x1Ftr.c | 43 struct bbf_L01Tld1x1Ftr* ptrA ) 45 bbf_Feature_init( cpA, &ptrA->baseE ); 46 ptrA->baseE.typeE = ( uint32 )bbf_FT_L01_TLD_1X1_FTR; 47 ptrA->baseE.vpActivityE = bbf_L01Tld1x1Ftr_activity; 48 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE ); 49 ptrA->activityFactorE = 0; 55 struct bbf_L01Tld1x1Ftr* ptrA ) 57 bbf_Feature_exit( cpA, &ptrA->baseE ); 58 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE ); 59 ptrA->activityFactorE = 0 [all...] |
Feature.h | 74 int32 ( *vpActivityE )( const struct bbf_Feature* ptrA, const uint32* patchA ); 85 struct bbf_Feature* ptrA ); 89 struct bbf_Feature* ptrA ); 95 struct bbf_Feature* ptrA, 100 const struct bbf_Feature* ptrA, 111 const struct bbf_Feature* ptrA ); 115 const struct bbf_Feature* ptrA, uint16* memPtrA ); 119 struct bbf_Feature* ptrA, const uint16* memPtrA ); 125 struct bbf_Feature* ptrA, 130 struct bbf_Feature* ptrA ); [all...] |
Sequence.c | 42 struct bbf_Sequence* ptrA ) 44 bbs_memset16( ptrA->ftrPtrArrE, 0, bbs_SIZEOF16( ptrA->ftrPtrArrE ) ); 46 bbf_Feature_init( cpA, &ptrA->baseE ); 47 ptrA->baseE.typeE = ( uint32 )bbf_FT_SEQUENCE; 48 ptrA->baseE.vpActivityE = bbf_Sequence_activity; 49 ptrA->sizeE = 0; 50 bbs_Int32Arr_init( cpA, &ptrA->thrArrE ); 51 bbs_UInt16Arr_init( cpA, &ptrA->wgtArrE ); 52 bbs_UInt16Arr_init( cpA, &ptrA->dataArrE ) [all...] |
I04Dns2x2Ftr.h | 68 struct bbf_I04Dns2x2Ftr* ptrA ); 72 struct bbf_I04Dns2x2Ftr* ptrA ); 78 struct bbf_I04Dns2x2Ftr* ptrA, 83 const struct bbf_I04Dns2x2Ftr* ptrA, 94 const struct bbf_I04Dns2x2Ftr* ptrA ); 98 const struct bbf_I04Dns2x2Ftr* ptrA, uint16* memPtrA ); 102 struct bbf_I04Dns2x2Ftr* ptrA, 109 int32 bbf_I04Dns2x2Ftr_activity( const struct bbf_Feature* ptrA, const uint32* patchA );
|
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinder.h | 58 struct bpi_FaceFinder* ptrA, 64 struct bpi_FaceFinder* ptrA, 70 const struct bpi_FaceFinder* ptrA, 75 const struct bpi_FaceFinder* ptrA, 80 const struct bpi_FaceFinder* ptrA, 94 struct bpi_FaceFinder* ptrA ); 98 struct bpi_FaceFinder* ptrA ); 104 struct bpi_FaceFinder* ptrA, 109 const struct bpi_FaceFinder* ptrA, 120 const struct bpi_FaceFinder* ptrA ); [all...] |
BFFaceFinder.c | 44 struct bpi_BFFaceFinder* ptrA ) 46 bpi_FaceFinder_init( cpA, &ptrA->baseE ); 47 ptrA->baseE.typeE = ( uint32 )bpi_FF_BF_FACE_FINDER; 48 ptrA->baseE.vpSetParamsE = bpi_BFFaceFinder_setParams; 49 ptrA->baseE.vpSetRangeE = bpi_BFFaceFinder_setRange; 50 ptrA->baseE.vpProcessE = bpi_BFFaceFinder_processDcr; 51 ptrA->baseE.vpPutDcrE = bpi_BFFaceFinder_putDcr; 52 ptrA->baseE.vpGetDcrE = bpi_BFFaceFinder_getDcr; 54 ptrA->detectedFacesE = 0; 55 ptrA->availableFacesE = 0 [all...] |