- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used ippiCopy_8u_AC4C3R to convert RGBA to RGB. When image resolution is set to 2048x2160, my app stops at ippiCopy_8u_AC4C3R to pop up a memory exception. But my app works with 3840x1080 resolution (which is less than 2048x2160). What is maximum image resolution whichippiCopy_8u_AC4C3R can work?
Thanks
Jiuxiang
Link Copied
7 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting jiuxiang
...What is maximum image resolution whichippiCopy_8u_AC4C3R can work?
If IPP function 'ippiMalloc_*' is used to allocate the memory a maximum size of an 8-bit imagecould be34207 x 34207.
If aCRT function 'malloc' is used to allocate the memory a maximum size of an 8-bit imagecould be34208 x 34208.
In both cases it was tested in a Release configuration of some project on a 32-bit Windows XP.
I have two questions:
What is your IPP version?
What is your operating system, that is a 32-bit or 64-bit?
Best regards,
Sergey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sergey,
My IPP version is 7.0 and OS is 64-bit. Whichever malloc method I used, the resolution I tested is much smaller than its max size.
Thanks for your reply.
Jiuxiang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting jiuxiang
Hi Sergey,
My IPP version is 7.0 and OS is 64-bit. Whichever malloc method I used, the resolution I tested is much smaller than its max size.
Thanks for your reply.
Jiuxiang
Hi Jiuxiang,
Thanks for the information. I'll preparetwo test-cases for you:
1. With ippiMalloc & malloc functions
2. Allocation of Maximum amount of memory for an Operating system.
Also, it would be nice to see a small example how you use IPP functions. Would you be able to provide it?
Best regards,
Sergey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting Sergey Kostrov
...I'll preparetwo test-cases for you:
1. With ippiMalloc & malloc functions...
1. With ippiMalloc & malloc functions...
Please use a test-case as a prototype for your tests:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is a screenshot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting Sergey Kostrov
...I'll preparetwo test-cases for you:
...
2. Allocation of Maximum amount of memory for an Operating system
...
2. Allocation of Maximum amount of memory for an Operating system
AVS2005 project from enclosed zip-archive'MemTestAppV3.zip' allows to test how much memory could be allocated
on a 32-bit or 64-bit Windows OSs. A 'Readme.txt' file has lots of Release Notes.
Please take a look at a post fortest results ona 64-bit Windows OS:
http://software.intel.com/en-us/forums/showpost.php?p=189221[EDITED] Sorry, a wrong one...
http://software.intel.com/en-us/forums/showpost.php?p=189214
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting jiuxiang
Hi Sergey,
My IPP version is 7.0 and OS is 64-bit. Whichever malloc method I used, the resolution I tested is much smaller than its max size.
Thanks for your reply.
Jiuxiang
This is a follow up: Are there any news? Could you provide a test-case to reproduce the problem?
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