Performs deblocking filtering on the horizontal edge (internal or external) of chroma 8X8 macroblock.
IppStatus ippiFilterDeblockingChroma_HorEdge_VC1_8u_C1IR( Ipp8u* pSrcDst, Ipp32s srcdstStep, Ipp32s pQuant, Ipp32u EdgeDisableFlag );
pSrcDst |
Pointer to the first pixel of the lower block in the U- or Y-plane. |
srcdstStep |
Distance in bytes between starts of the consecutive lines in the plane. |
pQuant |
Picture quantizer scale. |
EdgeDisableFlag |
Flag indicating that
These conditions can be used for the internal edge of macroblock in the case of progressive P frames. In the other cases, the flag should be equal to 0. |
The function ippiFilterDeblockingChroma_HorEdge_VC1_8u_C1IR is declared in the ippvc.h file. The function performs deblocking filtering on the horizontal edge (internal or external) of the chroma 8x8 macroblock. See 8.6 of [SMPTE421M].
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition when at least one of the specified pointers is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.