Lines Matching defs:lsfdeq
107 int16_t lsfdeq[LPC_FILTERORDER*LPC_N_MAX];
283 static void lsf_dequantization(int16_t *lsfdeq, int16_t *index, int16_t lpc_n)
289 lsfdeq[pos + j] = lsf_codebook[cb_pos + index[i] * lsf_dim_codebook[i] + j];
301 lsfdeq[LPC_FILTERORDER + pos + j] = lsf_codebook[cb_pos +
440 int16_t *lsfdeq, int16_t length,
446 lsfdeq2 = lsfdeq + length;
450 lsp_interpolate2polydec(lp, (*s).lsfdeqold, lsfdeq, lsf_weight_30ms[0], length);
456 lsp_interpolate2polydec(lp, lsfdeq, lsfdeq2,
466 lsp_interpolate2polydec(lp, s->lsfdeqold, lsfdeq,
477 memcpy(s->lsfdeqold, lsfdeq, length * 2);
1383 lsf_dequantization(s->lsfdeq, s->frame.lsf, s->lpc_n);
1384 lsf_check_stability(s->lsfdeq, LPC_FILTERORDER, s->lpc_n);
1386 s->lsfdeq, LPC_FILTERORDER, s);