• Home
  • Raw
  • Download

Lines Matching refs:dstHeightA

76 								  uint32 dstHeightA,  in bim_filterWarpInterpolation()  argument
104 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()
296 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpInterpolation()
325 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpInterpolation()
408 uint32 dstHeightA, in bim_filterWarpPixelReplication() argument
436 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpPixelReplication()
515 xL = txL + mxxL * ( int32 )dstWidthA + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
516 yL = tyL + myxL * ( int32 )dstWidthA + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
521 xL = txL + mxyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
522 yL = tyL + myyL * ( int32 )dstHeightA; in bim_filterWarpPixelReplication()
616 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
617 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
620 xL = ( txL + mxyL * ( int32 )( dstHeightA - 1 ) + mxxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
621 yL = ( tyL + myyL * ( int32 )( dstHeightA - 1 ) + myxL * ( int32 )( dstWidthA - 1 ) ) >> 16; in bim_filterWarpPixelReplication()
628 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpPixelReplication()
645 for( jL = 0; jL < ( int32 )dstHeightA; jL++ ) in bim_filterWarpPixelReplication()
718 uint32 dstHeightA, in bim_filterWarp() argument
725 …gePtrA, srcImageWidthA, srcImageHeightA, offsPtrA, altPtrA, dstWidthA, dstHeightA, bufPtrA, scaleT… in bim_filterWarp()
729 …gePtrA, srcImageWidthA, srcImageHeightA, offsPtrA, altPtrA, dstWidthA, dstHeightA, bufPtrA, scaleT… in bim_filterWarp()