HomeSort by relevance Sort by last modified time
    Searched refs:ptrA (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/neven/Embedded/common/src/b_TensorEm/
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...]
Int16Rect.c 42 void bts_Int16Rect_init( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA )
44 ptrA->x1E = 0;
45 ptrA->y1E = 0;
46 ptrA->x2E = 0;
47 ptrA->y2E = 0;
50 void bts_Int16Rect_exit( struct bbs_Context* cpA, struct bts_Int16Rect* ptrA )
52 ptrA->x1E = 0;
53 ptrA->y1E = 0;
54 ptrA->x2E = 0;
55 ptrA->y2E = 0
    [all...]
VectorMap.c 47 struct bts_VectorMap* ptrA )
49 ptrA->typeE = 0;
50 ptrA->vpMapE = NULL;
56 struct bts_VectorMap* ptrA )
58 ptrA->typeE = 0;
59 ptrA->vpMapE = NULL;
73 struct bts_VectorMap* ptrA,
76 ptrA->typeE = srcPtrA->typeE;
77 ptrA->vpMapE = srcPtrA->vpMapE;
83 const struct bts_VectorMap* ptrA,
    [all...]
Uint32Rect.c 75 const struct bts_Uint32Rect *ptrA )
83 const struct bts_Uint32Rect* ptrA,
86 memPtrA += bbs_memWrite32( &ptrA->x1E, memPtrA );
87 memPtrA += bbs_memWrite32( &ptrA->y1E, memPtrA );
88 memPtrA += bbs_memWrite32( &ptrA->x2E, memPtrA );
89 memPtrA += bbs_memWrite32( &ptrA->y2E, memPtrA );
90 return bbs_SIZEOF16( *ptrA );
96 struct bts_Uint32Rect* ptrA,
100 memPtrA += bbs_memRead32( &ptrA->x1E, memPtrA );
101 memPtrA += bbs_memRead32( &ptrA->y1E, memPtrA )
    [all...]
Int16Vec2D.c 42 void bts_Int16Vec2D_init( struct bts_Int16Vec2D* ptrA )
44 ptrA->xE = 0;
45 ptrA->yE = 0;
50 void bts_Int16Vec2D_exit( struct bts_Int16Vec2D* ptrA )
52 ptrA->xE = 0;
53 ptrA->yE = 0;
91 const struct bts_Int16Vec2D *ptrA )
99 const struct bts_Int16Vec2D* ptrA,
102 memPtrA += bbs_memWrite16( &ptrA->xE, memPtrA );
103 memPtrA += bbs_memWrite16( &ptrA->yE, memPtrA )
    [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...]
Int16Vec3D.h 67 const struct bts_Int16Vec3D* ptrA );
71 const struct bts_Int16Vec3D* ptrA,
76 struct bts_Int16Vec3D* ptrA,
82 uint32 bts_Int16Vec3D_norm2( const struct bts_Int16Vec3D* ptrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
88 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA );
91 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA );
  /external/neven/Embedded/common/src/b_APIEm/
DCR.c 41 struct bpi_DCR* ptrA )
43 ptrA->maxImageWidthE = 0;
44 ptrA->maxImageHeightE = 0;
45 ptrA->imageDataPtrE = NULL;
46 ptrA->imageWidthE = 0;
47 ptrA->imageHeightE = 0;
48 bts_Int16Vec2D_init( &ptrA->offsE );
49 bts_IdCluster2D_init( cpA, &ptrA->mainClusterE );
50 bts_IdCluster2D_init( cpA, &ptrA->sdkClusterE );
51 ptrA->confidenceE = 0
    [all...]
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...]
  /external/neven/Embedded/common/src/b_BasicEm/
Int16Arr.c 45 struct bbs_Int16Arr* ptrA )
47 ptrA->arrPtrE = NULL;
48 ptrA->sizeE = 0;
49 ptrA->allocatedSizeE = 0;
50 ptrA->mspE = NULL;
56 struct bbs_Int16Arr* ptrA )
58 bbs_MemSeg_free( cpA, ptrA->mspE, ptrA->arrPtrE );
59 ptrA->arrPtrE = NULL;
60 ptrA->mspE = NULL
    [all...]
MemSeg.c 42 struct bbs_MemSeg* ptrA )
44 ptrA->memPtrE = NULL;
45 ptrA->sizeE = 0;
46 ptrA->allocIndexE = 0;
47 ptrA->sharedE = FALSE;
48 ptrA->idE = 0;
49 ptrA->dynMemManagerPtrE = NULL;
55 struct bbs_MemSeg* ptrA )
57 ptrA->memPtrE = NULL;
58 ptrA->sizeE = 0
    [all...]
