• Home
  • Raw
  • Download

Lines Matching refs:iL

53 	uint32 iL, jL;  in bim_downscaleBy2()  local
56 for( iL = 0; iL < w1L; iL++ ) in bim_downscaleBy2()
103 uint32 iL; in bim_filterWarpInterpolation() local
104 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpInterpolation()
228 uint32 iL; in bim_filterWarpInterpolation() local
234 for( iL = 1; iL < scaleExpL; iL++ ) in bim_filterWarpInterpolation()
260 uint32 iL; in bim_filterWarpInterpolation() local
264 for( iL = 0; iL < srcSizeL; iL++ ) bufPtrA->arrPtrE[ iL ] = srcImagePtrA[ iL ]; in bim_filterWarpInterpolation()
295 int32 iL, jL; in bim_filterWarpInterpolation() local
301 for( iL = 0; iL < ( int32 )dstWidthA; iL++ ) in bim_filterWarpInterpolation()
324 int32 iL, jL; in bim_filterWarpInterpolation() local
330 for( iL = 0; iL < ( int32 )dstWidthA; iL++ ) in bim_filterWarpInterpolation()
435 uint32 iL; in bim_filterWarpPixelReplication() local
436 for( iL = 0; iL < dstWidthA * dstHeightA; iL++ ) dstImagePtrA[ iL ] = 0; in bim_filterWarpPixelReplication()
560 uint32 iL; in bim_filterWarpPixelReplication() local
566 for( iL = 1; iL < scaleExpL; iL++ ) in bim_filterWarpPixelReplication()
592 uint32 iL; in bim_filterWarpPixelReplication() local
596 for( iL = 0; iL < srcSizeL; iL++ ) bufPtrA->arrPtrE[ iL ] = srcImagePtrA[ iL ]; in bim_filterWarpPixelReplication()
627 int32 iL, jL; in bim_filterWarpPixelReplication() local
633 for( iL = 0; iL < ( int32 )dstWidthA; iL++ ) in bim_filterWarpPixelReplication()
644 int32 iL, jL; in bim_filterWarpPixelReplication() local
650 for( iL = 0; iL < ( int32 )dstWidthA; iL++ ) in bim_filterWarpPixelReplication()