Hi all
Ineed to use function ippiResize_8u_P3R(const Ipp* const pSrc[3],IppiSize srcSize, int srcStep, ...
Can anybody explaine me what is -srcStep?
Because I expect to see something like - int srcStep[3]
I have color model planar YUV422, so it should be:
int nSteps[3] = {nWidth, nWidth/nCdx, nWidth/nCdx};
Thanks,
Adi
Resizing image
For more complete information about compiler optimizations, see our Optimization Notice.


