Searched refs:srcHeightL (Results 1 – 2 of 2) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | UInt16ByteImage.c | 340 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp() local 348 const uint16* llPtrL = ulPtrL + ( srcHeightL - 1 ) * halfSrcWidthL; 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() 519 else if( lL >= srcHeightL - 1 ) in bim_UInt16ByteImage_warp() 641 long srcHeightL = srcPtrA->heightE; in bim_UInt16ByteImage_warp8() local 648 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; in bim_UInt16ByteImage_warp8() 675 if( srcWidthL == 0 || srcHeightL == 0 ) in bim_UInt16ByteImage_warp8() 677 bbs_ERROR2( "Size of output image is %d/%d", srcWidthL, srcHeightL ); in bim_UInt16ByteImage_warp8() [all …]
|
D | UInt8Image.c | 527 long srcHeightL = srcPtrA->heightE; in bim_UInt8Image_warpOffs() local 534 const uint8* llPtrL = ulPtrL + ( srcHeightL - 1 ) * srcWidthL; 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() 697 else if( lL >= srcHeightL - 1 ) in bim_UInt8Image_warpOffs()
|