FilterDeblocking16x16HorEdge_H263, FilterDeblocking16x16VerEdge_H263

Perform deblocking filtering on a horizontal or vertical boundary of two adjacent 16x16 blocks.

Syntax

IppStatus ippiFilterDeblocking16x16HorEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);

IppStatus ippiFilterDeblocking16x16VerEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);

Parameters

pSrcDst

Pointer to the origin of the lower (HorEdge) or the right (VerEdge) 16x16 block.

step

Width in bytes of the image plane.

Description

The functions ippiFilterDeblocking16x16HorEdge_H263_8u_C1IR and ippiFilterDeblocking16x16VerEdge_H263_8u_C1IR are declared in the ippvc.h header file. These functions perform deblocking filtering on bordering edges, horizontal and vertical respectively, of two adjacent 16x16 blocks, as specified in [ITUH263], Annex Q, subclause Q.7.2 and Annex J, clause J.3.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error condition if pSrcDst is NULL.


Submit feedback on this help topic

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