Searched refs:scaleExpL (Results 1 – 4 of 4) sorted by relevance
158 uint32 scaleExpL = 0; in bim_filterWarpInterpolation() local159 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 …]
210 uint32 scaleExpL = bbs_intLog2( scaleL ); in bts_Flt16Alt2D_createRigidMap() local211 if( scaleExpL > 14 ) in bts_Flt16Alt2D_createRigidMap()213 scaleL >>= scaleExpL - 14; in bts_Flt16Alt2D_createRigidMap()214 scaleBbpL -= scaleExpL - 14; in bts_Flt16Alt2D_createRigidMap()
279 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat2D_scale() local280 if( scaleExpL > 14 ) in bts_Flt16Mat2D_scale()282 int32 shiftL = scaleExpL - 14; in bts_Flt16Mat2D_scale()
244 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat3D_scale() local245 if( scaleExpL > 14 ) in bts_Flt16Mat3D_scale()247 int32 shiftL = scaleExpL - 14; in bts_Flt16Mat3D_scale()