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

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 460 int32 f2yL;
482 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
485 f1yL = oneL - f2yL;
559 valL = f1yL * ( *ptr1L & 0x0FF ) + f2yL * ( *ptr2L & 0x0FF );
566 f2yL * ( *( ptr2L + halfSrcWidthL - 1 ) >> 8 );
601 valL = v1L * f1yL + v2L * f2yL + halfL;
758 int32 f2yL;
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
778 f1yL = oneL - f2yL;
836 valL = *ptr1L * f1yL + *ptr2L * f2yL ;
    [all...]
UInt8Image.c 651 int32 f2yL;
668 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
671 f1yL = oneL - f2yL;
729 valL = *ptr1L * f1yL + *ptr2L * f2yL ;
736 valL = *( ptr1L + srcWidthL - 1 ) * f1yL + *( ptr2L + srcWidthL - 1 ) * f2yL;
754 valL = v1L * f1yL + v2L * f2yL + halfL;

Completed in 39 milliseconds