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

12 3 4 5 6

  /external/neven/Embedded/common/src/b_TensorEm/
IdCluster2D.c 40 void bts_IdCluster2D_init( struct bbs_Context* cpA,
43 bts_Cluster2D_init( cpA, &ptrA->clusterE );
44 bbs_Int16Arr_init( cpA, &ptrA->idArrE );
49 void bts_IdCluster2D_exit( struct bbs_Context* cpA,
52 bts_Cluster2D_exit( cpA, &ptrA->clusterE );
53 bbs_Int16Arr_exit( cpA, &ptrA->idArrE );
66 void bts_IdCluster2D_copy( struct bbs_Context* cpA,
70 bts_Cluster2D_copy( cpA, &ptrA->clusterE, &srcPtrA->clusterE );
71 bbs_Int16Arr_copy( cpA, &ptrA->idArrE, &srcPtrA->idArrE );
76 flag bts_IdCluster2D_equal( struct bbs_Context* cpA,
    [all...]
Int16Rect.h 61 void bts_Int16Rect_init( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA );
64 void bts_Int16Rect_exit( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA );
78 uint32 bts_Int16Rect_memSize( struct bbs_Context* cpA,
82 uint32 bts_Int16Rect_memWrite( struct bbs_Context* cpA,
87 uint32 bts_Int16Rect_memRead( struct bbs_Context* cpA,
RBFMap2D.h 101 void bts_RBFMap2D_init( struct bbs_Context* cpA,
105 void bts_RBFMap2D_exit( struct bbs_Context* cpA,
111 void bts_RBFMap2D_copy( struct bbs_Context* cpA,
116 flag bts_RBFMap2D_equal( struct bbs_Context* cpA,
125 void bts_RBFMap2D_create( struct bbs_Context* cpA,
131 void bts_RBFMap2D_compute( struct bbs_Context* cpA,
139 uint32 bts_RBFMap2D_memSize( struct bbs_Context* cpA,
143 uint32 bts_RBFMap2D_memWrite( struct bbs_Context* cpA,
148 uint32 bts_RBFMap2D_memRead( struct bbs_Context* cpA,
156 struct bts_Flt16Vec2D bts_RBFMap2D_mapVector( struct bbs_Context* cpA,
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Int16Arr.h 62 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...]
MemSeg.h 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,
152 void* bbs_MemSeg_alloc( struct bbs_Context* cpA,
    [all...]
MemTbl.h 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,
126 struct bbs_MemSeg* bbs_MemTbl_largestSegPtr( struct bbs_Context* cpA,
    [all...]
UInt16Arr.h 62 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...]
Int32Arr.h 62 void bbs_Int32Arr_init( struct bbs_Context* cpA,
66 void bbs_Int32Arr_exit( struct bbs_Context* cpA,
72 void bbs_Int32Arr_copy( struct bbs_Context* cpA,
77 flag bbs_Int32Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_Int32Arr_heapSize( struct bbs_Context* cpA,
91 void bbs_Int32Arr_create( struct bbs_Context* cpA,
97 void bbs_Int32Arr_size( struct bbs_Context* cpA,
104 uint32 bbs_Int32Arr_memSize( struct bbs_Context* cpA,
108 uint32 bbs_Int32Arr_memWrite( struct bbs_Context* cpA,
113 uint32 bbs_Int32Arr_memRead( struct bbs_Context* cpA,
    [all...]
Int8Arr.h 62 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...]
UInt32Arr.h 62 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...]
UInt8Arr.h 62 void bbs_UInt8Arr_init( struct bbs_Context* cpA,
66 void bbs_UInt8Arr_exit( struct bbs_Context* cpA,
72 void bbs_UInt8Arr_copy( struct bbs_Context* cpA,
77 flag bbs_UInt8Arr_equal( struct bbs_Context* cpA,
84 uint32 bbs_UInt8Arr_heapSize( struct bbs_Context* cpA,
91 void bbs_UInt8Arr_create( struct bbs_Context* cpA,
97 void bbs_UInt8Arr_size( struct bbs_Context* cpA,
103 uint32 bbs_UInt8Arr_memSize( struct bbs_Context* cpA,
107 uint32 bbs_UInt8Arr_memWrite( struct bbs_Context* cpA,
112 uint32 bbs_UInt8Arr_memRead( struct bbs_Context* cpA,
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
APhImage.h 65 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...]
Flt16Image.h 71 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,
102 /*void bim_Flt16Image_assignExternalImage( 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,
    [all...]
UInt8Image.h 63 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...]
  /external/neven/Embedded/common/src/b_APIEm/
DCR.c 40 void bpi_DCR_init( struct bbs_Context* cpA,
49 bts_IdCluster2D_init( cpA, &ptrA->mainClusterE );
50 bts_IdCluster2D_init( cpA, &ptrA->sdkClusterE );
55 bbs_UInt16Arr_init( cpA, &ptrA->cueDataE );
60 void bpi_DCR_exit( struct bbs_Context* cpA,
69 bts_IdCluster2D_exit( cpA, &ptrA->mainClusterE );
70 bts_IdCluster2D_exit( cpA, &ptrA->sdkClusterE );
74 bbs_UInt16Arr_exit( cpA, &ptrA->cueDataE );
103 void bpi_DCR_create( struct bbs_Context* cpA,
112 bbs_MemTbl_fastestSegPtr( cpA, &memTblL
    [all...]
FaceFinderRef.h 57 void bpi_FaceFinderRef_init( struct bbs_Context* cpA,
61 void bpi_FaceFinderRef_exit( struct bbs_Context* cpA,
67 void bpi_FaceFinderRef_copy( struct bbs_Context* cpA,
72 flag bpi_FaceFinderRef_equal( struct bbs_Context* cpA,
83 uint32 bpi_FaceFinderRef_memSize( struct bbs_Context* cpA,
87 uint32 bpi_FaceFinderRef_memWrite( struct bbs_Context* cpA,
91 uint32 bpi_FaceFinderRef_memRead( struct bbs_Context* cpA,
101 void bpi_FaceFinderRef_setRange( struct bbs_Context* cpA,
107 int32 bpi_FaceFinderRef_process( struct bbs_Context* cpA,
112 int32 bpi_FaceFinderRef_putDcr( struct bbs_Context* cpA,
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
I04Dns2x2Ftr.h 67 void bbf_I04Dns2x2Ftr_init( struct bbs_Context* cpA,
71 void bbf_I04Dns2x2Ftr_exit( struct bbs_Context* cpA,
77 void bbf_I04Dns2x2Ftr_copy( struct bbs_Context* cpA,
82 flag bbf_I04Dns2x2Ftr_equal( struct bbs_Context* cpA,
93 uint32 bbf_I04Dns2x2Ftr_memSize( struct bbs_Context* cpA,
97 uint32 bbf_I04Dns2x2Ftr_memWrite( struct bbs_Context* cpA,
101 uint32 bbf_I04Dns2x2Ftr_memRead( struct bbs_Context* cpA,
I04Dns2x4Ftr.h 67 void bbf_I04Dns2x4Ftr_init( struct bbs_Context* cpA,
71 void bbf_I04Dns2x4Ftr_exit( struct bbs_Context* cpA,
77 void bbf_I04Dns2x4Ftr_copy( struct bbs_Context* cpA,
82 flag bbf_I04Dns2x4Ftr_equal( struct bbs_Context* cpA,
93 uint32 bbf_I04Dns2x4Ftr_memSize( struct bbs_Context* cpA,
97 uint32 bbf_I04Dns2x4Ftr_memWrite( struct bbs_Context* cpA,
101 uint32 bbf_I04Dns2x4Ftr_memRead( struct bbs_Context* cpA,
I04Tld2x4Ftr.h 67 void bbf_I04Tld2x4Ftr_init( struct bbs_Context* cpA,
71 void bbf_I04Tld2x4Ftr_exit( struct bbs_Context* cpA,
77 void bbf_I04Tld2x4Ftr_copy( struct bbs_Context* cpA,
82 flag bbf_I04Tld2x4Ftr_equal( struct bbs_Context* cpA,
93 uint32 bbf_I04Tld2x4Ftr_memSize( struct bbs_Context* cpA,
97 uint32 bbf_I04Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
101 uint32 bbf_I04Tld2x4Ftr_memRead( struct bbs_Context* cpA,
L01Dns2x4Ftr.h 63 void bbf_L01Dns2x4Ftr_init( struct bbs_Context* cpA,
67 void bbf_L01Dns2x4Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L01Dns2x4Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L01Dns2x4Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L01Dns2x4Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L01Dns2x4Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L01Dns2x4Ftr_memRead( struct bbs_Context* cpA,
L01Tld1x1Ftr.h 63 void bbf_L01Tld1x1Ftr_init( struct bbs_Context* cpA,
67 void bbf_L01Tld1x1Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L01Tld1x1Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L01Tld1x1Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L01Tld1x1Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L01Tld1x1Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L01Tld1x1Ftr_memRead( struct bbs_Context* cpA,
L01Tld2x4Ftr.h 63 void bbf_L01Tld2x4Ftr_init( struct bbs_Context* cpA,
67 void bbf_L01Tld2x4Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L01Tld2x4Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L01Tld2x4Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L01Tld2x4Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L01Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L01Tld2x4Ftr_memRead( struct bbs_Context* cpA,
L04Dns2x2Ftr.h 66 void bbf_L04Dns2x2Ftr_init( struct bbs_Context* cpA,
70 void bbf_L04Dns2x2Ftr_exit( struct bbs_Context* cpA,
76 void bbf_L04Dns2x2Ftr_copy( struct bbs_Context* cpA,
81 flag bbf_L04Dns2x2Ftr_equal( struct bbs_Context* cpA,
92 uint32 bbf_L04Dns2x2Ftr_memSize( struct bbs_Context* cpA,
96 uint32 bbf_L04Dns2x2Ftr_memWrite( struct bbs_Context* cpA,
100 uint32 bbf_L04Dns2x2Ftr_memRead( struct bbs_Context* cpA,
L04Dns2x4Ftr.h 63 void bbf_L04Dns2x4Ftr_init( struct bbs_Context* cpA,
67 void bbf_L04Dns2x4Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L04Dns2x4Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L04Dns2x4Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L04Dns2x4Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L04Dns2x4Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L04Dns2x4Ftr_memRead( struct bbs_Context* cpA,
L04Dns3x3Ftr.h 63 void bbf_L04Dns3x3Ftr_init( struct bbs_Context* cpA,
67 void bbf_L04Dns3x3Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L04Dns3x3Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L04Dns3x3Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L04Dns3x3Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L04Dns3x3Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L04Dns3x3Ftr_memRead( struct bbs_Context* cpA,

Completed in 337 milliseconds

12 3 4 5 6