Lines Matching full:pbuffer
574 Ipp8u *pBuffer;
592 pBuffer = ippsMalloc_8u( bufSize );
594 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
596 ippsFree( pBuffer );
607 Ipp8u *pBuffer;
625 pBuffer = ippsMalloc_8u( bufSize );
627 status = ippFunc(src.ptr(), (int)src.step, srcRoiSize, tpl.ptr(), (int)tpl.step, tplRoiSize, dst.ptr<Ipp32f>(), (int)dst.step, funCfg, pBuffer);
629 ippsFree( pBuffer );