- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to rotate 320*240 YCbCr422 image,so i use the following IPP5.0 API:
IPPAPI(IppStatus, ippiYCbCr422RszRot_8u_P3R,(const Ipp8u *pSrc[3], int srcStep[3], IppiSize srcSize, Ipp8u *pDst[3], int dstStep[3], IppiSize dstSize, IppCameraInterpolation interpolation, IppCameraRotation rotation, int rcpRatiox, int rcpRatioy))
but when i link with the lib/mvlcee/ippIP_WMMX50ALNX_r.a
there is an error as follows:
"In function `rotate':: undefined reference to `ippiYCbCr422RszRot_8u_P3R'
collect2: ld returned 1 exit status "
IPPAPI(IppStatus, ippiYCbCr422RszRot_8u_P3R,(const Ipp8u *pSrc[3], int srcStep[3], IppiSize srcSize, Ipp8u *pDst[3], int dstStep[3], IppiSize dstSize, IppCameraInterpolation interpolation, IppCameraRotation rotation, int rcpRatiox, int rcpRatioy))
but when i link with the lib/mvlcee/ippIP_WMMX50ALNX_r.a
there is an error as follows:
"In function `rotate':: undefined reference to `ippiYCbCr422RszRot_8u_P3R'
collect2: ld returned 1 exit status "
why can't find the ippiYCbCr422RszRot_8u_P3R in lib. and is there another API to do rotate functions?
thank you !
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
please submit your issue to Intel Premier Support, so we can track and inform you about any updates.
Regards,
Vladimir
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page