Lines Matching refs:lsf
102 AMRNBFrame frame; ///< decoded AMR parameters (lsf coefficients, codebook indexes, etc)
111 float lsf_avg[LP_FILTER_ORDER]; ///< vector of averaged lsf vector
260 * Decode a set of 5 split-matrix quantized lsf indexes into an lsp vector.
304 * Decode a set of 5 split-matrix quantized lsf indexes into 2 lsp vectors.
310 const uint16_t *lsf_param = p->frame.lsf;
333 * Decode a set of 3 split-matrix quantized lsf indexes into an lsp vector.
339 const uint16_t *lsf_param = p->frame.lsf;
592 * @param lsf LSFs for the current subframe, in the range [0,1]
598 static float fixed_gain_smooth(AMRContext *p , const float *lsf,
605 diff += fabs(lsf_avg[i] - lsf[i]) / lsf_avg[i];
1081 /* Update averaged lsf vector (used for fixed gain smoothing).