HomeSort by relevance Sort by last modified time
    Searched refs:cpA (Results 101 - 125 of 149) sorted by null

1 2 3 45 6

  /external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c 42 void bts_RBFMap2D_init( struct bbs_Context* cpA,
46 bts_Cluster2D_init( cpA, &ptrA->srcClusterE );
47 bts_Cluster2D_init( cpA, &ptrA->rbfCoeffClusterE );
53 bts_Int32Mat_init( cpA, &ptrA->matE );
54 bts_Int32Mat_init( cpA, &ptrA->tempMatE );
55 bbs_Int32Arr_init( cpA, &ptrA->inVecE );
56 bbs_Int32Arr_init( cpA, &ptrA->outVecE );
57 bbs_Int32Arr_init( cpA, &ptrA->tempVecE );
62 void bts_RBFMap2D_exit( struct bbs_Context* cpA,
66 bts_Cluster2D_exit( cpA, &ptrA->srcClusterE )
    [all...]
Uint32Rect.c 74 uint32 bts_Uint32Rect_memSize( struct bbs_Context* cpA,
82 uint32 bts_Uint32Rect_memWrite( struct bbs_Context* cpA,
95 uint32 bts_Uint32Rect_memRead( struct bbs_Context* cpA,
99 if( bbs_Context_error( cpA ) ) return 0;
Int16Rect.c 42 void bts_Int16Rect_init( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA )
50 void bts_Int16Rect_exit( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA )
102 uint32 bts_Int16Rect_memSize( struct bbs_Context* cpA,
110 uint32 bts_Int16Rect_memWrite( struct bbs_Context* cpA,
123 uint32 bts_Int16Rect_memRead( struct bbs_Context* cpA,
127 if( bbs_Context_error( cpA ) ) return 0;
Flt16Vec.c 42 void bts_Flt16Vec_init( struct bbs_Context* cpA,
45 bbs_Int16Arr_init( cpA, &ptrA->arrE );
51 void bts_Flt16Vec_exit( struct bbs_Context* cpA,
54 bbs_Int16Arr_exit( cpA, &ptrA->arrE );
68 void bts_Flt16Vec_copy( struct bbs_Context* cpA,
72 bbs_Int16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
78 flag bts_Flt16Vec_equal( struct bbs_Context* cpA,
82 if( !bbs_Int16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE ) ) return FALSE;
97 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA )
112 uint32 bts_Flt16Vec_norm( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA
    [all...]
Int16Vec2D.h 70 uint32 bts_Int16Vec2D_memSize( struct bbs_Context* cpA,
74 uint32 bts_Int16Vec2D_memWrite( struct bbs_Context* cpA,
79 uint32 bts_Int16Vec2D_memRead( struct bbs_Context* cpA,
Int32Mat.c 77 void bts_Int32Mat_init( struct bbs_Context* cpA,
81 bbs_Int32Arr_init( cpA, &ptrA->arrE );
86 void bts_Int32Mat_exit( struct bbs_Context* cpA,
90 bbs_Int32Arr_exit( cpA, &ptrA->arrE );
118 void bts_Int32Mat_create( struct bbs_Context* cpA,
123 if( bbs_Context_error( cpA ) ) return;
124 bbs_Int32Arr_create( cpA, &ptrA->arrE, widthA * widthA, mspA );
130 void bts_Int32Mat_copy( struct bbs_Context* cpA,
141 bbs_Int32Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
154 uint32 bts_Int32Mat_memSize( struct bbs_Context* cpA,
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
ScanDetector.c 41 void bbf_ScanDetector_init( struct bbs_Context* cpA,
50 bbf_Scanner_init( cpA, &ptrA->scannerE );
61 for( iL = 0; iL < bbf_SCAN_DETECTOR_MAX_FEATURES; iL++ ) bbf_BitParam_init( cpA, &ptrA->bitParamArrE[ iL ] );
62 for( iL = 0; iL < bbf_SCAN_DETECTOR_MAX_FEATURES; iL++ ) bbf_Sequence_init( cpA, &ptrA->featureArrE[ iL ] );
63 bts_IdCluster2D_init( cpA, &ptrA->refClusterE );
69 void bbf_ScanDetector_exit( struct bbs_Context* cpA,
78 bbf_Scanner_exit( cpA, &ptrA->scannerE );
89 for( iL = 0; iL < bbf_SCAN_DETECTOR_MAX_FEATURES; iL++ ) bbf_BitParam_exit( cpA, &ptrA->bitParamArrE[ iL ] );
90 for( iL = 0; iL < bbf_SCAN_DETECTOR_MAX_FEATURES; iL++ ) bbf_Sequence_exit( cpA, &ptrA->featureArrE[ iL ] );
91 bts_IdCluster2D_exit( cpA, &ptrA->refClusterE )
    [all...]
LocalScanDetector.h 153 void bbf_LocalScanDetector_init( struct bbs_Context* cpA,
157 void bbf_LocalScanDetector_exit( struct bbs_Context* cpA,
163 void bbf_LocalScanDetector_copy( struct bbs_Context* cpA,
168 flag bbf_LocalScanDetector_equal( struct bbs_Context* cpA,
179 uint32 bbf_LocalScanDetector_memSize( struct bbs_Context* cpA,
183 uint32 bbf_LocalScanDetector_memWrite( struct bbs_Context* cpA,
187 uint32 bbf_LocalScanDetector_memRead( struct bbs_Context* cpA,
197 int32 bbf_LocalScanDetector_process( struct bbs_Context* cpA,
L06Dns4x4Ftr.c 41 void bbf_L06Dns4x4Ftr_init( struct bbs_Context* cpA,
44 bbf_Feature_init( cpA, &ptrA->baseE );
47 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE );
53 void bbf_L06Dns4x4Ftr_exit( struct bbs_Context* cpA,
56 bbf_Feature_exit( cpA, &ptrA->baseE );
57 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE );
71 void bbf_L06Dns4x4Ftr_copy( struct bbs_Context* cpA,
75 bbf_Feature_copy( cpA, &ptrA->baseE, &srcPtrA->baseE );
76 bbs_UInt32Arr_copy( cpA, &ptrA->dataArrE, &srcPtrA->dataArrE );
82 flag bbf_L06Dns4x4Ftr_equal( struct bbs_Context* cpA,
    [all...]
L06DnsNx4x4Ftr.c 41 void bbf_L06DnsNx4x4Ftr_init( struct bbs_Context* cpA,
44 bbf_Feature_init( cpA, &ptrA->baseE );
48 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE );
54 void bbf_L06DnsNx4x4Ftr_exit( struct bbs_Context* cpA,
57 bbf_Feature_exit( cpA, &ptrA->baseE );
59 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE );
73 void bbf_L06DnsNx4x4Ftr_copy( struct bbs_Context* cpA,
77 bbf_Feature_copy( cpA, &ptrA->baseE, &srcPtrA->baseE );
79 bbs_UInt32Arr_copy( cpA, &ptrA->dataArrE, &srcPtrA->dataArrE );
85 flag bbf_L06DnsNx4x4Ftr_equal( struct bbs_Context* cpA,
    [all...]
LocalScanner.c 34 void bbf_LocalScanner_alloc( struct bbs_Context* cpA,
39 struct bbs_MemSeg* espL = bbs_MemTbl_segPtr( cpA, &memTblL, 0 );
40 struct bbs_MemSeg* sspL = bbs_MemTbl_sharedSegPtr( cpA, &memTblL, 0 );
53 bbs_UInt8Arr_create( cpA, &ptrA->workImageBufferE, ( woL >> 1 ) * ( hoL >> 1 ), espL );
54 bbs_UInt8Arr_fill( cpA, &ptrA->workImageBufferE, 0 );
58 bim_UInt32Image_create( cpA, &ptrA->bitImageE, woL, ( hoL >> 5 ) + ( ( ( hoL & 0x1F ) != 0 ) ? 1 : 0 ), espL );
59 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
62 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, espL );
63 bbs_UInt32Arr_fill( cpA, &ptrA->patchBufferE, 0 );
66 bim_UInt32Image_create( cpA, &ptrA->satE, woL + pwoL, pwoL + 1, sspL )
    [all...]
Scanner.c 44 void bbf_Scanner_alloc( struct bbs_Context* cpA,
50 struct bbs_MemSeg* espL = bbs_MemTbl_segPtr( cpA, &memTblL, 0 );
51 struct bbs_MemSeg* sspL = bbs_MemTbl_sharedSegPtr( cpA, &memTblL, 0 );
67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL );
68 if( bbs_Context_error( cpA ) ) return;
69 bbs_UInt16Arr_fill( cpA, &ptrA->workImageE, 0 );
72 bim_UInt32Image_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ), mspL );
73 if( bbs_Context_error( cpA ) ) return;
74 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
77 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, mspL )
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
ComplexImage.c 42 void bim_ComplexImage_init( struct bbs_Context* cpA,
45 bbs_ComplexArr_init( cpA, &ptrA->arrE );
52 void bim_ComplexImage_exit( struct bbs_Context* cpA,
55 bbs_ComplexArr_exit( cpA, &ptrA->arrE );
70 void bim_ComplexImage_copy( struct bbs_Context* cpA,
84 bbs_ComplexArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
89 flag bim_ComplexImage_equal( struct bbs_Context* cpA,
95 return bbs_ComplexArr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
108 uint32 bim_ComplexImage_checkSum( struct bbs_Context* cpA,
125 uint32 bim_ComplexImage_heapSize( struct bbs_Context* cpA,
    [all...]
UInt16BytePyrImage.c 42 void bim_UInt16BytePyrImage_init( struct bbs_Context* cpA,
45 bbs_UInt16Arr_init( cpA, &ptrA->arrE );
54 void bim_UInt16BytePyrImage_exit( struct bbs_Context* cpA,
57 bbs_UInt16Arr_exit( cpA, &ptrA->arrE );
73 void bim_UInt16BytePyrImage_copy( struct bbs_Context* cpA,
88 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
93 flag bim_UInt16BytePyrImage_equal( struct bbs_Context* cpA,
100 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
113 uint16* bim_UInt16BytePyrImage_arrPtr( struct bbs_Context* cpA,
139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA,
    [all...]
UInt8PyramidalImage.c 42 void bim_UInt8PyramidalImage_init( struct bbs_Context* cpA,
45 bbs_UInt8Arr_init( cpA, &ptrA->arrE );
54 void bim_UInt8PyramidalImage_exit( struct bbs_Context* cpA,
57 bbs_UInt8Arr_exit( cpA, &ptrA->arrE );
73 void bim_UInt8PyramidalImage_copy( struct bbs_Context* cpA,
88 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
93 flag bim_UInt8PyramidalImage_equal( struct bbs_Context* cpA,
100 return bbs_UInt8Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
113 uint8* bim_UInt8PyramidalImage_arrPtr( struct bbs_Context* cpA,
139 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA,
    [all...]
APhImage.c 42 void bim_APhImage_init( struct bbs_Context* cpA,
45 bbs_APhArr_init( cpA, &ptrA->arrE );
52 void bim_APhImage_create( struct bbs_Context* cpA,
58 if( bbs_Context_error( cpA ) ) return;
61 bim_APhImage_size( cpA, ptrA, widthA, heightA );
65 bbs_APhArr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
73 void bim_APhImage_exit( struct bbs_Context* cpA,
76 bbs_APhArr_exit( cpA, &ptrA->arrE );
91 void bim_APhImage_copy( struct bbs_Context* cpA,
105 bbs_APhArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE )
    [all...]
Flt16Image.c 42 void bim_Flt16Image_init( struct bbs_Context* cpA,
45 bbs_Int16Arr_init( cpA, &ptrA->allocArrE );
46 bbs_Int16Arr_init( cpA, &ptrA->arrE );
54 void bim_Flt16Image_exit( struct bbs_Context* cpA,
57 bbs_Int16Arr_exit( cpA, &ptrA->arrE );
58 bbs_Int16Arr_exit( cpA, &ptrA->allocArrE );
74 void bim_Flt16Image_copy( struct bbs_Context* cpA,
89 bbs_Int16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
94 flag bim_Flt16Image_equal( struct bbs_Context* cpA,
101 return bbs_Int16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE )
    [all...]
Functions.h 54 void bim_filterWarpInterpolation( struct bbs_Context* cpA,
74 void bim_filterWarpPixelReplication( struct bbs_Context* cpA,
89 void bim_filterWarp( struct bbs_Context* cpA,
  /external/neven/Embedded/common/src/b_BasicEm/
APh.c 80 uint32 bbs_APh_memSize( struct bbs_Context* cpA,
88 uint32 bbs_APh_memWrite( struct bbs_Context* cpA,
94 return bbs_APh_memSize( cpA, *ptrA );
99 uint32 bbs_APh_memRead( struct bbs_Context* cpA,
103 if( bbs_Context_error( cpA ) ) return 0;
106 return bbs_APh_memSize( cpA, *ptrA );
Basic.h 132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL )
    [all...]
Functions.h 68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA,
73 uint32 bbs_memRead32Arr( struct bbs_Context* cpA,
78 uint32 bbs_memWrite16Arr( struct bbs_Context* cpA,
83 uint32 bbs_memRead16Arr( struct bbs_Context* cpA,
102 uint32 bbs_memReadVersion32( struct bbs_Context* cpA,
MemSeg.c 41 void bbs_MemSeg_init( struct bbs_Context* cpA,
54 void bbs_MemSeg_exit( struct bbs_Context* cpA,
83 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA,
98 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA,
107 return bbs_DynMemManager_allocatedSize( cpA, ptrA->dynMemManagerPtrE );
113 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA,
140 return bbs_MemSeg_allocatedSize( cpA, ptrA );
146 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA,
165 uint32 bbs_MemSeg_usedBlocks( struct bbs_Context* cpA,
208 struct bbs_MemSeg bbs_MemSeg_create( struct bbs_Context* cpA,
    [all...]
Complex.h 70 uint32 bbs_Complex_memSize( struct bbs_Context* cpA,
74 uint32 bbs_Complex_memWrite( struct bbs_Context* cpA,
79 uint32 bbs_Complex_memRead( struct bbs_Context* cpA,
Complex.c 81 uint32 bbs_Complex_memSize( struct bbs_Context* cpA,
89 uint32 bbs_Complex_memWrite( struct bbs_Context* cpA,
95 return bbs_Complex_memSize( cpA, *ptrA );
100 uint32 bbs_Complex_memRead( struct bbs_Context* cpA,
104 if( bbs_Context_error( cpA ) ) return 0;
107 return bbs_Complex_memSize( cpA, *ptrA );
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 55 void bpi_normalizeSimilarities( struct bbs_Context* cpA,
68 int32 bpi_normalizedSimilarity( struct bbs_Context* cpA,
88 void bpi_testCheckSum( struct bbs_Context* cpA, uint16* memPtrA, uint16 chkSumA, const char* fNameA );

Completed in 215 milliseconds

1 2 3 45 6