Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DUInt16ByteImage.c575 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 ); in bim_UInt16ByteImage_warp() local
601 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt16ByteImage_warp()
853 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 ); in bim_UInt16ByteImage_warp8() local
861 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt16ByteImage_warp8()
DUInt8Image.c746 const int32 halfL = 0x00000001 << ( bbpL - 1 ); in bim_UInt8Image_warpOffs() local
754 valL = v1L * f1yL + v2L * f2yL + halfL; in bim_UInt8Image_warpOffs()