/external/neven/Embedded/common/src/b_ImageEm/ |
H A D | 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 [all...] |
H A D | 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...] |
H A D | 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...] |
H A D | 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 [all...] |
H A D | 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, memPtr [all...] |
H A D | 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, memPtr [all...] |
H A D | 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 [all...] |
H A D | 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 [all...] |
H A D | 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...] |
H A D | APhImage.h | 52 uint32 heightE; member in struct:bim_APhImage
|
H A D | ComplexImage.h | 52 uint32 heightE; member in struct:bim_ComplexImage
|
H A D | UInt16ByteImage.h | 59 uint32 heightE; member in struct:bim_UInt16ByteImage
|
H A D | UInt32Image.h | 48 uint32 heightE; member in struct:bim_UInt32Image
|
H A D | Flt16Image.h | 55 uint32 heightE; member in struct:bim_Flt16Image
|
H A D | 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; member in struct:bim_UInt16BytePyrImage
|
H A D | UInt8Image.h | 50 uint32 heightE; member in struct:bim_UInt8Image
|
H A D | 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; member in struct:bim_UInt8PyramidalImage
|
H A D | HistoEq.c | 76 int32 imgHeightL = imagePtrA->heightE;
|
H A D | HistoEq16.c | 77 int32 imgHeightL = imagePtrA->heightE;
|
/external/neven/Embedded/common/src/b_TensorEm/ |
H A D | 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, memPtr [all...] |
H A D | Alt.c | 189 if( outVecPtrA->arrE.allocatedSizeE < ptrL->altE.matE.heightE ) 195 bts_Flt16Vec_size( cpA, outVecPtrA, ptrL->altE.matE.heightE );
|
H A D | CompactMat.h | 54 uint32 heightE; member in struct:bts_CompactMat
|
H A D | CompactAlt.c | 188 uint32 sizeL = ptrA->matE.heightE; 223 bbs_memset16( outVecA, 0, ptrA->matE.heightE );
|
H A D | 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/ |
H A D | LocalScanner.c | 296 else if( ybL == ( int32 )ptrA->bitImageE.heightE - 1 ) 698 if( rowL < ptrA->bitImageE.heightE ) 749 if( rowL < ptrA->bitImageE.heightE )
|