# HG changeset patch # User voroshil # Date 1244310033 0 # Node ID 7679262f1459c6771cefb01d1decce1ef1702561 # Parent 4a5f2453973df058aa5ba6ec971f073f1b58c426 K&R formatting of already submitted G.729 code diff -r 4a5f2453973d -r 7679262f1459 g729data.h --- a/g729data.h Sat Jun 06 12:42:11 2009 +0000 +++ b/g729data.h Sat Jun 06 17:40:33 2009 +0000 @@ -39,8 +39,7 @@ * first stage LSP codebook * (10-dimensional, with 128 entries (3.24 of G.729) */ -static const int16_t cb_lsp_1st[1<> (value >> 2)) & 1; } - if(avctx->channels != 1) - { + if (avctx->channels != 1) { av_log(avctx, AV_LOG_ERROR, "Only mono sound is supported (requested channels: %d).\n", avctx->channels); return AVERROR_NOFMT; } - ff_acelp_weighted_vector_sum( - fc + pitch_delay_int[i], - fc + pitch_delay_int[i], - fc, - 1 << 14, - av_clip(ctx->gain_pitch, SHARP_MIN, SHARP_MAX), - 0, - 14, - ctx->subframe_size - pitch_delay_int[i]); + ff_acelp_weighted_vector_sum(fc + pitch_delay_int[i], + fc + pitch_delay_int[i], + fc, 1 << 14, + av_clip(ctx->gain_pitch, SHARP_MIN, SHARP_MAX), + 0, 14, + ctx->subframe_size - pitch_delay_int[i]); - if(ctx->frame_erasure) - { - ctx->gain_pitch = (29491 * ctx->gain_pitch) >> 15; // 0.9 (0.15) - ctx->gain_code = (2007 * ctx->gain_code) >> 11; // 0.98 in (0.11) + if (ctx->frame_erasure) { + ctx->gain_pitch = (29491 * ctx->gain_pitch) >> 15; // 0.90 (0.15) + ctx->gain_code = ( 2007 * ctx->gain_code ) >> 11; // 0.98 (0.11) gain_corr_factor = 0; - } - else - { + } else { ctx->gain_pitch = cb_gain_1st_8k[parm->gc_1st_index[i]][0] + cb_gain_2nd_8k[parm->gc_2nd_index[i]][0]; gain_corr_factor = cb_gain_1st_8k[parm->gc_1st_index[i]][1] + cb_gain_2nd_8k[parm->gc_2nd_index[i]][1]; - ff_acelp_weighted_vector_sum( - ctx->exc + i * ctx->subframe_size, - ctx->exc + i * ctx->subframe_size, - fc, - (!voicing && ctx->frame_erasure) ? 0 : ctx->gain_pitch, - ( voicing && ctx->frame_erasure) ? 0 : ctx->gain_code, - 1<<13, - 14, - ctx->subframe_size); + ff_acelp_weighted_vector_sum(ctx->exc + i * ctx->subframe_size, + ctx->exc + i * ctx->subframe_size, fc, + (!voicing && ctx->frame_erasure) ? 0 : ctx->gain_pitch, + ( voicing && ctx->frame_erasure) ? 0 : ctx->gain_code, + 1<<13, 14, ctx->subframe_size); - if (buf_size