Lines Matching refs:valL
660 int32 valL; in bim_UInt8Image_warpOffs() local
693 valL = *( ulPtrL + kL ) * f1xL + *( ulPtrL + kL + 1 ) * f2xL; in bim_UInt8Image_warpOffs()
694 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
713 valL = *( llPtrL + kL ) * f1xL + *( llPtrL + kL + 1 ) * f2xL; in bim_UInt8Image_warpOffs()
714 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
729 valL = *ptr1L * f1yL + *ptr2L * f2yL ; in bim_UInt8Image_warpOffs()
730 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
736 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL; in bim_UInt8Image_warpOffs()
737 *dstPtrL++ = valL >> bbpLby2L; in bim_UInt8Image_warpOffs()
754 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt8Image_warpOffs()
755 *dstPtrL++ = valL >> bbpL; in bim_UInt8Image_warpOffs()