webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
decode_plc.c File Reference
#include <string.h>
#include "settings.h"
#include "entropy_coding.h"
#include "pitch_estimator.h"
#include "bandwidth_estimator.h"
#include "structs.h"
#include "codec.h"

Macros

#define NO_OF_PRIMES   8
 
#define NOISE_FILTER_LEN   30
 

Functions

void WebRtcIsacfix_DecodePlcImpl (int16_t *signal_out16, IsacFixDecoderInstance *ISACdec_obj, size_t *current_framesamples)
 

Macro Definition Documentation

◆ NO_OF_PRIMES

#define NO_OF_PRIMES   8

◆ NOISE_FILTER_LEN

#define NOISE_FILTER_LEN   30

Function Documentation

◆ WebRtcIsacfix_DecodePlcImpl()

void WebRtcIsacfix_DecodePlcImpl ( int16_t signal_out16,
IsacFixDecoderInstance ISACdec_obj,
size_t current_framesamples 
)