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