|
|
|
@@ -1927,7 +1927,7 @@ static int decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024], |
|
|
|
if (cbt_m1 < NOISE_BT - 1) { |
|
|
|
for (group = 0; group < (int)g_len; group++, cfo+=128) { |
|
|
|
ac->vector_pow43(cfo, off_len); |
|
|
|
ac->subband_scale(cfo, cfo, sf[idx], 34, off_len); |
|
|
|
ac->subband_scale(cfo, cfo, sf[idx], 34, off_len, ac->avctx); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -2158,7 +2158,7 @@ static void apply_intensity_stereo(AACContext *ac, |
|
|
|
coef0 + group * 128 + offsets[i], |
|
|
|
scale, |
|
|
|
23, |
|
|
|
offsets[i + 1] - offsets[i]); |
|
|
|
offsets[i + 1] - offsets[i] ,ac->avctx); |
|
|
|
#else |
|
|
|
ac->fdsp->vector_fmul_scalar(coef1 + group * 128 + offsets[i], |
|
|
|
coef0 + group * 128 + offsets[i], |
|
|
|
|