Searched refs:heightE (Results 1 - 25 of 26) sorted by relevance

12

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt32Image.c45 ptrA->heightE = 0;
55 ptrA->heightE = 0;
81 ptrA->heightE = srcPtrA->heightE;
92 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
155 ptrA->heightE = heightA;
165 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
176 srcPtrA->heightE,
194 ptrA->heightE
[all...]
H A DUInt16BytePyrImage.c47 ptrA->heightE = 0;
59 ptrA->heightE = 0;
86 ptrA->heightE = srcPtrA->heightE;
98 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1;
200 ptrA->heightE = heightA;
240 ptrA->heightE = heightA;
274 + bbs_SIZEOF16( ptrA->heightE )
[all...]
H A DUInt8PyramidalImage.c47 ptrA->heightE = 0;
59 ptrA->heightE = 0;
86 ptrA->heightE = srcPtrA->heightE;
98 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE;
205 ptrA->heightE = heightA;
241 ptrA->heightE = heightA;
275 + bbs_SIZEOF16( ptrA->heightE )
[all...]
H A DFlt16Image.c48 ptrA->heightE = 0;
60 ptrA->heightE = 0;
87 ptrA->heightE = srcPtrA->heightE;
99 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
141 ptrA->heightE = heightA;
151 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
162 srcPtrA->heightE,
182 ptrA->heightE
[all...]
H A DAPhImage.c47 ptrA->heightE = 0;
67 ptrA->heightE = heightA;
78 ptrA->heightE = 0;
104 ptrA->heightE = srcPtrA->heightE;
115 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
151 ptrA->heightE = heightA;
171 + bbs_SIZEOF16( ptrA->heightE )
185 memPtrA += bbs_memWrite32( &ptrA->heightE, memPtr
[all...]
H A DComplexImage.c47 ptrA->heightE = 0;
57 ptrA->heightE = 0;
83 ptrA->heightE = srcPtrA->heightE;
94 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
157 ptrA->heightE = heightA;
175 ptrA->heightE = heightA;
195 + bbs_SIZEOF16( ptrA->heightE )
209 memPtrA += bbs_memWrite32( &ptrA->heightE, memPtr
[all...]
H A DUInt8Image.c46 ptrA->heightE = 0;
66 ptrA->heightE = heightA;
76 ptrA->heightE = 0;
102 ptrA->heightE = srcPtrA->heightE;
113 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
155 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE ) / 2 );
165 srcPtrA->heightE,
184 ptrA->heightE
[all...]
H A DUInt16ByteImage.c46 ptrA->heightE = 0;
56 ptrA->heightE = 0;
82 ptrA->heightE = srcPtrA->heightE;
93 if( ptrA->heightE != srcPtrA->heightE ) return FALSE;
152 ptrA->heightE = heightA;
162 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE ) / 2 );
172 srcPtrA->heightE,
196 ptrA->heightE
[all...]
H A DToneDownBGSupp.c116 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE;
143 imgPtrMaxL = &(imgA->arrE.arrPtrE[ imgA->heightE * imgA->widthE ]);
222 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
267 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
366 rectIxYMinL = bbs_min( rectIxYMinL, ( int16 ) imgA->heightE );
367 rectIxYMaxL = bbs_min( rectYMaxL, ( int16 ) imgA->heightE );
371 if ( ( imgA->heightE == 0 ) || ( imgA->widthE == 0 ) ) return;
396 maxROIReachL = bbs_max( imgA->widthE, imgA->heightE );
431 rOIReachIxYMinL = bbs_min( rOIReachIxYMinL, ( int16 ) imgA->heightE );
[all...]
H A DAPhImage.h52 uint32 heightE; member in struct:bim_APhImage
H A DComplexImage.h52 uint32 heightE; member in struct:bim_ComplexImage
H A DUInt16ByteImage.h59 uint32 heightE; member in struct:bim_UInt16ByteImage
H A DUInt32Image.h48 uint32 heightE; member in struct:bim_UInt32Image
H A DFlt16Image.h55 uint32 heightE; member in struct:bim_Flt16Image
H A DUInt16BytePyrImage.h46 * heightE specifies height of first image (image 0)
53 * The address of image 1 is widthE * heightE / 2
54 * The address of image n is widthE * heightE / 2 + widthE * heightE / 8 + ... + widthE * heightE * ( 2^-(2*n) )
64 uint32 heightE; member in struct:bim_UInt16BytePyrImage
H A DUInt8Image.h50 uint32 heightE; member in struct:bim_UInt8Image
H A DUInt8PyramidalImage.h41 * heightE specifies height of first image (image 0)
48 * The address of image 1 is widthE * heightE
49 * The address of image n is widthE * heightE + widthE * heightE / 4 + ... + widthE * heightE * ( 2^-(2*n) )
64 uint32 heightE; member in struct:bim_UInt8PyramidalImage
H A DHistoEq.c76 int32 imgHeightL = imagePtrA->heightE;
H A DHistoEq16.c77 int32 imgHeightL = imagePtrA->heightE;
/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactMat.c346 ptrA->heightE = 0;
361 ptrA->heightE = 0;
410 ptrA->heightE = heightA;
417 bbs_Int16Arr_create( cpA, &ptrA->expArrE, ptrA->heightE, mspA );
428 ptrA->heightE = srcPtrA->heightE;
433 bbs_Int16Arr_size( cpA, &ptrA->expArrE, ptrA->heightE );
452 + bbs_SIZEOF16( ptrA->heightE )
469 memPtrA += bbs_memWrite32( &ptrA->heightE, memPtrA );
489 memPtrA += bbs_memRead32( &ptrA->heightE, memPtr
[all...]
H A DAlt.c189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE )
195 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->altE.matE.heightE );
H A DCompactMat.h54 uint32 heightE; member in struct:bts_CompactMat
H A DCompactAlt.c188 uint32 sizeL = ptrA->matE.heightE;
223 bbs_memset16( outVecA, 0, ptrA->matE.heightE );
H A DMat.c191 if( outVecPtrA->arrE.allocatedSizeE < ptrL->matE.heightE )
197 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->matE.heightE );
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c296 else if( ybL == ( int32 )ptrA->bitImageE.heightE - 1 )
698 if( rowL < ptrA->bitImageE.heightE )
749 if( rowL < ptrA->bitImageE.heightE )

Completed in 105 milliseconds

12