/external/neven/Embedded/common/src/b_ImageEm/ |
UInt8Image.h | 64 struct bim_UInt8Image* ptrA ); 68 struct bim_UInt8Image* ptrA, 75 struct bim_UInt8Image* ptrA ); 81 struct bim_UInt8Image* ptrA, 86 const struct bim_UInt8Image* ptrA, 93 const struct bim_UInt8Image* ptrA ); 99 struct bim_UInt8Image* ptrA, 104 struct bim_UInt8Image* ptrA, 112 const struct bim_UInt8Image* ptrA ); 116 const struct bim_UInt8Image* ptrA, [all...] |
ComplexImage.c | 43 struct bim_ComplexImage* ptrA ) 45 bbs_ComplexArr_init( cpA, &ptrA->arrE ); 46 ptrA->widthE = 0; 47 ptrA->heightE = 0; 53 struct bim_ComplexImage* ptrA ) 55 bbs_ComplexArr_exit( cpA, &ptrA->arrE ); 56 ptrA->widthE = 0; 57 ptrA->heightE = 0; 71 struct bim_ComplexImage* ptrA, 75 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE [all...] |
/external/neven/Embedded/common/src/b_APIEm/ |
FaceFinder.c | 42 struct bpi_FaceFinder* ptrA ) 44 ptrA->typeE = 0; 45 ptrA->vpSetParamsE = NULL; 46 ptrA->vpSetRangeE = NULL; 47 ptrA->vpProcessE = NULL; 48 ptrA->vpPutDcrE = NULL; 49 ptrA->vpGetDcrE = NULL; 55 struct bpi_FaceFinder* ptrA ) 57 ptrA->typeE = 0; 58 ptrA->vpSetParamsE = NULL [all...] |
BFFaceFinder.h | 70 struct bpi_BFFaceFinder* ptrA ); 74 struct bpi_BFFaceFinder* ptrA ); 80 struct bpi_BFFaceFinder* ptrA, 85 const struct bpi_BFFaceFinder* ptrA, 91 uint32 bpi_BFFaceFinder_getMinEyeDistance( const struct bpi_BFFaceFinder* ptrA ); 94 uint32 bpi_BFFaceFinder_getMaxEyeDistance( const struct bpi_BFFaceFinder* ptrA ); 100 struct bpi_BFFaceFinder* ptrA, 105 struct bpi_BFFaceFinder* ptrA, 112 const struct bpi_BFFaceFinder* ptrA ); 116 const struct bpi_BFFaceFinder* ptrA, [all...] |
FaceFinderRef.c | 42 struct bpi_FaceFinderRef* ptrA ) 44 bbs_UInt16Arr_init( cpA, &ptrA->objBufE ); 45 ptrA->faceFinderPtrE = NULL; 51 struct bpi_FaceFinderRef* ptrA ) 53 if( ptrA->faceFinderPtrE != NULL ) bpi_faceFinderExit( cpA, ptrA->faceFinderPtrE ); 54 bbs_UInt16Arr_exit( cpA, &ptrA->objBufE ); 68 struct bpi_FaceFinderRef* ptrA, 77 const struct bpi_FaceFinderRef* ptrA, 111 const struct bpi_FaceFinderRef* ptrA ) [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Int8Arr.c | 41 struct bbs_Int8Arr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_Int8Arr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
UInt16Arr.c | 41 struct bbs_UInt16Arr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_UInt16Arr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
Int32Arr.c | 41 struct bbs_Int32Arr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_Int32Arr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
UInt32Arr.c | 41 struct bbs_UInt32Arr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_UInt32Arr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
UInt8Arr.c | 41 struct bbs_UInt8Arr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_UInt8Arr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
ComplexArr.c | 41 struct bbs_ComplexArr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_ComplexArr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
APhArr.c | 41 struct bbs_APhArr* ptrA ) 43 ptrA->arrPtrE = NULL; 44 ptrA->sizeE = 0; 45 ptrA->allocatedSizeE = 0; 46 ptrA->mspE = NULL; 52 struct bbs_APhArr* ptrA ) 54 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE ); 55 ptrA->arrPtrE = NULL; 56 ptrA->mspE = NULL [all...] |
Int16Arr.h | 63 struct bbs_Int16Arr* ptrA ); 67 struct bbs_Int16Arr* ptrA ); 73 struct bbs_Int16Arr* ptrA, 78 const struct bbs_Int16Arr* ptrA, 85 const struct bbs_Int16Arr* ptrA, 92 struct bbs_Int16Arr* ptrA, 98 aligned memory pointer is copied to ptrA. 103 struct bbs_Int16Arr* ptrA, 111 struct bbs_Int16Arr* ptrA, 118 const struct bbs_Int16Arr* ptrA ); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/ |
auto_ptr_Y.pass.cpp | 47 A* ptrA = pA.get(); 55 assert(pB.get() == ptrA); 64 A* ptrA = pA.get(); 72 assert(pB.get() == ptrA); 81 A* ptrA = pA.get(); 89 assert(pB.get() == ptrA); 98 A* ptrA = pA.get(); 106 assert(pB.get() == ptrA);
|
unique_ptr_Y.pass.cpp | 47 A* ptrA = pA.get(); 55 assert(pB.get() == ptrA); 64 A* ptrA = pA.get(); 72 assert(pB.get() == ptrA); 81 A* ptrA = pA.get(); 89 assert(pB.get() == ptrA); 98 A* ptrA = pA.get(); 106 assert(pB.get() == ptrA);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Mat2D.c | 41 void bts_Flt16Mat2D_init( struct bts_Flt16Mat2D* ptrA ) 43 ptrA->bbpE = 0; 44 ptrA->xxE = 0; 45 ptrA->xyE = 0; 46 ptrA->yxE = 0; 47 ptrA->yyE = 0; 52 void bts_Flt16Mat2D_exit( struct bts_Flt16Mat2D* ptrA ) 54 ptrA->bbpE = 0; 55 ptrA->xxE = 0; 56 ptrA->xyE = 0 [all...] |
Flt16Vec.h | 62 struct bts_Flt16Vec* ptrA ); 66 struct bts_Flt16Vec* ptrA ); 72 struct bts_Flt16Vec* ptrA, 77 const struct bts_Flt16Vec* ptrA, 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 ); 95 struct bts_Flt16Vec* ptrA, 101 struct bts_Flt16Vec* ptrA, 108 const struct bts_Flt16Vec* ptrA ); [all...] |
CompactAlt.c | 44 struct bts_CompactAlt* ptrA ) 46 bts_CompactMat_init( cpA, &ptrA->matE ); 47 bbs_Int16Arr_init( cpA, &ptrA->vecE ); 48 ptrA->vecExpE = 0; 54 struct bts_CompactAlt* ptrA ) 56 bts_CompactMat_exit( cpA, &ptrA->matE ); 57 bbs_Int16Arr_exit( cpA, &ptrA->vecE ); 58 ptrA->vecExpE = 0; 87 struct bts_CompactAlt* ptrA, 94 bts_CompactMat_create( cpA, &ptrA->matE, widthA, heightA, bitsA, maxRowSizeA, mspA ) [all...] |
Cluster2D.h | 76 struct bts_Cluster2D* ptrA ); 80 struct bts_Cluster2D* ptrA ); 86 struct bts_Cluster2D* ptrA, 91 const struct bts_Cluster2D* ptrA, 98 const struct bts_Cluster2D* ptrA ); 102 const struct bts_Cluster2D* ptrA ); 106 const struct bts_Cluster2D* ptrA ); 110 const struct bts_Cluster2D* ptrA, 115 const struct bts_Cluster2D* ptrA, 123 struct bts_Cluster2D* ptrA, [all...] |
Int16Vec3D.c | 75 const struct bts_Int16Vec3D *ptrA ) 83 const struct bts_Int16Vec3D* ptrA, 86 memPtrA += bbs_memWrite16( &ptrA->xE, memPtrA ); 87 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA ); 88 memPtrA += bbs_memWrite16( &ptrA->zE, memPtrA ); 89 return bbs_SIZEOF16( *ptrA ); 95 struct bts_Int16Vec3D* ptrA, 99 memPtrA += bbs_memRead16( &ptrA->xE, memPtrA ); 100 memPtrA += bbs_memRead16( &ptrA->yE, memPtrA ); 101 memPtrA += bbs_memRead16( &ptrA->zE, memPtrA ) [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.h | 141 struct bbf_LocalScanner* ptrA ); 145 struct bbf_LocalScanner* ptrA ); 151 struct bbf_LocalScanner* ptrA, 156 const struct bbf_LocalScanner* ptrA, 162 uint32 bbf_LocalScanner_positions( const struct bbf_LocalScanner* ptrA ); 165 uint32 bbf_LocalScanner_scanIndex( const struct bbf_LocalScanner* ptrA ); 168 void bbf_LocalScanner_pos( const struct bbf_LocalScanner* ptrA, int32* xPtrA, int32* yPtrA ); 171 void bbf_LocalScanner_idxPos( const struct bbf_LocalScanner* ptrA, uint32 scanIndexA, int32* xPtrA, int32* yPtrA ); 177 struct bbf_LocalScanner* ptrA, 189 struct bbf_LocalScanner* ptrA, [all...] |
I04Dns2x2Ftr.c | 42 struct bbf_I04Dns2x2Ftr* ptrA ) 44 bbf_Feature_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_DNS_2X2_FTR; 46 ptrA->baseE.vpActivityE = bbf_I04Dns2x2Ftr_activity; 47 bbs_UInt32Arr_init( cpA, &ptrA->ptnArrE ); 48 bbs_Int16Arr_init( cpA, &ptrA->tableE ); 49 ptrA->activityFactorE = 0; 55 struct bbf_I04Dns2x2Ftr* ptrA ) 57 bbf_Feature_exit( cpA, &ptrA->baseE ); 58 bbs_UInt32Arr_exit( cpA, &ptrA->ptnArrE ) [all...] |
I04Dns2x4Ftr.c | 42 struct bbf_I04Dns2x4Ftr* ptrA ) 44 bbf_Feature_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_DNS_2X4_FTR; 46 ptrA->baseE.vpActivityE = bbf_I04Dns2x4Ftr_activity; 47 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE ); 48 bbs_Int16Arr_init( cpA, &ptrA->tableE ); 49 ptrA->activityFactorE = 0; 55 struct bbf_I04Dns2x4Ftr* ptrA ) 57 bbf_Feature_exit( cpA, &ptrA->baseE ); 58 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE ) [all...] |
I04Tld2x4Ftr.c | 42 struct bbf_I04Tld2x4Ftr* ptrA ) 44 bbf_Feature_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_TLD_2X4_FTR; 46 ptrA->baseE.vpActivityE = bbf_I04Tld2x4Ftr_activity; 47 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE ); 48 bbs_Int16Arr_init( cpA, &ptrA->tableE ); 49 ptrA->activityFactorE = 0; 55 struct bbf_I04Tld2x4Ftr* ptrA ) 57 bbf_Feature_exit( cpA, &ptrA->baseE ); 58 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE ) [all...] |
L04Dns2x2Ftr.c | 42 struct bbf_L04Dns2x2Ftr* ptrA ) 44 bbf_Feature_init( cpA, &ptrA->baseE ); 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_DNS_2X2_FTR; 46 ptrA->baseE.vpActivityE = bbf_L04Dns2x2Ftr_activity; 47 bbs_UInt32Arr_init( cpA, &ptrA->dataArrE ); 48 ptrA->wShiftE = 0; 49 ptrA->activityFactorE = 0; 55 struct bbf_L04Dns2x2Ftr* ptrA ) 57 bbf_Feature_exit( cpA, &ptrA->baseE ); 58 bbs_UInt32Arr_exit( cpA, &ptrA->dataArrE ) [all...] |