Searched defs:w0L (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c45 uint32 w0L = effWidthA; local
47 uint32 w1L = w0L >> 1;
82 uint32 w0L = srcImageWidthA; local
88 uint32 w1L = w0L;
101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 )
160 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--;
211 xMinL = ( int32 )w0L < xMinL ? w0L : xMinL;
215 xMaxL = ( int32 )w0L < xMaxL ? w0L
414 uint32 w0L = srcImageWidthA; local
[all...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanner.c74 int32 w0L = ptrA->origWidthE; local
77 int32 w1L = ( w0L - ptrA->xOffE ) >> 1;
80 const uint8* iArrL = ptrA->origImagePtrE + ptrA->xOffE + ptrA->yOffE * w0L;
95 int32 idxL = jL * 2 * w0L + iL * 2;
98 iArrL[ idxL + w0L ] +
99 iArrL[ idxL + w0L + 1 ] + 2 ) >> 2;
109 int32 w0L = ptrA->workWidthE; local
111 int32 w1L = w0L >> 1;
123 int32 idxL = jL * 2 * w0L + iL * 2;
126 arrL[ idxL + w0L ]
[all...]
H A DScanner.c99 uint32 w0L = ptrA->workWidthE; local
101 uint32 w1L = w0L >> 1;
103 uint32 w20L = ( w0L >> 1 ) + ( w0L & 1 );

Completed in 53 milliseconds