mirror of
https://github.com/xiph/opus.git
synced 2025-05-23 03:39:17 +00:00
Remove support for LPCNet quantization
This commit is contained in:
parent
bfa01f1a1c
commit
247e6a587c
8 changed files with 15 additions and 972 deletions
|
@ -105,19 +105,10 @@ struct LPCNetPLCState {
|
|||
short queued_samples[FRAME_SIZE];
|
||||
};
|
||||
|
||||
#ifndef OPUS_BUILD
|
||||
extern float ceps_codebook1[];
|
||||
extern float ceps_codebook2[];
|
||||
extern float ceps_codebook3[];
|
||||
extern float ceps_codebook_diff4[];
|
||||
#endif
|
||||
|
||||
void preemphasis(float *y, float *mem, const float *x, float coef, int N);
|
||||
|
||||
void perform_double_interp(float features[4][NB_TOTAL_FEATURES], const float *mem, int best_id);
|
||||
|
||||
void process_superframe(LPCNetEncState *st, unsigned char *buf, FILE *ffeat, int encode, int quantize);
|
||||
|
||||
void compute_frame_features(LPCNetEncState *st, const float *in);
|
||||
|
||||
void decode_packet(float features[4][NB_TOTAL_FEATURES], float *vq_mem, const unsigned char buf[8]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue