Commit fc7066c9 authored by reynaldo's avatar reynaldo

Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'

patchset. Just a reindent.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17917 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e22e8be1
...@@ -631,7 +631,7 @@ void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc, ...@@ -631,7 +631,7 @@ void interpolate_lpc(QCELPContext *q, const float *curr_lspf, float *lpc,
if(weight != 1.0) if(weight != 1.0)
{ {
ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf, ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf,
weight, 1.0 - weight, 10); weight, 1.0 - weight, 10);
lspf2lpc(interpolated_lspf, lpc); lspf2lpc(interpolated_lspf, lpc);
}else if(q->bitrate >= RATE_QUARTER || }else if(q->bitrate >= RATE_QUARTER ||
(q->bitrate == I_F_Q && !subframe_num)) (q->bitrate == I_F_Q && !subframe_num))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment