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

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 346 const uint16* ulPtrL = srcPtrA->arrE.arrPtrE;
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;
647 const uint8* urPtrL = ulPtrL + srcWidthL - 1
    [all...]
UInt8Image.c 532 const uint8* ulPtrL = srcPtrA->arrE.arrPtrE;
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 153 milliseconds