#include "quant_lsp.h"
#include <math.h>
Functions | |
void | lsp_quant_nb (float *lsp, float *qlsp, int order, SpeexBits *bits) |
void | lsp_unquant_nb (float *lsp, int order, SpeexBits *bits) |
void | lsp_quant_lbr (float *lsp, float *qlsp, int order, SpeexBits *bits) |
void | lsp_unquant_lbr (float *lsp, int order, SpeexBits *bits) |
void | lsp_quant_high (float *lsp, float *qlsp, int order, SpeexBits *bits) |
void | lsp_unquant_high (float *lsp, int order, SpeexBits *bits) |
Variables | |
signed char | high_lsp_cdbk [] |
signed char | high_lsp_cdbk2 [] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|