- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I found out now that ippiMalloc_8u_P3 was removed in IPP 5. I was using it to allocate space for a YUV 420, unsigned char, planar image.
How can I do it then? Strange enough, in page 3-5 of the manual (in the ippiMalloc mods) there is still a 8u_P3. Also there are still lot's of functions (in the manual at least) that still accept a 8u_P3 image.
I found out now that ippiMalloc_8u_P3 was removed in IPP 5. I was using it to allocate space for a YUV 420, unsigned char, planar image.
How can I do it then? Strange enough, in page 3-5 of the manual (in the ippiMalloc mods) there is still a 8u_P3. Also there are still lot's of functions (in the manual at least) that still accept a 8u_P3 image.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
To be honest, behaviour of ippiMalloc_8u_P3 function was not correct. Or it is better to say it was not flexible enough. Function was able to allocate memory only as contiguous block, but sometime you may need to have three separate blocks of memory (one for each plane). Moreover, you were able to do the same with using just ippMalloc with appropriate size. All of these reasons cause us to remove this function. Note, you still able to allocate memory for several planes with using ippMalloc function. Sorry for any inconvenience.
Thanks for pointing us to documentation issues, they will be fixed in the next releases.
Regards,
Vladimir
