Home
last modified time | relevance | path

Searched refs:f1yL (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c462 int32 f1yL; in bim_UInt16ByteImage_warp() local
485 f1yL = oneL - f2yL; in bim_UInt16ByteImage_warp()
559 valL = f1yL * ( *ptr1L & 0x0FF ) + f2yL * ( *ptr2L & 0x0FF ); in bim_UInt16ByteImage_warp()
565 valL = f1yL * ( *( ptr1L + halfSrcWidthL - 1 ) >> 8 ) + in bim_UInt16ByteImage_warp()
601 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt16ByteImage_warp()
760 int32 f1yL; in bim_UInt16ByteImage_warp8() local
778 f1yL = oneL - f2yL; in bim_UInt16ByteImage_warp8()
836 valL = *ptr1L * f1yL + *ptr2L * f2yL ; in bim_UInt16ByteImage_warp8()
843 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL; in bim_UInt16ByteImage_warp8()
861 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c653 int32 f1yL; in bim_UInt8Image_warpOffs() local
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()