HomeSort by relevance Sort by last modified time
    Searched defs:w0L (Results 1 - 3 of 3) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 45 uint32 w0L = effWidthA;
47 uint32 w1L = w0L >> 1;
82 uint32 w0L = srcImageWidthA;
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 : xMaxL
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 74 int32 w0L = ptrA->origWidthE;
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;
111 int32 w1L = w0L >> 1;
123 int32 idxL = jL * 2 * w0L + iL * 2;
126 arrL[ idxL + w0L ] +
    [all...]
Scanner.c 99 uint32 w0L = ptrA->workWidthE;
101 uint32 w1L = w0L >> 1;
103 uint32 w20L = ( w0L >> 1 ) + ( w0L & 1 );
    [all...]

Completed in 106 milliseconds