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

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

Completed in 66 milliseconds