comparison qcelpdec.c @ 9157:33477a19f89e libavcodec

Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' patchset. Just a reindent.
author reynaldo
date Mon, 09 Mar 2009 22:00:35 +0000
parents 139d30c8c274
children dfe2d348aa50
comparison
equal deleted inserted replaced
9156:139d30c8c274 9157:33477a19f89e
629 weight = 1.0; 629 weight = 1.0;
630 630
631 if(weight != 1.0) 631 if(weight != 1.0)
632 { 632 {
633 ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf, 633 ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf,
634 weight, 1.0 - weight, 10); 634 weight, 1.0 - weight, 10);
635 lspf2lpc(interpolated_lspf, lpc); 635 lspf2lpc(interpolated_lspf, lpc);
636 }else if(q->bitrate >= RATE_QUARTER || 636 }else if(q->bitrate >= RATE_QUARTER ||
637 (q->bitrate == I_F_Q && !subframe_num)) 637 (q->bitrate == I_F_Q && !subframe_num))
638 lspf2lpc(curr_lspf, lpc); 638 lspf2lpc(curr_lspf, lpc);
639 else if(q->bitrate == SILENCE && !subframe_num) 639 else if(q->bitrate == SILENCE && !subframe_num)