Computes the size of the forward DCT work buffer.
IppStatus ippsDCTFwdGetBufSize_32f(const IppsDCTFwdSpec_32f* pDCTSpec, int* pBufferSize);
IppStatus ippsDCTFwdGetBufSize_16s(const IppsDCTFwdSpec_16s* pDCTSpec, int* pBufferSize);
IppStatus ippsDCTFwdGetBufSize_64f(const IppsDCTFwdSpec_64f* pDCTSpec, int* pBufferSize);
pDCTSpec |
Pointer to the forward DCT specification structure. |
pBufferSize |
Pointer to the forward DCT work buffer size value. |
The function ippsDCTFwdGetBufSize is declared in the ipps.h file. This function computes in bytes the size pBufferSize of the work buffer for the forward DCT specified by the structure pDCTSpec.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pDCTSpec pointer is NULL. |
ippStsContextMatchErr |
Indicates an error when the specification identifier pDCTSpec is incorrect. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.