Definitions

This section identifies the header files required for using the Intel IPP speech coding API described later in this chapter. For the definition of bit rate specifiers, refer to Data Structures.

The header files ippdefs.h and ippsc.h must be included in order to link against any of the speech coding primitives, as shown in the following example code:

#include “ippdefs.h” #include “ippsc.h”
int main()
{
    ...
    /* call GSMAMR IPP functions */
	ippsLevinsonDurbin_GSMAMR(pSrcAutoCorr, pSrcDstLpc); 
    ...
}

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.