Home
last modified time | relevance | path

Searched refs:bbs_Context (Results 1 – 25 of 148) sorted by relevance

123456

/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Vec.h61 void bts_Flt16Vec_init( struct bbs_Context* cpA,
65 void bts_Flt16Vec_exit( struct bbs_Context* cpA,
71 void bts_Flt16Vec_copy( struct bbs_Context* cpA,
76 flag bts_Flt16Vec_equal( struct bbs_Context* cpA,
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 );
94 void bts_Flt16Vec_create( struct bbs_Context* cpA,
100 void bts_Flt16Vec_size( struct bbs_Context* cpA,
107 uint32 bts_Flt16Vec_memSize( struct bbs_Context* cpA,
[all …]
DCluster2D.h75 void bts_Cluster2D_init( struct bbs_Context* cpA,
79 void bts_Cluster2D_exit( struct bbs_Context* cpA,
85 void bts_Cluster2D_copy( struct bbs_Context* cpA,
90 flag bts_Cluster2D_equal( struct bbs_Context* cpA,
97 struct bts_Flt16Vec2D bts_Cluster2D_center( struct bbs_Context* cpA,
101 uint32 bts_Cluster2D_checkSum( struct bbs_Context* cpA,
105 struct bts_Int16Rect bts_Cluster2D_boundingBox( struct bbs_Context* cpA,
109 int32 bts_Cluster2D_int32X( struct bbs_Context* cpA,
114 int32 bts_Cluster2D_int32Y( struct bbs_Context* cpA,
122 void bts_Cluster2D_create( struct bbs_Context* cpA,
[all …]
DCluster3D.h71 void bts_Cluster3D_init( struct bbs_Context* cpA,
75 void bts_Cluster3D_exit( struct bbs_Context* cpA,
81 void bts_Cluster3D_copy( struct bbs_Context* cpA,
86 flag bts_Cluster3D_equal( struct bbs_Context* cpA,
93 struct bts_Flt16Vec3D bts_Cluster3D_center( struct bbs_Context* cpA,
97 struct bts_Int16Rect bts_Cluster3D_boundingBox( struct bbs_Context* cpA,
101 int32 bts_Cluster3D_int32X( struct bbs_Context* cpA,
107 int32 bts_Cluster3D_int32Y( struct bbs_Context* cpA,
113 int32 bts_Cluster3D_int32Z( struct bbs_Context* cpA,
121 void bts_Cluster3D_create( struct bbs_Context* cpA,
[all …]
DIdCluster2D.h59 void bts_IdCluster2D_init( struct bbs_Context* cpA,
63 void bts_IdCluster2D_exit( struct bbs_Context* cpA,
69 void bts_IdCluster2D_copy( struct bbs_Context* cpA,
74 flag bts_IdCluster2D_equal( struct bbs_Context* cpA,
81 struct bts_Flt16Vec2D bts_IdCluster2D_center( struct bbs_Context* cpA,
85 struct bts_Int16Rect bts_IdCluster2D_boundingBox( struct bbs_Context* cpA,
91 void bts_IdCluster2D_create( struct bbs_Context* cpA,
97 void bts_IdCluster2D_size( struct bbs_Context* cpA,
102 void bts_IdCluster2D_transform( struct bbs_Context* cpA,
107 void bts_IdCluster2D_copyTransform( struct bbs_Context* cpA,
[all …]
DVectorMap.h62 void ( *vpMapE )( struct bbs_Context* cpA,
76 void bts_VectorMap_init( struct bbs_Context* cpA,
80 void bts_VectorMap_exit( struct bbs_Context* cpA,
86 void bts_VectorMap_copy( struct bbs_Context* cpA,
91 flag bts_VectorMap_equal( struct bbs_Context* cpA,
102 uint32 bts_VectorMap_memSize( struct bbs_Context* cpA,
106 uint32 bts_VectorMap_memWrite( struct bbs_Context* cpA,
110 uint32 bts_VectorMap_memRead( struct bbs_Context* cpA,
116 void bts_vectorMapInit( struct bbs_Context* cpA,
121 void bts_vectorMapExit( struct bbs_Context* cpA,
[all …]
/external/neven/Embedded/common/src/b_BasicEm/
DContext.h28 struct bbs_Context;
33 typedef void ( *bbs_errorFPtr )( struct bbs_Context* cpA );
36 typedef uint32 ( *bbs_callbackFPtr )( struct bbs_Context* cpA );
85 struct bbs_Context struct
125 void bbs_Context_init( struct bbs_Context* cpA );
128 void bbs_Context_exit( struct bbs_Context* cpA );
133 void bbs_Context_copy( struct bbs_Context* cpA, const struct bbs_Context* srcPtrA );
149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
152 struct bbs_Error bbs_Context_popError( struct bbs_Context* cpA );
155 struct bbs_Error bbs_Context_peekError( struct bbs_Context* cpA );
[all …]
DMemSeg.h27 struct bbs_Context;
104 void bbs_MemSeg_init( struct bbs_Context* cpA,
108 void bbs_MemSeg_exit( struct bbs_Context* cpA,
116 uint32 bbs_MemSeg_availableSize( struct bbs_Context* cpA,
120 uint32 bbs_MemSeg_allocatedSize( struct bbs_Context* cpA,
124 uint32 bbs_MemSeg_usedSize( struct bbs_Context* cpA,
128 uint32 bbs_MemSeg_blocks( struct bbs_Context* cpA,
132 uint32 bbs_MemSeg_usedBlocks( struct bbs_Context* cpA,
142 struct bbs_MemSeg bbs_MemSeg_create( struct bbs_Context* cpA,
147 struct bbs_MemSeg bbs_MemSeg_createShared( struct bbs_Context* cpA,
[all …]
DMemTbl.h26 struct bbs_Context;
66 void bbs_MemTbl_init( struct bbs_Context* cpA,
70 void bbs_MemTbl_exit( struct bbs_Context* cpA,
78 flag bbs_MemTbl_overlap( struct bbs_Context* cpA,
89 void bbs_MemTbl_create( struct bbs_Context* cpA,
96 void bbs_MemTbl_add( struct bbs_Context* cpA,
103 void bbs_MemTbl_addShared( struct bbs_Context* cpA,
110 struct bbs_MemSeg* bbs_MemTbl_segPtr( struct bbs_Context* cpA,
114 struct bbs_MemSeg* bbs_MemTbl_sharedSegPtr( struct bbs_Context* cpA,
121 struct bbs_MemSeg* bbs_MemTbl_fastestSegPtr( struct bbs_Context* cpA,
[all …]
DUInt16Arr.h62 void bbs_UInt16Arr_init( struct bbs_Context* cpA,
66 void bbs_UInt16Arr_exit( struct bbs_Context* cpA,
72 void bbs_UInt16Arr_copy( struct bbs_Context* cpA,
77 flag bbs_UInt16Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_UInt16Arr_checkSum( struct bbs_Context* cpA,
89 uint32 bbs_UInt16Arr_heapSize( struct bbs_Context* cpA,
96 void bbs_UInt16Arr_create( struct bbs_Context* cpA,
102 void bbs_UInt16Arr_size( struct bbs_Context* cpA,
108 uint32 bbs_UInt16Arr_memSize( struct bbs_Context* cpA,
112 uint32 bbs_UInt16Arr_memWrite( struct bbs_Context* cpA,
[all …]
DInt16Arr.h62 void bbs_Int16Arr_init( struct bbs_Context* cpA,
66 void bbs_Int16Arr_exit( struct bbs_Context* cpA,
72 void bbs_Int16Arr_copy( struct bbs_Context* cpA,
77 flag bbs_Int16Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_Int16Arr_heapSize( struct bbs_Context* cpA,
91 void bbs_Int16Arr_create( struct bbs_Context* cpA,
102 void bbs_Int16Arr_createAligned( struct bbs_Context* cpA,
110 void bbs_Int16Arr_size( struct bbs_Context* cpA,
117 uint32 bbs_Int16Arr_memSize( struct bbs_Context* cpA,
121 uint32 bbs_Int16Arr_memWrite( struct bbs_Context* cpA,
[all …]
DInt8Arr.h62 void bbs_Int8Arr_init( struct bbs_Context* cpA,
66 void bbs_Int8Arr_exit( struct bbs_Context* cpA,
72 void bbs_Int8Arr_copy( struct bbs_Context* cpA,
77 flag bbs_Int8Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_Int8Arr_heapSize( struct bbs_Context* cpA,
91 void bbs_Int8Arr_create( struct bbs_Context* cpA,
97 void bbs_Int8Arr_size( struct bbs_Context* cpA,
104 uint32 bbs_Int8Arr_memSize( struct bbs_Context* cpA,
108 uint32 bbs_Int8Arr_memWrite( struct bbs_Context* cpA,
113 uint32 bbs_Int8Arr_memRead( struct bbs_Context* cpA,
[all …]
DUInt32Arr.h62 void bbs_UInt32Arr_init( struct bbs_Context* cpA,
66 void bbs_UInt32Arr_exit( struct bbs_Context* cpA,
72 void bbs_UInt32Arr_copy( struct bbs_Context* cpA,
77 flag bbs_UInt32Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_UInt32Arr_heapSize( struct bbs_Context* cpA,
91 void bbs_UInt32Arr_create( struct bbs_Context* cpA,
97 void bbs_UInt32Arr_size( struct bbs_Context* cpA,
103 uint32 bbs_UInt32Arr_memSize( struct bbs_Context* cpA,
107 uint32 bbs_UInt32Arr_memWrite( struct bbs_Context* cpA,
112 uint32 bbs_UInt32Arr_memRead( struct bbs_Context* cpA,
[all …]
/external/neven/Embedded/common/src/b_APIEm/
DFaceFinder.h57 void ( *vpSetParamsE )( struct bbs_Context* cpA,
63 void ( *vpSetRangeE )( struct bbs_Context* cpA,
69 int32 ( *vpProcessE )( struct bbs_Context* cpA,
74 int32 ( *vpPutDcrE )( struct bbs_Context* cpA,
79 void ( *vpGetDcrE )( struct bbs_Context* cpA,
93 void bpi_FaceFinder_init( struct bbs_Context* cpA,
97 void bpi_FaceFinder_exit( struct bbs_Context* cpA,
103 void bpi_FaceFinder_copy( struct bbs_Context* cpA,
108 flag bpi_FaceFinder_equal( struct bbs_Context* cpA,
119 uint32 bpi_FaceFinder_memSize( struct bbs_Context* cpA,
[all …]
DBFFaceFinder.h69 void bpi_BFFaceFinder_init( struct bbs_Context* cpA,
73 void bpi_BFFaceFinder_exit( struct bbs_Context* cpA,
79 void bpi_BFFaceFinder_copy( struct bbs_Context* cpA,
84 flag bpi_BFFaceFinder_equal( struct bbs_Context* cpA,
99 void bpi_BFFaceFinder_setMinEyeDistance( struct bbs_Context* cpA,
104 void bpi_BFFaceFinder_setMaxEyeDistance( struct bbs_Context* cpA,
111 uint32 bpi_BFFaceFinder_memSize( struct bbs_Context* cpA,
115 uint32 bpi_BFFaceFinder_memWrite( struct bbs_Context* cpA,
124 uint32 bpi_BFFaceFinder_memRead( struct bbs_Context* cpA,
146 int32 bpi_BFFaceFinder_process( struct bbs_Context* cpA,
[all …]
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.h161 void bbf_Scanner_init( struct bbs_Context* cpA,
165 void bbf_Scanner_exit( struct bbs_Context* cpA,
171 void bbf_Scanner_copy( struct bbs_Context* cpA,
176 flag bbf_Scanner_equal( struct bbs_Context* cpA,
199 void bbf_Scanner_create( struct bbs_Context* cpA,
216 void bbf_Scanner_bitParam( struct bbs_Context* cpA,
223 uint32 bbf_Scanner_memSize( struct bbs_Context* cpA,
227 uint32 bbf_Scanner_memWrite( struct bbs_Context* cpA,
231 uint32 bbf_Scanner_memRead( struct bbs_Context* cpA,
239 void bbf_Scanner_resetScan( struct bbs_Context* cpA, struct bbf_Scanner* ptrA );
[all …]
DLocalScanner.h140 void bbf_LocalScanner_init( struct bbs_Context* cpA,
144 void bbf_LocalScanner_exit( struct bbs_Context* cpA,
150 void bbf_LocalScanner_copy( struct bbs_Context* cpA,
155 flag bbf_LocalScanner_equal( struct bbs_Context* cpA,
176 void bbf_LocalScanner_create( struct bbs_Context* cpA,
188 void bbf_LocalScanner_bitParam( struct bbs_Context* cpA,
198 void bbf_LocalScanner_origScanRegion( struct bbs_Context* cpA,
205 uint32 bbf_LocalScanner_memSize( struct bbs_Context* cpA,
209 uint32 bbf_LocalScanner_memWrite( struct bbs_Context* cpA,
213 uint32 bbf_LocalScanner_memRead( struct bbs_Context* cpA,
[all …]
DFeature.h84 void bbf_Feature_init( struct bbs_Context* cpA,
88 void bbf_Feature_exit( struct bbs_Context* cpA,
94 void bbf_Feature_copy( struct bbs_Context* cpA,
99 flag bbf_Feature_equal( struct bbs_Context* cpA,
110 uint32 bbf_Feature_memSize( struct bbs_Context* cpA,
114 uint32 bbf_Feature_memWrite( struct bbs_Context* cpA,
118 uint32 bbf_Feature_memRead( struct bbs_Context* cpA,
124 void bbf_featureInit( struct bbs_Context* cpA,
129 void bbf_featureExit( struct bbs_Context* cpA,
133 uint32 bbf_featureMemSize( struct bbs_Context* cpA,
[all …]
/external/neven/Embedded/common/src/b_ImageEm/
DFlt16Image.h71 void bim_Flt16Image_init( struct bbs_Context* cpA,
75 void bim_Flt16Image_exit( struct bbs_Context* cpA,
81 void bim_Flt16Image_copy( struct bbs_Context* cpA,
86 flag bim_Flt16Image_equal( struct bbs_Context* cpA,
95 void bim_Flt16Image_create( struct bbs_Context* cpA,
107 void bim_Flt16Image_size( struct bbs_Context* cpA,
115 uint32 bim_Flt16Image_memSize( struct bbs_Context* cpA,
119 uint32 bim_Flt16Image_memWrite( struct bbs_Context* cpA,
124 uint32 bim_Flt16Image_memRead( struct bbs_Context* cpA,
132 void bim_Flt16Image_setAllPixels( struct bbs_Context* cpA,
[all …]
DUInt8Image.h63 void bim_UInt8Image_init( struct bbs_Context* cpA,
67 void bim_UInt8Image_create( struct bbs_Context* cpA,
74 void bim_UInt8Image_exit( struct bbs_Context* cpA,
80 void bim_UInt8Image_copy( struct bbs_Context* cpA,
85 flag bim_UInt8Image_equal( struct bbs_Context* cpA,
92 uint32 bim_UInt8Image_checkSum( struct bbs_Context* cpA,
98 void bim_UInt8Image_assignExternalImage( struct bbs_Context* cpA,
103 void bim_UInt8Image_size( struct bbs_Context* cpA,
111 uint32 bim_UInt8Image_memSize( struct bbs_Context* cpA,
115 uint32 bim_UInt8Image_memWrite( struct bbs_Context* cpA,
[all …]
DComplexImage.h65 void bim_ComplexImage_init( struct bbs_Context* cpA,
69 void bim_ComplexImage_exit( struct bbs_Context* cpA,
75 void bim_ComplexImage_copy( struct bbs_Context* cpA,
80 flag bim_ComplexImage_equal( struct bbs_Context* cpA,
87 uint32 bim_ComplexImage_checkSum( struct bbs_Context* cpA,
91 uint32 bim_ComplexImage_heapSize( struct bbs_Context* cpA,
98 void bim_ComplexImage_create( struct bbs_Context* cpA,
105 void bim_ComplexImage_size( struct bbs_Context* cpA,
113 uint32 bim_ComplexImage_memSize( struct bbs_Context* cpA,
117 uint32 bim_ComplexImage_memWrite( struct bbs_Context* cpA,
[all …]
DUInt16ByteImage.h72 void bim_UInt16ByteImage_init( struct bbs_Context* cpA,
76 void bim_UInt16ByteImage_create( struct bbs_Context* cpA,
83 void bim_UInt16ByteImage_exit( struct bbs_Context* cpA,
89 void bim_UInt16ByteImage_copy( struct bbs_Context* cpA,
94 flag bim_UInt16ByteImage_equal( struct bbs_Context* cpA,
101 uint32 bim_UInt16ByteImage_checkSum( struct bbs_Context* cpA,
107 void bim_UInt16ByteImage_assignExternalImage( struct bbs_Context* cpA,
112 void bim_UInt16ByteImage_size( struct bbs_Context* cpA,
119 uint32 bim_UInt16ByteImage_memSize( struct bbs_Context* cpA,
123 uint32 bim_UInt16ByteImage_memWrite( struct bbs_Context* cpA,
[all …]
DUInt8PyramidalImage.h83 void bim_UInt8PyramidalImage_init( struct bbs_Context* cpA,
87 void bim_UInt8PyramidalImage_create( struct bbs_Context* cpA,
94 void bim_UInt8PyramidalImage_exit( struct bbs_Context* cpA,
100 void bim_UInt8PyramidalImage_copy( struct bbs_Context* cpA,
105 flag bim_UInt8PyramidalImage_equal( struct bbs_Context* cpA,
111 uint8* bim_UInt8PyramidalImage_arrPtr( struct bbs_Context* cpA,
116 uint32 bim_UInt8PyramidalImage_heapSize( struct bbs_Context* cpA,
125 void bim_UInt8PyramidalImage_size( struct bbs_Context* cpA,
134 uint32 bim_UInt8PyramidalImage_memSize( struct bbs_Context* cpA,
138 uint32 bim_UInt8PyramidalImage_memWrite( struct bbs_Context* cpA,
[all …]
DUInt16BytePyrImage.h81 void bim_UInt16BytePyrImage_init( struct bbs_Context* cpA,
85 void bim_UInt16BytePyrImage_create( struct bbs_Context* cpA,
92 void bim_UInt16BytePyrImage_exit( struct bbs_Context* cpA,
98 void bim_UInt16BytePyrImage_copy( struct bbs_Context* cpA,
103 flag bim_UInt16BytePyrImage_equal( struct bbs_Context* cpA,
110 uint16* bim_UInt16BytePyrImage_arrPtr( struct bbs_Context* cpA,
115 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA,
124 void bim_UInt16BytePyrImage_size( struct bbs_Context* cpA,
133 uint32 bim_UInt16BytePyrImage_memSize( struct bbs_Context* cpA,
137 uint32 bim_UInt16BytePyrImage_memWrite( struct bbs_Context* cpA,
[all …]
DUInt32Image.h61 void bim_UInt32Image_init( struct bbs_Context* cpA,
65 void bim_UInt32Image_exit( struct bbs_Context* cpA,
71 void bim_UInt32Image_copy( struct bbs_Context* cpA,
76 flag bim_UInt32Image_equal( struct bbs_Context* cpA,
83 uint32 bim_UInt32Image_heapSize( struct bbs_Context* cpA,
89 uint32 bim_UInt32Image_checkSum( struct bbs_Context* cpA,
95 void bim_UInt32Image_create( struct bbs_Context* cpA,
102 void bim_UInt32Image_assignExternalImage( struct bbs_Context* cpA,
107 void bim_UInt32Image_size( struct bbs_Context* cpA,
115 uint32 bim_UInt32Image_memSize( struct bbs_Context* cpA,
[all …]
DAPhImage.h65 void bim_APhImage_init( struct bbs_Context* cpA,
69 void bim_APhImage_create( struct bbs_Context* cpA,
76 void bim_APhImage_exit( struct bbs_Context* cpA,
82 void bim_APhImage_copy( struct bbs_Context* cpA,
87 flag bim_APhImage_equal( struct bbs_Context* cpA,
96 void bim_APhImage_size( struct bbs_Context* cpA,
104 uint32 bim_APhImage_memSize( struct bbs_Context* cpA,
108 uint32 bim_APhImage_memWrite( struct bbs_Context* cpA,
113 uint32 bim_APhImage_memRead( struct bbs_Context* cpA,
121 void bim_APhImage_setAllPixels( struct bbs_Context* cpA,
[all …]

123456