Performs bilinear quarter-pel interpolation.
IppStatus ippiInterpolateQPBilinear_VC1_8u_C1R( const IppVCInterpolate_8u* pParams );
IppStatus ippiInterpolateQPBilinear_VC1_8u_C2R( const IppVCInterpolate_8u* pParams );
pParams |
Pointer to the structure that contains parameters for interpolation:
|
The functions ippiInterpolateQPBilinear_VC1_8u_C1R and ippiInterpolateQPBilinear_VC1_8u_C2R are declared in the ippvc.h file. The functions perform bilinear quarter-pel interpolation in accordance with 8.3.6.5.1 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.