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

Functions

void WebRtcSpl_DownBy2IntToShort (int32_t *in, int32_t len, int16_t *out, int32_t *state)
 
void WebRtcSpl_DownBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state)
 
void WebRtcSpl_UpBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state)
 
void WebRtcSpl_UpBy2IntToInt (const int32_t *in, int32_t len, int32_t *out, int32_t *state)
 
void WebRtcSpl_UpBy2IntToShort (const int32_t *in, int32_t len, int16_t *out, int32_t *state)
 
void WebRtcSpl_LPBy2ShortToInt (const int16_t *in, int32_t len, int32_t *out, int32_t *state)
 
void WebRtcSpl_LPBy2IntToInt (const int32_t *in, int32_t len, int32_t *out, int32_t *state)
 

Function Documentation

◆ WebRtcSpl_DownBy2IntToShort()

void WebRtcSpl_DownBy2IntToShort ( int32_t in,
int32_t  len,
int16_t out,
int32_t state 
)

◆ WebRtcSpl_DownBy2ShortToInt()

void WebRtcSpl_DownBy2ShortToInt ( const int16_t in,
int32_t  len,
int32_t out,
int32_t state 
)

◆ WebRtcSpl_LPBy2IntToInt()

void WebRtcSpl_LPBy2IntToInt ( const int32_t in,
int32_t  len,
int32_t out,
int32_t state 
)

◆ WebRtcSpl_LPBy2ShortToInt()

void WebRtcSpl_LPBy2ShortToInt ( const int16_t in,
int32_t  len,
int32_t out,
int32_t state 
)

◆ WebRtcSpl_UpBy2IntToInt()

void WebRtcSpl_UpBy2IntToInt ( const int32_t in,
int32_t  len,
int32_t out,
int32_t state 
)

◆ WebRtcSpl_UpBy2IntToShort()

void WebRtcSpl_UpBy2IntToShort ( const int32_t in,
int32_t  len,
int16_t out,
int32_t state 
)

◆ WebRtcSpl_UpBy2ShortToInt()

void WebRtcSpl_UpBy2ShortToInt ( const int16_t in,
int32_t  len,
int32_t out,
int32_t state 
)