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

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16ByteImage.c346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE; local
347 const uint16* urPtrL = ulPtrL + halfSrcWidthL - 1;
348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL;
496 dstPixelL = *ulPtrL & 0x0FF;
509 uint16 srcL = *( ulPtrL + khL );
514 valL = f1xL * ( *( ulPtrL + khL ) >> 8 ) + f2xL * ( *( ulPtrL + khL + 1 ) & 0x0FF );
553 ptr1L = ulPtrL + lL * halfSrcWidthL;
646 const uint8* ulPtrL = ( const uint8* )srcPtrA->arrE.arrPtrE; local
647 const uint8* urPtrL = ulPtrL
[all...]
H A DUInt8Image.c532 const uint8* ulPtrL = srcPtrA->arrE.arrPtrE; local
533 const uint8* urPtrL = ulPtrL + srcWidthL - 1;
534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL;
682 *dstPtrL++ = *ulPtrL;
693 valL = *( ulPtrL + kL ) * f1xL + *( ulPtrL + kL + 1 ) * f2xL;
722 ptr1L = ulPtrL + lL * srcWidthL;

Completed in 114 milliseconds