|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#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) |
| #define NO_OF_PRIMES 8 |
| #define NOISE_FILTER_LEN 30 |
| void WebRtcIsacfix_DecodePlcImpl | ( | int16_t * | signal_out16, |
| IsacFixDecoderInstance * | ISACdec_obj, | ||
| size_t * | current_framesamples | ||
| ) |
1.8.13