UpsampleFour_H263

Performs factor-of-4 picture upsampling.

Syntax

IppStatus ippiUpsampleFour_H263_8u_C1R(const Ipp8u* pSrc, int srcStep, IppiSize srcRoiSize, Ipp8u* pDst, int dstStep, int rounding, int fillColor);

Parameters

pSrc

Pointer to the origin of the source image region of interest (ROI).

srcStep

Width in bytes of the source image plane, that is, distance in bytes between the starting ends of consecutive lines of the source image.

srcRoiSize

Size of the source ROI.

pDst

Pointer to the origin of the destination image ROI.

dstStep

Width in bytes of the destination image plane.

rounding

Rounding value used in pixel interpolation, can be 0 or 1.

fillColor

Fill color value used for the source pixels for which the calculated location in the source image lies outside of the source image ROI. When fillColor is negative, clip fill-mode action is employed - the “outside” pixel values are extrapolated from the values of pixels at the ROI border, as specified in [ITUH263], Annex D.

Description

The function ippiUpsampleFour_H263_8u_C1R is declared in the ippvc.h header file. This function performs factor-of-4 picture upsampling as specified in [ITUH263], Annex P, subclause P.5.1.

This function is used in the H.263 decoder included into Intel IPP Samples. See introduction to H.263.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error condition if at least one of the specified pointers is NULL.

ippStsSizeErr

Indicates an error condition if srcRoiSize has a field that is odd or less than 4.


Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.