Performs bicubic quarter-pel interpolation.
IppStatus ippiInterpolateQPBicubic_VC1_8u_C1R( const IppVCInterpolate_8u* pParams );
pParams |
Pointer to the structure that contains parameters for interpolation:
|
The function ippiInterpolateQPBicubic_VC1_8u_C1R is declared in the ippvc.h file. The function performs bicubic quarter-pel interpolation in accordance with 8.3.6.5.2 of [SMPTE421M].
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when at least one of the specified pointers is NULL. |
ippStsBadArgErr |
Indicates an error condition if dx or dy values fall outside [0,3]. |
ippStsSizeErr |
Indicates an error condition in pParams->roiSize. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.