diff options
| author | drowe67 <[email protected]> | 2023-12-12 09:50:48 +1030 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-12 09:50:48 +1030 |
| commit | 93dbb6290495ccb194759506372b72fac1b1b104 (patch) | |
| tree | c7a57ab014674259999feb3b2eba0dd004a5f664 /src/c2sim.c | |
| parent | 4f4f7304542c4c3ef49d443ae78732b0e6683a0f (diff) | |
| parent | b8e452709330c75abfab55919575966da3bb030c (diff) | |
Merge pull request #31 from drowe67/dr-codec2-doc
WP2000 - Codec 2 Algorithm Description
Diffstat (limited to 'src/c2sim.c')
| -rw-r--r-- | src/c2sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c2sim.c b/src/c2sim.c index cf23d3a..3117415 100644 --- a/src/c2sim.c +++ b/src/c2sim.c @@ -1023,7 +1023,7 @@ int main(int argc, char *argv[]) { if (lpc_model) { lsp_to_lpc(&lsps_dec[i][0], &ak_dec[i][0], order); aks_to_M2(fftr_fwd_cfg, &ak_dec[i][0], order, &model_dec[i], e_dec[i], - &snr, 0, simlpcpf, lpcpf, 1, LPCPF_BETA, LPCPF_GAMMA, Aw); + &snr, 1, simlpcpf, lpcpf, 1, LPCPF_BETA, LPCPF_GAMMA, Aw); apply_lpc_correction(&model_dec[i]); sum_snr += snr; #ifdef DUMP |
