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

  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 158 uint32 scaleExpL = 0;
159 while( ( invScaleL >> scaleExpL ) > scaleThrL ) scaleExpL++;
160 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--;
161 while( ( scaleExpL > 0 ) && ( h0L >> scaleExpL ) < 2 ) scaleExpL--;
164 if( scaleExpL > 0
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.c 210 uint32 scaleExpL = bbs_intLog2( scaleL );
211 if( scaleExpL > 14 )
213 scaleL >>= scaleExpL - 14;
214 scaleBbpL -= scaleExpL - 14;
Flt16Mat2D.c 279 uint32 scaleExpL = bts_absIntLog2( scaleA );
280 if( scaleExpL > 14 )
282 int32 shiftL = scaleExpL - 14;
Flt16Mat3D.c 244 uint32 scaleExpL = bts_absIntLog2( scaleA );
245 if( scaleExpL > 14 )
247 int32 shiftL = scaleExpL - 14;

Completed in 2176 milliseconds