Performs deblocking filtering on the vertical edge (internal or external) of luma 16X16 macroblocks.
IppStatus ippiFilterDeblockingLuma_VerEdge_VC1_8u_C1IR( Ipp8u* pSrcDst, Ipp32s srcdstStep, Ipp32s pQuant, Ipp32u EdgeDisableFlag );
pSrcDst |
Pointer to the first pixel of the right block in the Y-plane. |
srcdstStep |
Distance in bytes between starts of the consecutive lines in the Y-plane. |
pQuant |
Picture quantizer scale. |
EdgeDisableFlag |
Flag indicating that
Conditions 1, 2, 3, 4 can be used for the internal edge of macroblock in the case of progressive P frames. Conditions 5, 6 can be used for other cases. |
The function ippiFilterDeblockingLuma_VerEdge_VC1_8u_C1IR is declared in the ippvc.h file. The function performs deblocking filtering on the vertical edge (internal or external) of the luma 16x16 macroblocks. 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.