Searched refs:lsf_no_r (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | amrnbdec.c | 261 const float lsf_no_r[LP_FILTER_ORDER], in lsf2lsp_for_mode12k2() 283 lsf_q[i] = lsf_r[i] * (LSF_R_FAC / 8000.0) + lsf_no_r[i] * (1.0 / 8000.0); in lsf2lsp_for_mode12k2() 301 float lsf_no_r[LP_FILTER_ORDER]; // LSFs without the residual vector in lsf2lsp_5() local 312 lsf_no_r[i] = p->prev_lsf_r[i] * LSF_R_FAC * PRED_FAC_MODE_12k2 + lsf_5_mean[i]; in lsf2lsp_5() 314 lsf2lsp_for_mode12k2(p, p->lsp[1], lsf_no_r, lsf_quantizer, 0, lsf_param[2] & 1, 0); in lsf2lsp_5() 315 lsf2lsp_for_mode12k2(p, p->lsp[3], lsf_no_r, lsf_quantizer, 2, lsf_param[2] & 1, 1); in lsf2lsp_5()
|