Commit 5e5a50c2 authored by mhoffman's avatar mhoffman

cosmetics: adding some white space to align the arguments of a couple of functions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9709 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f86e60f6
......@@ -634,8 +634,8 @@ static void decode_vectors(COOKContext* q, int* category,
memset(subband_coef_sign, 0, sizeof(subband_coef_sign));
}
q->scalar_dequant(q, index, quant_index_table[band],
subband_coef_index, subband_coef_sign,
&mlt_buffer[band * SUBBAND_SIZE]);
subband_coef_index, subband_coef_sign,
&mlt_buffer[band * SUBBAND_SIZE]);
}
if(q->total_subbands*SUBBAND_SIZE >= q->samples_per_channel){
......@@ -754,7 +754,7 @@ static void imlt_gain(COOKContext *q, float *inbuffer,
for (i = 0; i < 8; i++) {
if (gains_ptr->now[i] || gains_ptr->now[i + 1])
q->interpolate(q, &buffer1[q->gain_size_factor * i],
gains_ptr->now[i], gains_ptr->now[i + 1]);
gains_ptr->now[i], gains_ptr->now[i + 1]);
}
/* Save away the current to be previous block. */
......
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