Skip to content

Commit 6dafe0f

Browse files
committed
fix header
1 parent 21128de commit 6dafe0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quantise.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void decode_lsps_vq(int *indexes, float *xq, int order, int stages);
6767

6868
long quantise(const float * cb, float vec[], float w[], int k, int m, float *se);
6969
void lspvq_quantise(float lsp[], float lsp_[], int order);
70-
void lspjvm_quantise(float lsps[], float lsps_[], int order);
70+
void lspjmv_quantise(float lsps[], float lsps_[], int order);
7171

7272
void quantise_WoE(C2CONST *c2const, MODEL *model, float *e, float xq[]);
7373
int encode_WoE(MODEL *model, float e, float xq[]);

0 commit comments

Comments
 (0)