Initializes the memory buffer for the Sub-Band ADPCM encoder.
IppStatus ippsSBADPCMEncodeInit_G722_16s (IppsEncoderState_G722_16s* pEncMem);
pEncMem |
Pointer to the input memory buffer of size required to properly initialize the G.722 Sub-Band ADPCM encoder. |
The function ippsSBADPCMEncodeInit_G722 is declared in the ippsc.h file.
This function initializes the memory buffer referenced by the pointer pEncMem. This buffer is required to enable G.722 Sub-Band ADPCM compression (encoding) starting from the reset state.
ippStsNoErr |
Indicates no error. |
IppStsNullPtrErr |
Indicates an error when the pEncMem pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.