mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Reindent after last commit
Originally committed as revision 15304 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5167364777
commit
35445d29f5
@ -630,13 +630,13 @@ static int decode_tns(AACContext * ac, TemporalNoiseShaping * tns,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if (tns->order[w][filt]) {
|
if (tns->order[w][filt]) {
|
||||||
tns->direction[w][filt] = get_bits1(gb);
|
tns->direction[w][filt] = get_bits1(gb);
|
||||||
coef_compress = get_bits1(gb);
|
coef_compress = get_bits1(gb);
|
||||||
coef_len = coef_res + 3 - coef_compress;
|
coef_len = coef_res + 3 - coef_compress;
|
||||||
tmp2_idx = 2*coef_compress + coef_res;
|
tmp2_idx = 2*coef_compress + coef_res;
|
||||||
|
|
||||||
for (i = 0; i < tns->order[w][filt]; i++)
|
for (i = 0; i < tns->order[w][filt]; i++)
|
||||||
tns->coef[w][filt][i] = tns_tmp2_map[tmp2_idx][get_bits(gb, coef_len)];
|
tns->coef[w][filt][i] = tns_tmp2_map[tmp2_idx][get_bits(gb, coef_len)];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user