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

1 23 4 5 6

  /external/neven/Embedded/common/src/b_BitFeatureEm/
L04Tld2x4Ftr.h 64 void bbf_L04Tld2x4Ftr_init( struct bbs_Context* cpA,
68 void bbf_L04Tld2x4Ftr_exit( struct bbs_Context* cpA,
74 void bbf_L04Tld2x4Ftr_copy( struct bbs_Context* cpA,
79 flag bbf_L04Tld2x4Ftr_equal( struct bbs_Context* cpA,
90 uint32 bbf_L04Tld2x4Ftr_memSize( struct bbs_Context* cpA,
94 uint32 bbf_L04Tld2x4Ftr_memWrite( struct bbs_Context* cpA,
98 uint32 bbf_L04Tld2x4Ftr_memRead( struct bbs_Context* cpA,
L06Dns3x3Ftr.h 63 void bbf_L06Dns3x3Ftr_init( struct bbs_Context* cpA,
67 void bbf_L06Dns3x3Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L06Dns3x3Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L06Dns3x3Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L06Dns3x3Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L06Dns3x3Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L06Dns3x3Ftr_memRead( struct bbs_Context* cpA,
L06Dns4x4Ftr.h 63 void bbf_L06Dns4x4Ftr_init( struct bbs_Context* cpA,
67 void bbf_L06Dns4x4Ftr_exit( struct bbs_Context* cpA,
73 void bbf_L06Dns4x4Ftr_copy( struct bbs_Context* cpA,
78 flag bbf_L06Dns4x4Ftr_equal( struct bbs_Context* cpA,
89 uint32 bbf_L06Dns4x4Ftr_memSize( struct bbs_Context* cpA,
93 uint32 bbf_L06Dns4x4Ftr_memWrite( struct bbs_Context* cpA,
97 uint32 bbf_L06Dns4x4Ftr_memRead( struct bbs_Context* cpA,
L06DnsNx4x4Ftr.h 66 void bbf_L06DnsNx4x4Ftr_init( struct bbs_Context* cpA,
70 void bbf_L06DnsNx4x4Ftr_exit( struct bbs_Context* cpA,
76 void bbf_L06DnsNx4x4Ftr_copy( struct bbs_Context* cpA,
81 flag bbf_L06DnsNx4x4Ftr_equal( struct bbs_Context* cpA,
92 uint32 bbf_L06DnsNx4x4Ftr_memSize( struct bbs_Context* cpA,
96 uint32 bbf_L06DnsNx4x4Ftr_memWrite( struct bbs_Context* cpA,
100 uint32 bbf_L06DnsNx4x4Ftr_memRead( struct bbs_Context* cpA,
Sequence.h 78 void bbf_Sequence_init( struct bbs_Context* cpA,
82 void bbf_Sequence_exit( struct bbs_Context* cpA,
88 void bbf_Sequence_copy( struct bbs_Context* cpA,
93 flag bbf_Sequence_equal( struct bbs_Context* cpA,
104 uint32 bbf_Sequence_memSize( struct bbs_Context* cpA,
108 uint32 bbf_Sequence_memWrite( struct bbs_Context* cpA,
112 uint32 bbf_Sequence_memRead( struct bbs_Context* cpA,
L01Tld1x1Ftr.c 42 void bbf_L01Tld1x1Ftr_init( struct bbs_Context* cpA,
45 bbf_Feature_init( cpA, &ptrA->baseE );
48 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE );
54 void bbf_L01Tld1x1Ftr_exit( struct bbs_Context* cpA,
57 bbf_Feature_exit( cpA, &ptrA->baseE );
58 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE );
72 void bbf_L01Tld1x1Ftr_copy( struct bbs_Context* cpA,
76 bbf_Feature_copy( cpA, &ptrA->baseE, &srcPtrA->baseE );
77 bbs_UInt32Arr_copy( cpA, &ptrA->dataArrE, &srcPtrA->dataArrE );
83 flag bbf_L01Tld1x1Ftr_equal( struct bbs_Context* cpA,
    [all...]
BitParam.c 40 void bbf_BitParam_init( struct bbs_Context* cpA,
49 void bbf_BitParam_exit( struct bbs_Context* cpA,
66 void bbf_BitParam_copy( struct bbs_Context* cpA,
76 flag bbf_BitParam_equal( struct bbs_Context* cpA,
111 uint32 bbf_BitParam_memSize( struct bbs_Context* cpA,
122 uint32 bbf_BitParam_memWrite( struct bbs_Context* cpA,
128 return bbf_BitParam_memSize( cpA, ptrA );
133 uint32 bbf_BitParam_memRead( struct bbs_Context* cpA,
139 return bbf_BitParam_memSize( cpA, ptrA );
LocalScanner.h 140 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...]
Sequence.c 41 void bbf_Sequence_init( struct bbs_Context* cpA,
46 bbf_Feature_init( cpA, &ptrA->baseE );
50 bbs_Int32Arr_init( cpA, &ptrA->thrArrE );
51 bbs_UInt16Arr_init( cpA, &ptrA->wgtArrE );
52 bbs_UInt16Arr_init( cpA, &ptrA->dataArrE );
57 void bbf_Sequence_exit( struct bbs_Context* cpA,
61 for( iL = 0; iL < ptrA->sizeE; iL++ ) bbf_featureExit( cpA, ptrA->ftrPtrArrE[ iL ] );
64 bbf_Feature_exit( cpA, &ptrA->baseE );
66 bbs_Int32Arr_exit( cpA, &ptrA->thrArrE );
67 bbs_UInt16Arr_exit( cpA, &ptrA->wgtArrE )
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
CompactAlt.c 43 void bts_CompactAlt_init( struct bbs_Context* cpA,
46 bts_CompactMat_init( cpA, &ptrA->matE );
47 bbs_Int16Arr_init( cpA, &ptrA->vecE );
53 void bts_CompactAlt_exit( struct bbs_Context* cpA,
56 bts_CompactMat_exit( cpA, &ptrA->matE );
57 bbs_Int16Arr_exit( cpA, &ptrA->vecE );
86 void bts_CompactAlt_create( struct bbs_Context* cpA,
94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA );
95 bbs_Int16Arr_create( cpA, &ptrA->vecE, heightA, mspA );
96 bbs_Int16Arr_fill( cpA, &ptrA->vecE, 0 )
    [all...]
Mat.c 41 void bts_Mat_init( struct bbs_Context* cpA,
44 bts_VectorMap_init( cpA, &ptrA->baseE );
48 bts_CompactMat_init( cpA, &ptrA->matE );
53 void bts_Mat_exit( struct bbs_Context* cpA,
56 bts_CompactMat_exit( cpA, &ptrA->matE );
58 bts_VectorMap_exit( cpA, &ptrA->baseE );
71 void bts_Mat_copy( struct bbs_Context* cpA,
75 bts_CompactMat_copy( cpA, &ptrA->matE, &srcPtrA->matE );
80 flag bts_Mat_equal( struct bbs_Context* cpA,
114 uint32 bts_Mat_memSize( struct bbs_Context* cpA,
    [all...]
MapSequence.c 41 void bts_MapSequence_init( struct bbs_Context* cpA,
45 bts_Flt16Vec_init( cpA, &ptrA->vecE );
46 bts_VectorMap_init( cpA, &ptrA->baseE );
51 bbs_UInt16Arr_init( cpA, &ptrA->objBufE );
56 void bts_MapSequence_exit( struct bbs_Context* cpA,
60 for( iL = 0; iL < ptrA->sizeE; iL++ ) bts_vectorMapExit( cpA, ptrA->ptrArrE[ iL ] );
62 bts_Flt16Vec_exit( cpA, &ptrA->vecE );
65 bbs_UInt16Arr_exit( cpA, &ptrA->objBufE );
67 bts_VectorMap_exit( cpA, &ptrA->baseE );
80 void bts_MapSequence_copy( struct bbs_Context* cpA,
    [all...]
Uint32Rect.h 69 uint32 bts_Uint32Rect_memSize( struct bbs_Context* cpA,
73 uint32 bts_Uint32Rect_memWrite( struct bbs_Context* cpA,
78 uint32 bts_Uint32Rect_memRead( struct bbs_Context* cpA,
Int32Mat.h 58 void bts_Int32Mat_init( struct bbs_Context* cpA,
62 void bts_Int32Mat_exit( struct bbs_Context* cpA,
68 void bts_Int32Mat_copy( struct bbs_Context* cpA,
77 void bts_Int32Mat_create( struct bbs_Context* cpA,
85 uint32 bts_Int32Mat_memSize( struct bbs_Context* cpA,
89 uint32 bts_Int32Mat_memWrite( struct bbs_Context* cpA,
94 uint32 bts_Int32Mat_memRead( struct bbs_Context* cpA,
114 flag bts_Int32Mat_solve( struct bbs_Context* cpA,
128 flag bts_Int32Mat_solve2( struct bbs_Context* cpA,
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.h 81 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...]
UInt8PyramidalImage.h 83 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...]
  /external/neven/Embedded/common/src/b_APIEm/
BFFaceFinder.h 69 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...]
DCR.h 102 void bpi_DCR_init( struct bbs_Context* cpA,
106 void bpi_DCR_exit( struct bbs_Context* cpA,
116 void bpi_DCR_create( struct bbs_Context* cpA,
128 void bpi_DCR_assignGrayByteImage( struct bbs_Context* cpA,
139 void bpi_DCR_assignGrayByteImageROI( struct bbs_Context* cpA,
147 int32 bpi_DCR_confidence( struct bbs_Context* cpA,
  /external/neven/Embedded/common/src/b_BasicEm/
APhArr.h 63 void bbs_APhArr_init( struct bbs_Context* cpA,
67 void bbs_APhArr_exit( struct bbs_Context* cpA,
73 void bbs_APhArr_copy( struct bbs_Context* cpA,
78 flag bbs_APhArr_equal( struct bbs_Context* cpA,
85 uint32 bbs_APhArr_heapSize( struct bbs_Context* cpA,
95 void bbs_APhArr_create( struct bbs_Context* cpA,
101 void bbs_APhArr_size( struct bbs_Context* cpA,
108 uint32 bbs_APhArr_memSize( struct bbs_Context* cpA,
112 uint32 bbs_APhArr_memWrite( struct bbs_Context* cpA,
117 uint32 bbs_APhArr_memRead( struct bbs_Context* cpA,
    [all...]
ComplexArr.h 63 void bbs_ComplexArr_init( struct bbs_Context* cpA,
67 void bbs_ComplexArr_exit( struct bbs_Context* cpA,
73 void bbs_ComplexArr_copy( struct bbs_Context* cpA,
78 flag bbs_ComplexArr_equal( struct bbs_Context* cpA,
85 uint32 bbs_ComplexArr_heapSize( struct bbs_Context* cpA,
92 void bbs_ComplexArr_create( struct bbs_Context* cpA,
98 void bbs_ComplexArr_size( struct bbs_Context* cpA,
105 uint32 bbs_ComplexArr_memSize( struct bbs_Context* cpA,
109 uint32 bbs_ComplexArr_memWrite( struct bbs_Context* cpA,
114 uint32 bbs_ComplexArr_memRead( struct bbs_Context* cpA,
    [all...]
Int16Arr.c 44 void bbs_Int16Arr_init( struct bbs_Context* cpA,
55 void bbs_Int16Arr_exit( struct bbs_Context* cpA,
58 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
75 void bbs_Int16Arr_copy( struct bbs_Context* cpA,
87 bbs_Int16Arr_size( cpA, ptrA, srcPtrA->sizeE );
93 flag bbs_Int16Arr_equal( struct bbs_Context* cpA,
118 uint32 bbs_Int16Arr_heapSize( struct bbs_Context* cpA,
135 void bbs_Int16Arr_create( struct bbs_Context* cpA,
140 if( bbs_Context_error( cpA ) ) return;
144 bbs_Int16Arr_size( cpA, ptrA, sizeA )
    [all...]
UInt16Arr.c 40 void bbs_UInt16Arr_init( struct bbs_Context* cpA,
51 void bbs_UInt16Arr_exit( struct bbs_Context* cpA,
54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
71 void bbs_UInt16Arr_copy( struct bbs_Context* cpA,
83 bbs_UInt16Arr_size( cpA, ptrA, srcPtrA->sizeE );
89 flag bbs_UInt16Arr_equal( struct bbs_Context* cpA,
114 uint32 bbs_UInt16Arr_checkSum( struct bbs_Context* cpA,
130 uint32 bbs_UInt16Arr_heapSize( struct bbs_Context* cpA,
147 void bbs_UInt16Arr_size( struct bbs_Context* cpA,
163 void bbs_UInt16Arr_create( struct bbs_Context* cpA,
    [all...]
Int32Arr.c 40 void bbs_Int32Arr_init( struct bbs_Context* cpA,
51 void bbs_Int32Arr_exit( struct bbs_Context* cpA,
54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
71 void bbs_Int32Arr_copy( struct bbs_Context* cpA,
83 bbs_Int32Arr_size( cpA, ptrA, srcPtrA->sizeE );
89 flag bbs_Int32Arr_equal( struct bbs_Context* cpA,
114 uint32 bbs_Int32Arr_heapSize( struct bbs_Context* cpA,
131 void bbs_Int32Arr_create( struct bbs_Context* cpA,
136 if( bbs_Context_error( cpA ) ) return;
140 bbs_Int32Arr_size( cpA, ptrA, sizeA )
    [all...]
Int8Arr.c 40 void bbs_Int8Arr_init( struct bbs_Context* cpA,
51 void bbs_Int8Arr_exit( struct bbs_Context* cpA,
54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
71 void bbs_Int8Arr_copy( struct bbs_Context* cpA,
83 bbs_Int8Arr_size( cpA, ptrA, srcPtrA->sizeE );
89 flag bbs_Int8Arr_equal( struct bbs_Context* cpA,
114 uint32 bbs_Int8Arr_heapSize( struct bbs_Context* cpA,
131 void bbs_Int8Arr_create( struct bbs_Context* cpA,
136 if( bbs_Context_error( cpA ) ) return;
140 bbs_Int8Arr_size( cpA, ptrA, sizeA )
    [all...]
UInt32Arr.c 40 void bbs_UInt32Arr_init( struct bbs_Context* cpA,
51 void bbs_UInt32Arr_exit( struct bbs_Context* cpA,
54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
71 void bbs_UInt32Arr_copy( struct bbs_Context* cpA,
83 bbs_UInt32Arr_size( cpA, ptrA, srcPtrA->sizeE );
89 flag bbs_UInt32Arr_equal( struct bbs_Context* cpA,
114 uint32 bbs_UInt32Arr_heapSize( struct bbs_Context* cpA,
131 void bbs_UInt32Arr_create( struct bbs_Context* cpA,
136 if( bbs_Context_error( cpA ) ) return;
140 bbs_UInt32Arr_size( cpA, ptrA, sizeA )
    [all...]

Completed in 334 milliseconds

1 23 4 5 6