HomeSort by relevance Sort by last modified time
    Searched refs:halfL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 575 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 );
601 valL = v1L * f1yL + v2L * f2yL + halfL;
853 const int32 halfL = ( int32 )0x00000001 << ( bbpL - 1 );
861 valL = v1L * f1yL + v2L * f2yL + halfL;
UInt8Image.c 746 const int32 halfL = 0x00000001 << ( bbpL - 1 );
754 valL = v1L * f1yL + v2L * f2yL + halfL;

Completed in 692 milliseconds