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

1 2 3 4 56

  /external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.c 42 void bts_Cluster3D_init( struct bbs_Context* cpA,
54 void bts_Cluster3D_exit( struct bbs_Context* cpA,
57 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->vecArrE );
75 void bts_Cluster3D_copy( struct bbs_Context* cpA,
95 flag bts_Cluster3D_equal( struct bbs_Context* cpA,
128 struct bts_Flt16Vec3D bts_Cluster3D_center( struct bbs_Context* cpA,
156 struct bts_Int16Rect bts_Cluster3D_boundingBox( struct bbs_Context* cpA,
182 int32 bts_Cluster3D_int32X( struct bbs_Context* cpA,
209 int32 bts_Cluster3D_int32Y( struct bbs_Context* cpA,
237 int32 bts_Cluster3D_int32Z( struct bbs_Context* cpA,
    [all...]
Int16Vec3D.c 74 uint32 bts_Int16Vec3D_memSize( struct bbs_Context* cpA,
82 uint32 bts_Int16Vec3D_memWrite( struct bbs_Context* cpA,
94 uint32 bts_Int16Vec3D_memRead( struct bbs_Context* cpA,
98 if( bbs_Context_error( cpA ) ) return 0;
Flt16Vec3D.h 79 uint32 bts_Flt16Vec3D_memSize( struct bbs_Context* cpA,
83 uint32 bts_Flt16Vec3D_memWrite( struct bbs_Context* cpA,
88 uint32 bts_Flt16Vec3D_memRead( struct bbs_Context* cpA,
CompactMat.c 40 int32 bts_CompactMat_fltDotPrdRow( struct bbs_Context* cpA,
342 void bts_CompactMat_init( struct bbs_Context* cpA,
350 bbs_Int16Arr_init( cpA, &ptrA->cpsArrE );
351 bbs_Int16Arr_init( cpA, &ptrA->expArrE );
357 void bts_CompactMat_exit( struct bbs_Context* cpA,
365 bbs_Int16Arr_exit( cpA, &ptrA->cpsArrE );
366 bbs_Int16Arr_exit( cpA, &ptrA->expArrE );
394 void bts_CompactMat_create( struct bbs_Context* cpA,
402 if( bbs_Context_error( cpA ) ) return;
415 bbs_Int16Arr_create( cpA, &ptrA->cpsArrE, heightA * ptrA->wordsPerRowE, mspA )
    [all...]
Flt16Alt2D.h 79 uint32 bts_Flt16Alt2D_memSize( struct bbs_Context* cpA,
83 uint32 bts_Flt16Alt2D_memWrite( struct bbs_Context* cpA,
88 uint32 bts_Flt16Alt2D_memRead( struct bbs_Context* cpA,
Flt16Alt3D.h 71 uint32 bts_Flt16Alt3D_memSize( struct bbs_Context* cpA,
75 uint32 bts_Flt16Alt3D_memWrite( struct bbs_Context* cpA,
80 uint32 bts_Flt16Alt3D_memRead( struct bbs_Context* cpA,
Flt16Mat3D.h 96 uint32 bts_Flt16Mat3D_memSize( struct bbs_Context* cpA,
100 uint32 bts_Flt16Mat3D_memWrite( struct bbs_Context* cpA,
105 uint32 bts_Flt16Mat3D_memRead( struct bbs_Context* cpA,
Int16Vec2D.c 90 uint32 bts_Int16Vec2D_memSize( struct bbs_Context* cpA,
98 uint32 bts_Int16Vec2D_memWrite( struct bbs_Context* cpA,
109 uint32 bts_Int16Vec2D_memRead( struct bbs_Context* cpA,
113 if( bbs_Context_error( cpA ) ) return 0;
Cluster2D.c 86 void bts_Cluster2D_init( struct bbs_Context* cpA,
98 void bts_Cluster2D_exit( struct bbs_Context* cpA,
101 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->vecArrE );
119 void bts_Cluster2D_copy( struct bbs_Context* cpA,
139 flag bts_Cluster2D_equal( struct bbs_Context* cpA,
170 struct bts_Flt16Vec2D bts_Cluster2D_center( struct bbs_Context* cpA,
195 uint32 bts_Cluster2D_checkSum( struct bbs_Context* cpA,
214 struct bts_Int16Rect bts_Cluster2D_boundingBox( struct bbs_Context* cpA,
241 int32 bts_Cluster2D_int32X( struct bbs_Context* cpA,
274 int32 bts_Cluster2D_int32Y( struct bbs_Context* cpA,
    [all...]
Flt16Alt3D.c 90 uint32 bts_Flt16Alt3D_memSize( struct bbs_Context* cpA,
99 uint32 bts_Flt16Alt3D_memWrite( struct bbs_Context* cpA,
109 uint32 bts_Flt16Alt3D_memRead( struct bbs_Context* cpA,
113 if( bbs_Context_error( cpA ) ) return 0;
Flt16Alt2D.c 107 uint32 bts_Flt16Alt2D_memSize( struct bbs_Context* cpA,
116 uint32 bts_Flt16Alt2D_memWrite( struct bbs_Context* cpA,
126 uint32 bts_Flt16Alt2D_memRead( struct bbs_Context* cpA,
130 if( bbs_Context_error( cpA ) ) return 0;
Flt16Vec3D.c 132 uint32 bts_Flt16Vec3D_memSize( struct bbs_Context* cpA,
140 uint32 bts_Flt16Vec3D_memWrite( struct bbs_Context* cpA,
150 uint32 bts_Flt16Vec3D_memRead( struct bbs_Context* cpA,
154 if( bbs_Context_error( cpA ) ) return 0;
Flt16Mat3D.c 105 uint32 bts_Flt16Mat3D_memSize( struct bbs_Context* cpA,
113 uint32 bts_Flt16Mat3D_memWrite( struct bbs_Context* cpA,
123 uint32 bts_Flt16Mat3D_memRead( struct bbs_Context* cpA,
127 if( bbs_Context_error( cpA ) ) return 0;
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.c 50 void bbs_DynMemManager_init( struct bbs_Context* cpA,
60 void bbs_DynMemManager_exit( struct bbs_Context* cpA,
86 uint32 bbs_DynMemManager_allocatedSize( struct bbs_Context* cpA,
125 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
142 ptrA->memPtrE = ptrA->mallocFPtrE( cpA, memSegPtrA, ( sizeA + bbs_MEM_OFFSET ) << 1 );
149 *ppL = ptrA->mallocFPtrE( cpA, memSegPtrA, ( sizeA + bbs_MEM_OFFSET ) << 1 );
168 void bbs_DynMemManager_free( struct bbs_Context* cpA,
226 uint16* bbs_DynMemManager_nextBlock( struct bbs_Context* cpA,
267 uint16* memPtrL = bbs_DynMemManager_alloc( cpA, ptrA, memSegPtrA, blockSizeL );
287 void bbs_DynMemManager_freeAll( struct bbs_Context* cpA, struct bbs_DynMemManager* ptrA
    [all...]
Functions.c 130 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA,
137 if( bbs_Context_error( cpA ) ) return 0;
149 uint32 bbs_memRead32Arr( struct bbs_Context* cpA,
157 if( bbs_Context_error( cpA ) ) return 0;
169 uint32 bbs_memWrite16Arr( struct bbs_Context* cpA,
177 if( bbs_Context_error( cpA ) ) return 0;
189 uint32 bbs_memRead16Arr( struct bbs_Context* cpA,
197 if( bbs_Context_error( cpA ) ) return 0;
239 uint32 bbs_memReadVersion32( struct bbs_Context* cpA,
244 if( bbs_Context_error( cpA ) ) return 0
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
HistoEq.c 37 void bim_createHisto( struct bbs_Context* cpA,
64 void bim_createHistoOfSection( struct bbs_Context* cpA,
114 void bim_equalize( struct bbs_Context* cpA,
161 void bim_UInt8Image_equalize( struct bbs_Context* cpA,
165 bim_createHisto( cpA, histogramL, imagePtrA );
166 bim_equalize( cpA, imagePtrA, histogramL );
171 void bim_UInt8Image_equalizeSection( struct bbs_Context* cpA,
176 bim_createHistoOfSection( cpA, histogramL, sectionPtrA, imagePtrA );
177 bim_equalize( cpA, imagePtrA, histogramL );
UInt8Image.c 41 void bim_UInt8Image_init( struct bbs_Context* cpA,
44 bbs_UInt8Arr_init( cpA, &ptrA->arrE );
51 void bim_UInt8Image_create( struct bbs_Context* cpA,
57 if( bbs_Context_error( cpA ) ) return;
60 bim_UInt8Image_size( cpA, ptrA, widthA, heightA );
64 bbs_UInt8Arr_create( cpA, &ptrA->arrE, widthA * heightA, mspA );
71 void bim_UInt8Image_exit( struct bbs_Context* cpA,
74 bbs_UInt8Arr_exit( cpA, &ptrA->arrE );
89 void bim_UInt8Image_copy( struct bbs_Context* cpA,
103 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE )
    [all...]
UInt16ByteImage.c 41 void bim_UInt16ByteImage_init( struct bbs_Context* cpA,
44 bbs_UInt16Arr_init( cpA, &ptrA->arrE );
51 void bim_UInt16ByteImage_exit( struct bbs_Context* cpA,
54 bbs_UInt16Arr_exit( cpA, &ptrA->arrE );
69 void bim_UInt16ByteImage_copy( struct bbs_Context* cpA,
83 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
88 flag bim_UInt16ByteImage_equal( struct bbs_Context* cpA,
94 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
107 uint32 bim_UInt16ByteImage_checkSum( struct bbs_Context* cpA,
131 void bim_UInt16ByteImage_create( struct bbs_Context* cpA,
    [all...]
Functions.c 68 void bim_filterWarpInterpolation( struct bbs_Context* cpA,
232 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L );
263 bbs_UInt8Arr_size( cpA, bufPtrA, srcSizeL );
400 void bim_filterWarpPixelReplication( struct bbs_Context* cpA,
564 bbs_UInt8Arr_size( cpA, bufPtrA, w1L * h1L );
595 bbs_UInt8Arr_size( cpA, bufPtrA, srcSizeL );
710 void bim_filterWarp( struct bbs_Context* cpA,
725 bim_filterWarpInterpolation( cpA, dstImagePtrA, srcImagePtrA, srcImageWidthA, srcImageHeightA, offsPtrA, altPtrA, dstWidthA, dstHeightA, bufPtrA, scaleThresholdA );
729 bim_filterWarpPixelReplication( cpA, dstImagePtrA, srcImagePtrA, srcImageWidthA, srcImageHeightA, offsPtrA, altPtrA, dstWidthA, dstHeightA, bufPtrA, scaleThresholdA );
  /external/neven/FaceRecEm/common/src/b_FDSDK/
FaceFinder.c 37 void btk_FaceFinder_init( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA )
42 bpi_FaceFinderRef_init( cpA, &ptrA->ffE );
50 void btk_FaceFinder_exit( struct bbs_Context* cpA, struct btk_FaceFinder* ptrA )
55 bpi_FaceFinderRef_exit( cpA, &ptrA->ffE );
SDK.c 61 void* btk_malloc( struct bbs_Context* cpA,
65 btk_HSDK hsdkL = ( btk_HSDK )cpA;
79 void btk_error( struct bbs_Context* cpA )
81 btk_HSDK hsdkL = ( btk_HSDK )cpA;
DCR.c 37 void btk_DCR_init( struct bbs_Context* cpA, struct btk_DCR* ptrA )
41 bpi_DCR_init( cpA, &ptrA->dcrE );
46 void btk_DCR_exit( struct bbs_Context* cpA, struct btk_DCR* ptrA )
50 bpi_DCR_exit( cpA, &ptrA->dcrE );
  /external/neven/Embedded/common/src/b_APIEm/
Functions.c 39 void bpi_normalizeSimilarities( struct bbs_Context* cpA,
185 int32 bpi_normalizedSimilarity( struct bbs_Context* cpA,
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c     [all...]

Completed in 808 milliseconds

1 2 3 4 56