Searched refs:widthE (Results 1 - 25 of 28) sorted by relevance

12

/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.c113 rectIxXMaxL = bbs_min( rectXMaxL, ( int16 ) imgA->widthE );
130 ctrL += rectIxYMinL * imgA->widthE;
131 imgPtrMaxL = imgPtrL + rectIxYMinL * imgA->widthE;
140 ctrL += ( imgA->heightE - rectIxYMaxL ) * imgA->widthE;
142 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMaxL * imgA->widthE ]);
143 imgPtrMaxL = &(imgA->arrE.arrPtrE[ imgA->heightE * imgA->widthE ]);
154 imgPtrL = &(imgA->arrE.arrPtrE[ rectIxYMinL * imgA->widthE ]);
162 if( ( int32 )imgA->widthE > ( int32 )rectIxXMaxL )
164 ctrL += ( int32 )imgA->widthE - ( int32 )rectIxXMaxL;
167 for ( iL = rectIxXMaxL; iL < ( int16 ) imgA->widthE; i
[all...]
H A DUInt32Image.c44 ptrA->widthE = 0;
54 ptrA->widthE = 0;
80 ptrA->widthE = srcPtrA->widthE;
91 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
154 ptrA->widthE = widthA;
165 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
175 srcPtrA->widthE,
193 ptrA->widthE
[all...]
H A DAPhImage.c46 ptrA->widthE = 0;
66 ptrA->widthE = widthA;
77 ptrA->widthE = 0;
103 ptrA->widthE = srcPtrA->widthE;
114 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
150 ptrA->widthE = widthA;
170 + bbs_SIZEOF16( ptrA->widthE )
184 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtr
[all...]
H A DComplexImage.c46 ptrA->widthE = 0;
56 ptrA->widthE = 0;
82 ptrA->widthE = srcPtrA->widthE;
93 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
156 ptrA->widthE = widthA;
174 ptrA->widthE = widthA;
194 + bbs_SIZEOF16( ptrA->widthE )
208 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtr
[all...]
H A DUInt16BytePyrImage.c46 ptrA->widthE = 0;
58 ptrA->widthE = 0;
85 ptrA->widthE = srcPtrA->widthE;
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1;
199 ptrA->widthE = widthA;
239 ptrA->widthE = widthA;
273 + bbs_SIZEOF16( ptrA->widthE )
[all...]
H A DUInt8PyramidalImage.c46 ptrA->widthE = 0;
58 ptrA->widthE = 0;
85 ptrA->widthE = srcPtrA->widthE;
97 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
119 uint32 baseSizeL = ptrA->widthE * ptrA->heightE;
204 ptrA->widthE = widthA;
240 ptrA->widthE = widthA;
274 + bbs_SIZEOF16( ptrA->widthE )
[all...]
H A DFlt16Image.c47 ptrA->widthE = 0;
59 ptrA->widthE = 0;
86 ptrA->widthE = srcPtrA->widthE;
98 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
140 ptrA->widthE = widthA;
151 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, srcPtrA->widthE * srcPtrA->heightE );
161 srcPtrA->widthE,
181 ptrA->widthE
[all...]
H A DUInt8Image.c45 ptrA->widthE = 0;
65 ptrA->widthE = widthA;
75 ptrA->widthE = 0;
101 ptrA->widthE = srcPtrA->widthE;
112 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
155 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE ) / 2 );
164 srcPtrA->widthE,
183 ptrA->widthE
[all...]
H A DUInt16ByteImage.c45 ptrA->widthE = 0;
55 ptrA->widthE = 0;
81 ptrA->widthE = srcPtrA->widthE;
92 if( ptrA->widthE != srcPtrA->widthE ) return FALSE;
151 ptrA->widthE = widthA;
162 struct bbs_MemSeg sharedSegL = bbs_MemSeg_createShared( cpA, srcPtrA->arrE.arrPtrE, ( srcPtrA->widthE * srcPtrA->heightE ) / 2 );
171 srcPtrA->widthE,
195 ptrA->widthE
[all...]
H A DAPhImage.h49 uint32 widthE; member in struct:bim_APhImage
H A DComplexImage.h49 uint32 widthE; member in struct:bim_ComplexImage
H A DUInt16ByteImage.h56 uint32 widthE; member in struct:bim_UInt16ByteImage
H A DUInt32Image.h45 uint32 widthE; member in struct:bim_UInt32Image
H A DFlt16Image.h52 uint32 widthE; member in struct:bim_Flt16Image
H A DUInt16BytePyrImage.h45 * widthE specifies width 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) )
61 uint32 widthE; member in struct:bim_UInt16BytePyrImage
H A DUInt8Image.h47 uint32 widthE; member in struct:bim_UInt8Image
H A DUInt8PyramidalImage.h40 * widthE specifies width 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) )
61 uint32 widthE; member in struct:bim_UInt8PyramidalImage
H A DHistoEq.c75 int32 imgWidthL = imagePtrA->widthE;
H A DHistoEq16.c76 int32 imgWidthL = imagePtrA->widthE;
/external/neven/Embedded/common/src/b_TensorEm/
H A DInt32Mat.c80 ptrA->widthE = 0;
89 ptrA->widthE = 0;
125 ptrA->widthE = widthA;
134 if( ptrA->widthE != srcPtrA->widthE )
159 + bbs_SIZEOF16( ptrA->widthE )
172 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
188 memPtrA += bbs_memRead32( &ptrA->widthE, memPtrA );
H A DCompactMat.h51 uint32 widthE; member in struct:bts_CompactMat
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
H A DInt32Mat.h44 uint32 widthE; member in struct:bts_Int32Mat
H A DCompactMat.c345 ptrA->widthE = 0;
360 ptrA->widthE = 0;
409 ptrA->widthE = widthA;
427 ptrA->widthE = srcPtrA->widthE;
451 + bbs_SIZEOF16( ptrA->widthE )
468 memPtrA += bbs_memWrite32( &ptrA->widthE, memPtrA );
488 memPtrA += bbs_memRead32( &ptrA->widthE, memPtrA );
523 uint32 inNormBitsL = bbs_intLog2( bbs_vecNorm16( inVecA, ptrA->widthE ) ) + 1;
H A DAlt.c183 if( inVecPtrA->arrE.sizeE != ptrL->altE.matE.widthE )
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c62 bbs_UInt32Arr_create( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE, espL );
288 bbs_UInt32Arr_size( cpA, &ptrA->patchBufferE, ptrA->bitImageE.widthE );
293 ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL,
299 const uint32* srcL = ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL;
306 const uint32* src0L = ptrA->bitImageE.arrE.arrPtrE + ybL * ptrA->bitImageE.widthE + xbL;
307 const uint32* src1L = src0L + ptrA->bitImageE.widthE;
693 uint32 widthL = ptrA->bitImageE.widthE;
744 uint32 imgWidthL = ptrA->bitImageE.widthE;

Completed in 990 milliseconds

12