Searched refs:f2yL (Results 1 – 2 of 2) sorted by relevance
460 int32 f2yL; in bim_UInt16ByteImage_warp() local482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp()485 f1yL = oneL - f2yL; in bim_UInt16ByteImage_warp()559 valL = f1yL * ( *ptr1L & 0x0FF ) + f2yL * ( *ptr2L & 0x0FF ); in bim_UInt16ByteImage_warp()566 f2yL * ( *( ptr2L + halfSrcWidthL - 1 ) >> 8 ); in bim_UInt16ByteImage_warp()601 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt16ByteImage_warp()758 int32 f2yL; in bim_UInt16ByteImage_warp8() local775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt16ByteImage_warp8()778 f1yL = oneL - f2yL; in bim_UInt16ByteImage_warp8()836 valL = *ptr1L * f1yL + *ptr2L * f2yL ; in bim_UInt16ByteImage_warp8()[all …]
651 int32 f2yL; in bim_UInt8Image_warpOffs() local668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L; in bim_UInt8Image_warpOffs()671 f1yL = oneL - f2yL; in bim_UInt8Image_warpOffs()729 valL = *ptr1L * f1yL + *ptr2L * f2yL ; in bim_UInt8Image_warpOffs()736 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL; in bim_UInt8Image_warpOffs()754 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt8Image_warpOffs()