webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
resample_48khz.c File Reference
#include <string.h>
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/common_audio/signal_processing/resample_by_2_internal.h"

Functions

void WebRtcSpl_Resample48khzTo16khz (const int16_t *in, int16_t *out, WebRtcSpl_State48khzTo16khz *state, int32_t *tmpmem)
 
void WebRtcSpl_ResetResample48khzTo16khz (WebRtcSpl_State48khzTo16khz *state)
 
void WebRtcSpl_Resample16khzTo48khz (const int16_t *in, int16_t *out, WebRtcSpl_State16khzTo48khz *state, int32_t *tmpmem)
 
void WebRtcSpl_ResetResample16khzTo48khz (WebRtcSpl_State16khzTo48khz *state)
 
void WebRtcSpl_Resample48khzTo8khz (const int16_t *in, int16_t *out, WebRtcSpl_State48khzTo8khz *state, int32_t *tmpmem)
 
void WebRtcSpl_ResetResample48khzTo8khz (WebRtcSpl_State48khzTo8khz *state)
 
void WebRtcSpl_Resample8khzTo48khz (const int16_t *in, int16_t *out, WebRtcSpl_State8khzTo48khz *state, int32_t *tmpmem)
 
void WebRtcSpl_ResetResample8khzTo48khz (WebRtcSpl_State8khzTo48khz *state)
 

Function Documentation

◆ WebRtcSpl_Resample16khzTo48khz()

void WebRtcSpl_Resample16khzTo48khz ( const int16_t in,
int16_t out,
WebRtcSpl_State16khzTo48khz state,
int32_t tmpmem 
)

◆ WebRtcSpl_Resample48khzTo16khz()

void WebRtcSpl_Resample48khzTo16khz ( const int16_t in,
int16_t out,
WebRtcSpl_State48khzTo16khz state,
int32_t tmpmem 
)

◆ WebRtcSpl_Resample48khzTo8khz()

void WebRtcSpl_Resample48khzTo8khz ( const int16_t in,
int16_t out,
WebRtcSpl_State48khzTo8khz state,
int32_t tmpmem 
)

◆ WebRtcSpl_Resample8khzTo48khz()

void WebRtcSpl_Resample8khzTo48khz ( const int16_t in,
int16_t out,
WebRtcSpl_State8khzTo48khz state,
int32_t tmpmem 
)

◆ WebRtcSpl_ResetResample16khzTo48khz()

void WebRtcSpl_ResetResample16khzTo48khz ( WebRtcSpl_State16khzTo48khz state)

◆ WebRtcSpl_ResetResample48khzTo16khz()

void WebRtcSpl_ResetResample48khzTo16khz ( WebRtcSpl_State48khzTo16khz state)

◆ WebRtcSpl_ResetResample48khzTo8khz()

void WebRtcSpl_ResetResample48khzTo8khz ( WebRtcSpl_State48khzTo8khz state)

◆ WebRtcSpl_ResetResample8khzTo48khz()

void WebRtcSpl_ResetResample8khzTo48khz ( WebRtcSpl_State8khzTo48khz state)