Searched refs:dstHeightA (Results 1 – 2 of 2) sorted by relevance
76 uint32 dstHeightA, in bim_filterWarpInterpolation() argument104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpInterpolation()183 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()184 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()189 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()190 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpInterpolation()284 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()285 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpInterpolation()288 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()289 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpInterpolation()[all …]
62 uint32 dstHeightA,82 uint32 dstHeightA,97 uint32 dstHeightA,