Lines Matching defs:lsfnew
154 static void lsf_decode_fp(float *lsfnew, float *lsf_history,
163 lsfnew[i] = lsf_history[i] * 0.33 + lsf_tmp[i] + mean_lsf[i];
165 ff_sort_nearly_sorted_floats(lsfnew, LP_FILTER_ORDER - 1);
169 ff_set_min_dist_lsf(lsfnew, LSFQ_DIFF_MIN, LP_FILTER_ORDER - 1);
170 lsfnew[9] = FFMIN(lsfnew[LP_FILTER_ORDER - 1], 1.3 * M_PI);
175 lsfnew[i] = cos(lsfnew[i]);
176 lsfnew[LP_FILTER_ORDER - 1] *= 6.153848 / M_PI;
217 static void sipr_decode_lp(float *lsfnew, const float *lsfold, float *Az,
227 lsfint[j] = lsfold[j] * (1 - t) + t * lsfnew[j];