Searched defs:f2yL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16ByteImage.c460 int32 f2yL; local
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; local
775 f2yL = ( yL & fractionOnlyL ) >> bbpLby2L;
778 f1yL = oneL - f2yL;
836 valL = *ptr1L * f1yL + *ptr2L * f2yL ;
[all...]
H A DUInt8Image.c651 int32 f2yL; local
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 31 milliseconds