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

1 2

  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.c 113 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; iL++
    [all...]
UInt32Image.c 44 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 = widthA
    [all...]
APhImage.c 46 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, memPtrA )
    [all...]
ComplexImage.c 46 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, memPtrA )
    [all...]
UInt16BytePyrImage.c 46 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...]
UInt8PyramidalImage.c 46 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...]
Flt16Image.c 47 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 = widthA
    [all...]
UInt8Image.c 45 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 = widthA
    [all...]
UInt16ByteImage.c 45 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 = widthA
    [all...]
APhImage.h 49 uint32 widthE;
ComplexImage.h 49 uint32 widthE;
UInt16ByteImage.h 56 uint32 widthE;
UInt32Image.h 45 uint32 widthE;
Flt16Image.h 52 uint32 widthE;
UInt16BytePyrImage.h 45 * 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;
UInt8Image.h 47 uint32 widthE;
UInt8PyramidalImage.h 40 * 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;
HistoEq.c 75 int32 imgWidthL = imagePtrA->widthE;
HistoEq16.c 76 int32 imgWidthL = imagePtrA->widthE;
  /external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.c 80 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 );
CompactMat.h 51 uint32 widthE;
68 * (int16) 'size' effective size of row vector (= widthE when row is not sparse)
Int32Mat.h 44 uint32 widthE;
CompactMat.c 345 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;
Alt.c 183 if( inVecPtrA->arrE.sizeE != ptrL->altE.matE.widthE )
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 62 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 125 milliseconds

1 2