FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/cod_12k2.c @ 116:d9ad0f5121e8
libgsmefr/cod_12k2.c: bug in earlier Copy optimization
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 30 Nov 2022 23:01:16 +0000 |
parents | d285877fc4cc |
children |
comparison
equal
deleted
inserted
replaced
115:5a63294fa321 | 116:d9ad0f5121e8 |
---|---|
253 Aq_t[i + MP1 * 3] = A_t[i + MP1 * 3]; move16 (); | 253 Aq_t[i + MP1 * 3] = A_t[i + MP1 * 3]; move16 (); |
254 } | 254 } |
255 | 255 |
256 /* update the LSPs for the next frame */ | 256 /* update the LSPs for the next frame */ |
257 Copy (lsp_new, st->lsp_old, M); | 257 Copy (lsp_new, st->lsp_old, M); |
258 Copy (lsp_new_q, st->lsp_old_q, M); | 258 Copy (lsp_new, st->lsp_old_q, M); |
259 } | 259 } |
260 | 260 |
261 /*----------------------------------------------------------------------* | 261 /*----------------------------------------------------------------------* |
262 * - Find the weighted input speech wsp[] for the whole speech frame * | 262 * - Find the weighted input speech wsp[] for the whole speech frame * |
263 * - Find the open-loop pitch delay for first 2 subframes * | 263 * - Find the open-loop pitch delay for first 2 subframes * |