Re-indent after last commit.
Originally committed as revision 17211 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1ade11e33
commit
03b127477f
@ -1168,26 +1168,26 @@ static int decode_cce(AACContext * ac, GetBitContext * gb, ChannelElement * che)
|
|||||||
if (coup->coupling_point == AFTER_IMDCT) {
|
if (coup->coupling_point == AFTER_IMDCT) {
|
||||||
coup->gain[c][0] = gain_cache;
|
coup->gain[c][0] = gain_cache;
|
||||||
} else {
|
} else {
|
||||||
for (g = 0; g < sce->ics.num_window_groups; g++) {
|
for (g = 0; g < sce->ics.num_window_groups; g++) {
|
||||||
for (sfb = 0; sfb < sce->ics.max_sfb; sfb++, idx++) {
|
for (sfb = 0; sfb < sce->ics.max_sfb; sfb++, idx++) {
|
||||||
if (sce->band_type[idx] != ZERO_BT) {
|
if (sce->band_type[idx] != ZERO_BT) {
|
||||||
if (!cge) {
|
if (!cge) {
|
||||||
int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
|
int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
|
||||||
if (t) {
|
if (t) {
|
||||||
int s = 1;
|
int s = 1;
|
||||||
t = gain += t;
|
t = gain += t;
|
||||||
if (sign) {
|
if (sign) {
|
||||||
s -= 2 * (t & 0x1);
|
s -= 2 * (t & 0x1);
|
||||||
t >>= 1;
|
t >>= 1;
|
||||||
|
}
|
||||||
|
gain_cache = pow(scale, -t) * s;
|
||||||
}
|
}
|
||||||
gain_cache = pow(scale, -t) * s;
|
|
||||||
}
|
}
|
||||||
|
coup->gain[c][idx] = gain_cache;
|
||||||
}
|
}
|
||||||
coup->gain[c][idx] = gain_cache;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user