mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-29 02:33:04 +00:00
Reindent after last commit
Originally committed as revision 15315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5143684891
commit
70735a3f9e
@ -760,12 +760,12 @@ static int decode_spectrum_and_dequant(AACContext * ac, float coef[1024], GetBit
|
|||||||
while(offsets[idx + 1] <= pulse->pos[i])
|
while(offsets[idx + 1] <= pulse->pos[i])
|
||||||
idx++;
|
idx++;
|
||||||
if (band_type[idx] != NOISE_BT && sf[idx]) {
|
if (band_type[idx] != NOISE_BT && sf[idx]) {
|
||||||
float ico = -pulse->amp[i];
|
float ico = -pulse->amp[i];
|
||||||
if (co) {
|
if (co) {
|
||||||
co /= sf[idx];
|
co /= sf[idx];
|
||||||
ico = co / sqrtf(sqrtf(fabsf(co))) + (co > 0 ? -ico : ico);
|
ico = co / sqrtf(sqrtf(fabsf(co))) + (co > 0 ? -ico : ico);
|
||||||
}
|
}
|
||||||
coef_base[ pulse->pos[i] ] = cbrtf(fabsf(ico)) * ico * sf[idx];
|
coef_base[ pulse->pos[i] ] = cbrtf(fabsf(ico)) * ico * sf[idx];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user