|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "define.h"#include "API.h"#include "control.h"#include "typedef.h"#include "stack_alloc.h"#include "structs.h"#include "tuning_parameters.h"#include "main_FLP.h"Functions | |
| opus_int | silk_Get_Encoder_Size (opus_int *encSizeBytes) |
| opus_int | silk_InitEncoder (void *encState, int arch, silk_EncControlStruct *encStatus) |
| opus_int | silk_Encode (void *encState, silk_EncControlStruct *encControl, const opus_int16 *samplesIn, opus_int nSamplesIn, ec_enc *psRangeEnc, opus_int32 *nBytesOut, const opus_int prefillFlag) |
| opus_int silk_Encode | ( | void * | encState, |
| silk_EncControlStruct * | encControl, | ||
| const opus_int16 * | samplesIn, | ||
| opus_int | nSamplesIn, | ||
| ec_enc * | psRangeEnc, | ||
| opus_int32 * | nBytesOut, | ||
| const opus_int | prefillFlag | ||
| ) |
| opus_int silk_InitEncoder | ( | void * | encState, |
| int | arch, | ||
| silk_EncControlStruct * | encStatus | ||
| ) |
1.8.13