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

1 2

  /external/neven/Embedded/common/src/b_ImageEm/
UInt32Image.c 45 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 = heightA
    [all...]
UInt16BytePyrImage.c 47 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...]
UInt8PyramidalImage.c 47 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...]
Flt16Image.c 48 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 = heightA
    [all...]
APhImage.c 47 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, memPtrA )
    [all...]
ComplexImage.c 47 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, memPtrA )
    [all...]
UInt8Image.c 46 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 = heightA
    [all...]
UInt16ByteImage.c 46 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 = heightA
    [all...]
ToneDownBGSupp.c 116 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...]
APhImage.h 52 uint32 heightE;
ComplexImage.h 52 uint32 heightE;
UInt16ByteImage.h 59 uint32 heightE;
UInt32Image.h 48 uint32 heightE;
Flt16Image.h 55 uint32 heightE;
UInt16BytePyrImage.h 46 * 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;
UInt8Image.h 50 uint32 heightE;
UInt8PyramidalImage.h 41 * 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;
HistoEq.c 76 int32 imgHeightL = imagePtrA->heightE;
HistoEq16.c 77 int32 imgHeightL = imagePtrA->heightE;
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c 346 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, memPtrA )
    [all...]
Alt.c 189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE )
195 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->altE.matE.heightE );
CompactMat.h 54 uint32 heightE;
CompactAlt.c 188 uint32 sizeL = ptrA->matE.heightE;
223 bbs_memset16( outVecA, 0, ptrA->matE.heightE );
Mat.c 191 if( outVecPtrA->arrE.allocatedSizeE < ptrL->matE.heightE )
197 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->matE.heightE );
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 296 else if( ybL == ( int32 )ptrA->bitImageE.heightE - 1 )
698 if( rowL < ptrA->bitImageE.heightE )
749 if( rowL < ptrA->bitImageE.heightE )

Completed in 88 milliseconds

1 2