Perform block boundary filtering on a horizontal or vertical boundary of two adjacent 16x16 blocks.
IppStatus ippiFilterBlockBoundaryHorEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);
IppStatus ippiFilterBlockBoundaryVerEdge_H263_8u_C1IR(Ipp8u* pSrcDst, int srcDstStep);
pSrcDst |
Pointer to the origin of the lower (HorEdge) or the right (VerEdge) 16x16 block. |
srcDstStep |
Width in bytes of the image plane. |
The functions ippiFilterBlockBoundaryHorEdge_H263_8u_C1IR and ippiFilterBlockBoundaryVerEdge_H263_8u_C1IR are declared in the ippvc.h header file. These functions perform block boundary filtering on bordering edges, horizontal and vertical respectively, of two adjacent 16x16 blocks, as specified in [ITUH263], Annex Q, subclause Q.7.1.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if pSrcDst is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.