Performs forward 8X8 transform for 8X8 luma blocks without normalization.
IppStatus ippiTransformLuma8x8Fwd_H264_16s_C1I(Ipp16s* pSrcDst);
pSrcDst |
Pointer to a 8x8 luma block - source and destination array of size 64. |
The function ippiTransformLuma8x8Fwd_H264_16s_C1I is declared in the ippvc.h file. This function performs forward transform for a 8x8 luma block without final normalization (see normAdjust8x8 matrix described in [ITUH264]:
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if the specified pointer is NULL. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.