MemTbl.c 54 struct bbs_MemTbl* ptrA )
59 bbs_MemSeg_init( cpA, &ptrA->esArrE[ iL ] );
60 bbs_MemSeg_init( cpA, &ptrA->ssArrE[ iL ] );
61 ptrA->espArrE[ iL ] = NULL;
63 ptrA->esSizeE = 0;
64 ptrA->ssSizeE = 0;
70 struct bbs_MemTbl* ptrA )
75 bbs_MemSeg_exit( cpA, &ptrA->esArrE[ iL ] );
76 bbs_MemSeg_exit( cpA, &ptrA->ssArrE[ iL ] );
77 ptrA->espArrE[ iL ] = 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...]
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...]
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...]
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...]
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...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
BitParam.c 41 struct bbf_BitParam* ptrA )
43 ptrA->innerRadiusE = 0;
44 ptrA->outerRadiusE = 0;
50 struct bbf_BitParam* ptrA )
52 ptrA->innerRadiusE = 0;
53 ptrA->outerRadiusE = 0;
67 struct bbf_BitParam* ptrA,
70 ptrA->innerRadiusE = srcPtrA->innerRadiusE;
71 ptrA->outerRadiusE = srcPtrA->outerRadiusE;
77 const struct bbf_BitParam* ptrA,
    [all...]
Feature.c 56 struct bbf_Feature* ptrA )
58 ptrA->typeE = 0;
59 ptrA->patchWidthE = 0;
60 ptrA->patchHeightE = 0;
61 ptrA->vpActivityE = NULL;
67 struct bbf_Feature* ptrA )
69 ptrA->typeE = 0;
70 ptrA->patchWidthE = 0;
71 ptrA->patchHeightE = 0;
72 ptrA->vpActivityE = NULL
    [all...]
LocalScanner.c 35 struct bbf_LocalScanner* ptrA,
43 uint32 proL = ptrA->maxRadiusE;
47 uint32 woL = ptrA->maxImageWidthE;
48 uint32 hoL = ptrA->maxImageHeightE;
50 if( ptrA->minScaleExpE > 0 )
53 bbs_UInt8Arr_create( cpA, &ptrA->workImageBufferE, ( woL >> 1 ) * ( hoL >> 1 ), espL );
54 bbs_UInt8Arr_fill( cpA, &ptrA->workImageBufferE, 0 );
58 bim_UInt32Image_create( cpA, &ptrA->bitImageE, woL, ( hoL >> 5 ) + ( ( ( hoL & 0x1F ) != 0 ) ? 1 : 0 ), espL );
59 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 );
62 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, espL )
    [all...]
Scanner.c 45 struct bbf_Scanner* ptrA,
55 uint32 proL = ptrA->maxRadiusE;
59 uint32 woL = ptrA->maxImageWidthE;
60 uint32 hoL = ptrA->maxImageHeightE;
63 uint32 xwoL = woL + ( ptrA->borderWidthE << 1 );
64 uint32 xhoL = hoL + ( ptrA->borderHeightE << 1 );
67 bbs_UInt16Arr_create( cpA, &ptrA->workImageE, ( ( woL >> 1 ) + ( woL & 1 ) ) * hoL, mspL );
69 bbs_UInt16Arr_fill( cpA, &ptrA->workImageE, 0 );
72 bim_UInt32Image_create( cpA, &ptrA->bitImageE, xwoL, ( xhoL >> 5 ) + ( ( ( xhoL & 0x1F ) != 0 ) ? 1 : 0 ), mspL );
74 bim_UInt32Image_setAllPixels( cpA, &ptrA->bitImageE, 0, 0 )
    [all...]
ScanDetector.c 42 struct bbf_ScanDetector* ptrA )
46 ptrA->minScaleE = 0;
47 ptrA->maxScaleE = 0;
48 ptrA->maxImageWidthE = 0;
49 ptrA->maxImageHeightE = 0;
50 bbf_Scanner_init( cpA, &ptrA->scannerE );
52 ptrA->patchWidthE = 0;
53 ptrA->patchHeightE = 0;
54 ptrA->minDefScaleE = 0;
55 ptrA->maxDefScaleE = 0
    [all...]
BitParam.h 56 struct bbf_BitParam* ptrA );
60 struct bbf_BitParam* ptrA );
66 struct bbf_BitParam* ptrA,
71 const struct bbf_BitParam* ptrA,
82 const struct bbf_BitParam* ptrA );
86 const struct bbf_BitParam* ptrA, uint16* memPtrA );
90 struct bbf_BitParam* ptrA,

Completed in 338 milliseconds

1 2 3 4 5 6 7