Perform deblocking filtering on a horizontal or vertical boundary of two adjacent 16x16 blocks.
IppStatus ippiFilterDeblocking16x16HorEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);
IppStatus ippiFilterDeblocking16x16VerEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);
pSrcDst |
Pointer to the origin of the lower (HorEdge) or the right (VerEdge) 16x16 block. |
step |
Width in bytes of the image plane. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if pSrcDst is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.