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

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 46 uint32 h0L = effHeightA;
48 uint32 h1L = h0L >> 1;
83 uint32 h0L = srcImageHeightA;
89 uint32 h1L = h0L;
101 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 )
161 while( ( scaleExpL > 0 ) && ( h0L >> scaleExpL ) < 2 ) scaleExpL--;
212 yMinL = ( int32 )h0L < yMinL ? h0L : yMinL;
216 yMaxL = ( int32 )h0L < yMaxL ? h0L : yMaxL
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.c 75 int32 h0L = ptrA->origHeightE;
78 int32 h1L = ( h0L - ptrA->yOffE ) >> 1;
110 int32 h0L = ptrA->workHeightE;
112 int32 h1L = h0L >> 1;
Scanner.c 100 uint32 h0L = ptrA->workHeightE;
102 uint32 h1L = h0L >> 1;
    [all...]

Completed in 107 milliseconds