sipxmedialib
Version 3.3
|
#include <os/OsDefs.h>
#include <os/OsSysLog.h>
#include <mp/MpJitterBuffer.h>
#include <mp/MpDecoderPayloadMap.h>
#include <mp/MpDecoderBase.h>
#include <mp/MpPlcBase.h>
#include <mp/MpVadBase.h>
#include <mp/MpAgcBase.h>
#include <mp/MpDspUtils.h>
#include <mp/MpFlowGraphBase.h>
Macros | |
#define | ENABLE_NON_PLC_ADJUSTMENT |
#define | RTL_BLOCK(x) |
#define | RTL_EVENT(x, y) |
#define | N_POS 2 |
#define | N_NEG 3 |
Enumerations | |
enum | { E_FRAME_WINDOW = 8, E_THRESH = 1200 } |
Functions | |
int32_t | calcE (MpAudioSample *pBuf1, MpAudioSample *pBuf2) |
int | getMinEPosition (MpAudioSample *pattern, MpAudioSample *pBuffer, int bufferLength) |
void | crossJoin8 (MpAudioSample *pSrc1Dst, MpAudioSample *pSrc2) |
#define ENABLE_NON_PLC_ADJUSTMENT |
#define RTL_BLOCK | ( | x | ) |
#define RTL_EVENT | ( | x, | |
y | |||
) |
#define N_POS 2 |
#define N_NEG 3 |
int32_t calcE | ( | MpAudioSample * | pBuf1, |
MpAudioSample * | pBuf2 | ||
) |
int getMinEPosition | ( | MpAudioSample * | pattern, |
MpAudioSample * | pBuffer, | ||
int | bufferLength | ||
) |
void crossJoin8 | ( | MpAudioSample * | pSrc1Dst, |
MpAudioSample * | pSrc2 | ||
) |