Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiConv_32f_C1R not have same type

shiyuan__wang
Beginner
458 Views

hello, When I use the ippiConv_32f_C1R of the ippi version 2018.2.185 I get a problem.....

 IppEnum funCfgFull = (IppEnum)(ippAlgAuto | ippiROIFull | ippiNormNone);

 check_sts( status = ippiConv_32f_C1R(pSrc1, srcStep1, src1Size, pSrc2, srcStep2, src2Size, pDst, dstStep, funCfgFull, pBuffer) )

when I use ippiROIFull  or ippiROIValid....it works correct....but when I use ippiROISame , it crash....I want to know if the ippiConv_32f_C1R not support "Same"....Because in my algorithm , I need this.....Although I can use Full and get the result and chang it to Same, But its not very convinent.....Thanks..very much...

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
458 Views

Hi Shiyuan, 

For the code crash, can you submit one test code at the support website to Intel IPP product? 
https://software.intel.com/sites/default/files/managed/41/2a/SubmittingS...

Our support expert may have further check for the code. 

regards,
Chao

 

0 Kudos
Reply