We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21128de commit 6dafe0fCopy full SHA for 6dafe0f
src/quantise.h
@@ -67,7 +67,7 @@ void decode_lsps_vq(int *indexes, float *xq, int order, int stages);
67
68
long quantise(const float * cb, float vec[], float w[], int k, int m, float *se);
69
void lspvq_quantise(float lsp[], float lsp_[], int order);
70
-void lspjvm_quantise(float lsps[], float lsps_[], int order);
+void lspjmv_quantise(float lsps[], float lsps_[], int order);
71
72
void quantise_WoE(C2CONST *c2const, MODEL *model, float *e, float xq[]);
73
int encode_WoE(MODEL *model, float e, float xq[]);
0 commit comments