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

  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c 339 long srcWidthL = srcPtrA->widthE;
341 long halfSrcWidthL = srcWidthL >> 1;
375 if( srcWidthL == 0 || srcHeightL == 0 )
377 bim_UInt16ByteImage_size( cpA, ptrA, srcWidthL, srcHeightL );
378 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
498 else if( kL >= srcWidthL - 1 )
526 else if( kL >= srcWidthL - 1 )
562 else if( kL >= srcWidthL - 1 )
640 long srcWidthL = srcPtrA->widthE;
647 const uint8* urPtrL = ulPtrL + srcWidthL - 1
    [all...]
UInt8Image.c 526 long srcWidthL = srcPtrA->widthE;
533 const uint8* urPtrL = ulPtrL + srcWidthL - 1;
534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL;
535 const uint8* lrPtrL = llPtrL + srcWidthL - 1;
561 if( srcWidthL == 0 || srcHeightL == 0 )
563 bim_UInt8Image_size( cpA, ptrA, srcWidthL, srcHeightL );
564 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL );
684 else if( kL >= srcWidthL - 1 )
704 else if( kL >= srcWidthL - 1 )
722 ptr1L = ulPtrL + lL * srcWidthL;
    [all...]

Completed in 145 milliseconds