Searched defs:srcPtrA (Results 1 - 11 of 11) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DAPhImage.c93 const struct bim_APhImage* srcPtrA )
96 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
103 ptrA->widthE = srcPtrA->widthE;
104 ptrA->heightE = srcPtrA->heightE;
105 bbs_APhArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
112 const struct bim_APhImage* srcPtrA )
114 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
115 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
116 return bbs_APhArr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
272 | | | ( srcPtrA
318 bim_APhImage_copySection( struct bbs_Context* cpA, struct bim_APhImage* ptrA, const struct bim_APhImage* srcPtrA, const struct bts_Int16Rect* sectionPtrA ) argument
[all...]
H A DComplexImage.c72 const struct bim_ComplexImage* srcPtrA )
75 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
82 ptrA->widthE = srcPtrA->widthE;
83 ptrA->heightE = srcPtrA->heightE;
84 bbs_ComplexArr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
91 const struct bim_ComplexImage* srcPtrA )
93 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
94 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
95 return bbs_ComplexArr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
296 | | | ( srcPtrA
342 bim_ComplexImage_copySection( struct bbs_Context* cpA, struct bim_ComplexImage* ptrA, const struct bim_ComplexImage* srcPtrA, const struct bts_Int16Rect* sectionPtrA ) argument
[all...]
H A DFlt16Image.c76 const struct bim_Flt16Image* srcPtrA )
79 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
86 ptrA->widthE = srcPtrA->widthE;
87 ptrA->heightE = srcPtrA->heightE;
88 ptrA->bbpE = srcPtrA->bbpE;
89 bbs_Int16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
96 const struct bim_Flt16Image* srcPtrA )
98 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
99 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
100 if( ptrA->bbpE != srcPtrA
351 bim_Flt16Image_copySection( struct bbs_Context* cpA, struct bim_Flt16Image* ptrA, const struct bim_Flt16Image* srcPtrA, const struct bts_Int16Rect* sectionPtrA ) argument
[all...]
H A DUInt16BytePyrImage.c75 const struct bim_UInt16BytePyrImage* srcPtrA )
78 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
85 ptrA->widthE = srcPtrA->widthE;
86 ptrA->heightE = srcPtrA->heightE;
87 ptrA->depthE = srcPtrA->depthE;
88 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
95 const struct bim_UInt16BytePyrImage* srcPtrA )
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
98 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
99 if( ptrA->depthE != srcPtrA
397 bim_UInt16BytePyrImage_importUInt16( struct bbs_Context* cpA, struct bim_UInt16BytePyrImage* dstPtrA, const struct bim_UInt16ByteImage* srcPtrA, uint32 depthA ) argument
[all...]
H A DUInt8PyramidalImage.c75 const struct bim_UInt8PyramidalImage* srcPtrA )
78 if( ptrA->arrE.allocatedSizeE < srcPtrA->arrE.allocatedSizeE )
85 ptrA->widthE = srcPtrA->widthE;
86 ptrA->heightE = srcPtrA->heightE;
87 ptrA->depthE = srcPtrA->depthE;
88 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
95 const struct bim_UInt8PyramidalImage* srcPtrA )
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
98 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
99 if( ptrA->depthE != srcPtrA
378 bim_UInt8PyramidalImage_importUInt8( struct bbs_Context* cpA, struct bim_UInt8PyramidalImage* dstPtrA, const struct bim_UInt8Image* srcPtrA, uint32 depthA ) argument
[all...]
H A DFunctions.c37 /** downscale by factor 2 (dstPtrA and srcPtrA may be identical) */
39 const uint8* srcPtrA,
50 const uint8* srcL = srcPtrA;
38 bim_downscaleBy2( uint8* dstPtrA, const uint8* srcPtrA, uint32 srcWidthA, uint32 effWidthA, uint32 effHeightA ) argument
H A DUInt16ByteImage.c71 const struct bim_UInt16ByteImage* srcPtrA )
74 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE )
81 ptrA->widthE = srcPtrA->widthE;
82 ptrA->heightE = srcPtrA->heightE;
83 bbs_UInt16Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
90 const struct bim_UInt16ByteImage* srcPtrA )
92 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
93 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
94 return bbs_UInt16Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
160 struct bim_UInt16ByteImage* srcPtrA )
332 bim_UInt16ByteImage_warp( struct bbs_Context* cpA, struct bim_UInt16ByteImage* ptrA, const struct bim_UInt16ByteImage* srcPtrA, const struct bts_Flt16Alt2D* altPtrA, int32 resultWidthA, int32 resultHeightA ) argument
633 bim_UInt16ByteImage_warp8( struct bbs_Context* cpA, struct bim_UInt16ByteImage* ptrA, const struct bim_UInt16ByteImage* srcPtrA, const struct bts_Flt16Alt2D* altPtrA, int32 resultWidthA, int32 resultHeightA ) argument
[all...]
H A DUInt8Image.c91 const struct bim_UInt8Image* srcPtrA )
94 if( ptrA->arrE.sizeE < srcPtrA->arrE.sizeE )
101 ptrA->widthE = srcPtrA->widthE;
102 ptrA->heightE = srcPtrA->heightE;
103 bbs_UInt8Arr_copy( cpA, &ptrA->arrE, &srcPtrA->arrE );
110 const struct bim_UInt8Image* srcPtrA )
112 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
113 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
114 return bbs_UInt8Arr_equal( cpA, &ptrA->arrE, &srcPtrA->arrE );
153 struct bim_UInt8Image* srcPtrA )
350 bim_UInt8Image_copySection( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, const struct bim_UInt8Image* srcPtrA, const struct bts_Int16Rect* sectionPtrA ) argument
517 bim_UInt8Image_warpOffs( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, const struct bim_UInt8Image* srcPtrA, int32 xOffsA, int32 yOffsA, const struct bts_Flt16Alt2D* altPtrA, int32 resultWidthA, int32 resultHeightA ) argument
765 bim_UInt8Image_warp( struct bbs_Context* cpA, struct bim_UInt8Image* ptrA, const struct bim_UInt8Image* srcPtrA, const struct bts_Flt16Alt2D* altPtrA, int32 resultWidthA, int32 resultHeightA ) argument
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DIdCluster2D.c68 const struct bts_IdCluster2D* srcPtrA )
70 bts_Cluster2D_copy( cpA, &ptrA->clusterE, &srcPtrA->clusterE );
71 bbs_Int16Arr_copy( cpA, &ptrA->idArrE, &srcPtrA->idArrE );
78 const struct bts_IdCluster2D* srcPtrA )
80 if( !bts_Cluster2D_equal( cpA, &ptrA->clusterE, &srcPtrA->clusterE ) ) return FALSE;
81 if( !bbs_Int16Arr_equal( cpA, &ptrA->idArrE, &srcPtrA->idArrE ) ) return FALSE;
152 const struct bts_IdCluster2D* srcPtrA,
156 bts_Cluster2D_copyTransform( cpA, &ptrA->clusterE, &srcPtrA->clusterE, altA, dstBbpA );
157 bbs_Int16Arr_copy( cpA, &ptrA->idArrE, &srcPtrA->idArrE );
287 const struct bts_IdCluster2D* srcPtrA,
150 bts_IdCluster2D_copyTransform( struct bbs_Context* cpA, struct bts_IdCluster2D* ptrA, const struct bts_IdCluster2D* srcPtrA, struct bts_Flt16Alt2D altA, uint32 dstBbpA ) argument
286 bts_IdCluster2D_alt( struct bbs_Context* cpA, const struct bts_IdCluster2D* srcPtrA, struct bts_IdCluster2D* dstPtrA, enum bts_AltType altTypeA, struct bts_Cluster2D* tmpPtr1A, struct bts_Cluster2D* tmpPtr2A ) argument
[all...]
H A DRBFMap2D.c92 const struct bts_RBFMap2D* srcPtrA )
94 ptrA->RBFTypeE = srcPtrA->RBFTypeE;
95 bts_Cluster2D_copy( cpA, &ptrA->srcClusterE, &srcPtrA->srcClusterE );
96 bts_Cluster2D_copy( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA->rbfCoeffClusterE );
97 ptrA->altTypeE = srcPtrA->altTypeE;
98 bts_Flt16Alt2D_copy( &ptrA->altE, &srcPtrA->altE );
105 const struct bts_RBFMap2D* srcPtrA )
107 if( ptrA->RBFTypeE != srcPtrA->RBFTypeE ) return FALSE;
108 if( ! bts_Cluster2D_equal( cpA, &ptrA->srcClusterE, &srcPtrA->srcClusterE ) ) return FALSE;
109 if( ! bts_Cluster2D_equal( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA
151 bts_RBFMap2D_compute( struct bbs_Context* cpA, struct bts_RBFMap2D* ptrA, const struct bts_Cluster2D* srcPtrA, const struct bts_Cluster2D* dstPtrA ) argument
553 bts_RBFMap2D_mapCluster( struct bbs_Context* cpA, const struct bts_RBFMap2D* ptrA, const struct bts_Cluster2D* srcPtrA, struct bts_Cluster2D* dstPtrA, int32 dstBbpA ) argument
[all...]
H A DCluster2D.c121 const struct bts_Cluster2D* srcPtrA )
124 if( ptrA->allocatedSizeE < srcPtrA->sizeE )
126 bbs_ERROR0( "void bts_Cluster2D_copy( struct bts_Cluster2D* ptrA, const struct bts_Cluster2D* srcPtrA ): allocated size too low in destination cluster" );
131 bbs_memcpy32( ptrA->vecArrE, srcPtrA->vecArrE, bbs_SIZEOF32( struct bts_Int16Vec2D ) * srcPtrA->sizeE );
133 ptrA->bbpE = srcPtrA->bbpE;
134 ptrA->sizeE = srcPtrA->sizeE;
141 const struct bts_Cluster2D* srcPtrA )
145 const struct bts_Int16Vec2D* src2L = srcPtrA->vecArrE;
147 if( ptrA->sizeE != srcPtrA
402 bts_Cluster2D_copyTransform( struct bbs_Context* cpA, struct bts_Cluster2D* ptrA, const struct bts_Cluster2D* srcPtrA, struct bts_Flt16Alt2D altA, uint32 dstBbpA ) argument
509 bts_Cluster2D_alt( struct bbs_Context* cpA, const struct bts_Cluster2D* srcPtrA, const struct bts_Cluster2D* dstPtrA, enum bts_AltType altTypeA ) argument
[all...]

Completed in 184 milliseconds