Home
last modified time | relevance | path

Searched refs:scaleExpL (Results 1 – 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c158 uint32 scaleExpL = 0; in bim_filterWarpInterpolation() local
159 while( ( invScaleL >> scaleExpL ) > scaleThrL ) scaleExpL++; in bim_filterWarpInterpolation()
160 while( ( scaleExpL > 0 ) && ( w0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
161 while( ( scaleExpL > 0 ) && ( h0L >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
164 if( scaleExpL > 0 ) in bim_filterWarpInterpolation()
222 while( ( scaleExpL > 0 ) && ( wEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
223 while( ( scaleExpL > 0 ) && ( hEffL >> scaleExpL ) < 2 ) scaleExpL--; in bim_filterWarpInterpolation()
226 if( scaleExpL > 0 ) in bim_filterWarpInterpolation()
234 for( iL = 1; iL < scaleExpL; iL++ ) in bim_filterWarpInterpolation()
244 mxxL >>= scaleExpL; in bim_filterWarpInterpolation()
[all …]
/external/neven/Embedded/common/src/b_TensorEm/
DFlt16Alt2D.c210 uint32 scaleExpL = bbs_intLog2( scaleL ); in bts_Flt16Alt2D_createRigidMap() local
211 if( scaleExpL > 14 ) in bts_Flt16Alt2D_createRigidMap()
213 scaleL >>= scaleExpL - 14; in bts_Flt16Alt2D_createRigidMap()
214 scaleBbpL -= scaleExpL - 14; in bts_Flt16Alt2D_createRigidMap()
DFlt16Mat2D.c279 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat2D_scale() local
280 if( scaleExpL > 14 ) in bts_Flt16Mat2D_scale()
282 int32 shiftL = scaleExpL - 14; in bts_Flt16Mat2D_scale()
DFlt16Mat3D.c244 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat3D_scale() local
245 if( scaleExpL > 14 ) in bts_Flt16Mat3D_scale()
247 int32 shiftL = scaleExpL - 14; in bts_Flt16Mat3D_scale()