63 5, 6, 7, 8, 9, 10, 11, 12, 14, 16
87 3.162275, 2.818382, 2.511886, 2.238719, 1.995261, 1.778278, 1.584893,
88 1.412536, 1.258924, 1.122018, 1.000000, 0.891251, 0.794328, 0.707946,
89 0.630957, 0.562341, 0.501187, 0.446683, 0.398107, 0.354813, 0.316227,
90 0.281838, 0.251188, 0.223872, 0.199526, 0.177828, 0.158489, 0.141253,
91 0.125892, 0.112201, 0.100000, 0.089125
99 { { 2, 7 }, { 7, 2 }, },
101 { { 2, 7 }, { 7, 2 }, },
102 { { 2, 7 }, { 5, 5 }, { 7, 2 }, },
103 { { 2, 7 }, { 7, 2 }, { 6, 6 }, },
104 { { 2, 7 }, { 5, 5 }, { 7, 2 }, { 8, 8 }, },
105 { { 2, 7 }, { 7, 2 }, { 6, 7 }, { 7, 6 }, },
106 { { 2, 7 }, { 5, 5 }, { 7, 2 }, { 6, 7 }, { 7, 6 }, },
117 return ((
code - (levels >> 1)) * (1 << 24)) / levels;
129 for (
i = 0;
i < 128;
i++) {
137 for (
i = 0;
i < 32;
i++) {
143 for (
i = 0;
i < 128;
i++) {
155 for (
i = 0;
i < 7;
i++) {
159 for (
i = 0;
i < 15;
i++) {
167 for (
i = 0;
i < 256;
i++) {
168 int v = (
i >> 5) - ((
i >> 7) << 3) - 5;
174 for (
i = 0;
i < 256;
i++) {
175 int v = (
i >> 4) - ((
i >> 7) << 4) - 4;
222 s->xcfptr[
i] =
s->transform_coeffs[
i];
223 s->dlyptr[
i] =
s->delay[
i];
240 i = !
s->channel_mode;
242 s->dialog_normalization[(!
s->channel_mode)-
i] = -
get_bits(gbc, 5);
243 if (
s->dialog_normalization[(!
s->channel_mode)-
i] == 0) {
244 s->dialog_normalization[(!
s->channel_mode)-
i] = -31;
246 if (
s->target_level != 0) {
247 s->level_gain[(!
s->channel_mode)-
i] =
powf(2.0
f,
248 (
float)(
s->target_level -
249 s->dialog_normalization[(!
s->channel_mode)-
i])/6.0f);
251 if (
s->compression_exists[(!
s->channel_mode)-
i] =
get_bits1(gbc)) {
252 s->heavy_dynamic_range[(!
s->channel_mode)-
i] =
264 if (
s->bitstream_id != 6) {
272 s->center_mix_level_ltrt =
get_bits(gbc, 3);
273 s->surround_mix_level_ltrt = av_clip(
get_bits(gbc, 3), 3, 7);
275 s->surround_mix_level = av_clip(
get_bits(gbc, 3), 3, 7);
278 s->dolby_surround_ex_mode =
get_bits(gbc, 2);
279 s->dolby_headphone_mode =
get_bits(gbc, 2);
308 s->bit_alloc_params.sr_code = hdr.
sr_code;
313 s->bit_alloc_params.sr_shift = hdr.
sr_shift;
317 s->fbw_channels =
s->channels -
s->lfe_on;
318 s->lfe_ch =
s->fbw_channels + 1;
323 s->center_mix_level_ltrt = 4;
325 s->surround_mix_level_ltrt = 4;
326 s->lfe_mix_level_exists = 0;
335 s->start_freq[
s->lfe_ch] = 0;
336 s->end_freq[
s->lfe_ch] = 7;
337 s->num_exp_groups[
s->lfe_ch] = 2;
338 s->channel_in_cpl[
s->lfe_ch] = 0;
341 if (
s->bitstream_id <= 10) {
343 s->snr_offset_strategy = 2;
344 s->block_switch_syntax = 1;
345 s->dither_flag_syntax = 1;
346 s->bit_allocation_syntax = 1;
347 s->fast_gain_syntax = 0;
348 s->first_cpl_leak = 0;
351 memset(
s->channel_uses_aht, 0,
sizeof(
s->channel_uses_aht));
353 }
else if (CONFIG_EAC3_DECODER) {
374 if (!
s->downmix_coeffs[0]) {
376 sizeof(**
s->downmix_coeffs));
377 if (!
s->downmix_coeffs[0])
382 for (
i = 0;
i <
s->fbw_channels;
i++) {
386 if (
s->channel_mode > 1 &&
s->channel_mode & 1) {
387 downmix_coeffs[0][1] = downmix_coeffs[1][1] = cmix;
390 int nf =
s->channel_mode - 2;
391 downmix_coeffs[0][nf] = downmix_coeffs[1][nf] = smix *
LEVEL_MINUS_3DB;
394 int nf =
s->channel_mode - 4;
395 downmix_coeffs[0][nf] = downmix_coeffs[1][nf+1] = smix;
400 for (
i = 0;
i <
s->fbw_channels;
i++) {
401 norm0 += downmix_coeffs[0][
i];
402 norm1 += downmix_coeffs[1][
i];
404 norm0 = 1.0f / norm0;
405 norm1 = 1.0f / norm1;
406 for (
i = 0;
i <
s->fbw_channels;
i++) {
407 downmix_coeffs[0][
i] *= norm0;
408 downmix_coeffs[1][
i] *= norm1;
412 for (
i = 0;
i <
s->fbw_channels;
i++)
413 downmix_coeffs[0][
i] = (downmix_coeffs[0][
i] +
416 for (
i = 0;
i <
s->fbw_channels;
i++) {
417 s->downmix_coeffs[0][
i] =
FIXR12(downmix_coeffs[0][
i]);
418 s->downmix_coeffs[1][
i] =
FIXR12(downmix_coeffs[1][
i]);
432 int i, j, grp, group_size;
437 group_size = exp_strategy + (exp_strategy ==
EXP_D45);
438 for (grp = 0,
i = 0; grp < ngrps; grp++) {
451 for (
i = 0, j = 0;
i < ngrps * 3;
i++) {
452 prevexp += dexp[
i] - 2;
457 switch (group_size) {
458 case 4: dexps[j++] = prevexp;
459 dexps[j++] = prevexp;
460 case 2: dexps[j++] = prevexp;
461 case 1: dexps[j++] = prevexp;
477 for (band = 0; band <
s->num_cpl_bands; band++) {
478 int band_start = bin;
479 int band_end = bin +
s->cpl_band_sizes[band];
480 for (ch = 1; ch <=
s->fbw_channels; ch++) {
481 if (
s->channel_in_cpl[ch]) {
482 int cpl_coord =
s->cpl_coords[ch][band] << 5;
483 for (bin = band_start; bin < band_end; bin++) {
484 s->fixed_coeffs[ch][bin] =
485 MULH(
s->fixed_coeffs[
CPL_CH][bin] * (1 << 4), cpl_coord);
487 if (ch == 2 &&
s->phase_flags[band]) {
488 for (bin = band_start; bin < band_end; bin++)
489 s->fixed_coeffs[2][bin] = -
s->fixed_coeffs[2][bin];
515 int start_freq =
s->start_freq[ch_index];
516 int end_freq =
s->end_freq[ch_index];
518 int8_t *exps =
s->dexps[ch_index];
519 int32_t *coeffs =
s->fixed_coeffs[ch_index];
520 int dither = (ch_index ==
CPL_CH) ||
s->dither_flag[ch_index];
524 for (freq = start_freq; freq < end_freq; freq++) {
525 int bap = baps[freq];
531 mantissa = (((
av_lfg_get(&
s->dith_state)>>8)*181)>>8) - 5931008;
585 coeffs[freq] = mantissa >> exps[freq];
597 for (ch = 1; ch <=
s->fbw_channels; ch++) {
598 if (!
s->dither_flag[ch] &&
s->channel_in_cpl[ch]) {
601 s->fixed_coeffs[ch][
i] = 0;
610 if (!
s->channel_uses_aht[ch]) {
616 if (CONFIG_EAC3_DECODER && !
blk)
618 for (bin =
s->start_freq[ch]; bin < s->end_freq[ch]; bin++) {
619 s->fixed_coeffs[ch][bin] =
s->pre_mantissa[ch][bin][
blk] >>
s->dexps[ch][bin];
635 for (ch = 1; ch <=
s->channels; ch++) {
640 if (
s->channel_in_cpl[ch]) {
648 end =
s->end_freq[ch];
651 s->fixed_coeffs[ch][
end] = 0;
670 for (bnd = 0; bnd <
s->num_rematrixing_bands; bnd++) {
671 if (
s->rematrixing_flags[bnd]) {
674 int tmp0 =
s->fixed_coeffs[1][
i];
675 s->fixed_coeffs[1][
i] +=
s->fixed_coeffs[2][
i];
676 s->fixed_coeffs[2][
i] = tmp0 -
s->fixed_coeffs[2][
i];
691 for (ch = 1; ch <=
channels; ch++) {
692 if (
s->block_switch[ch]) {
695 for (
i = 0;
i < 128;
i++)
696 x[
i] =
s->transform_coeffs[ch][2 *
i];
697 s->imdct_256.imdct_half(&
s->imdct_256,
s->tmp_output, x);
699 s->fdsp->vector_fmul_window_scaled(
s->outptr[ch - 1],
s->delay[ch - 1 +
offset],
700 s->tmp_output,
s->window, 128, 8);
702 s->fdsp->vector_fmul_window(
s->outptr[ch - 1],
s->delay[ch - 1 +
offset],
703 s->tmp_output,
s->window, 128);
705 for (
i = 0;
i < 128;
i++)
706 x[
i] =
s->transform_coeffs[ch][2 *
i + 1];
707 s->imdct_256.imdct_half(&
s->imdct_256,
s->delay[ch - 1 +
offset], x);
709 s->imdct_512.imdct_half(&
s->imdct_512,
s->tmp_output,
s->transform_coeffs[ch]);
711 s->fdsp->vector_fmul_window_scaled(
s->outptr[ch - 1],
s->delay[ch - 1 +
offset],
712 s->tmp_output,
s->window, 128, 8);
714 s->fdsp->vector_fmul_window(
s->outptr[ch - 1],
s->delay[ch - 1 +
offset],
715 s->tmp_output,
s->window, 128);
727 int channel_data_size =
sizeof(
s->delay[0]);
728 switch (
s->channel_mode) {
732 memcpy(
s->delay[1],
s->delay[0], channel_data_size);
735 memset(
s->delay[3], 0, channel_data_size);
737 memset(
s->delay[2], 0, channel_data_size);
740 memset(
s->delay[4], 0, channel_data_size);
742 memset(
s->delay[3], 0, channel_data_size);
744 memcpy(
s->delay[2],
s->delay[1], channel_data_size);
745 memset(
s->delay[1], 0, channel_data_size);
768 int ecpl,
int start_subband,
int end_subband,
769 const uint8_t *default_band_struct,
770 int *num_bands,
uint8_t *band_sizes,
771 uint8_t *band_struct,
int band_struct_size)
773 int subbnd, bnd, n_subbands, n_bands=0;
776 n_subbands = end_subband - start_subband;
779 memcpy(band_struct, default_band_struct, band_struct_size);
781 av_assert0(band_struct_size >= start_subband + n_subbands);
783 band_struct += start_subband + 1;
787 for (subbnd = 0; subbnd < n_subbands - 1; subbnd++) {
795 if (num_bands || band_sizes ) {
796 n_bands = n_subbands;
797 bnd_sz[0] = ecpl ? 6 : 12;
798 for (bnd = 0, subbnd = 1; subbnd < n_subbands; subbnd++) {
799 int subbnd_size = (ecpl && subbnd < 4) ? 6 : 12;
800 if (band_struct[subbnd - 1]) {
802 bnd_sz[bnd] += subbnd_size;
804 bnd_sz[++bnd] = subbnd_size;
811 *num_bands = n_bands;
813 memcpy(band_sizes, bnd_sz, n_bands);
819 int fbw_channels =
s->fbw_channels;
820 int dst_start_freq, dst_end_freq, src_start_freq,
821 start_subband, end_subband, ch;
825 s->channel_uses_spx[1] = 1;
827 for (ch = 1; ch <= fbw_channels; ch++)
834 start_subband =
get_bits(bc, 3) + 2;
835 if (start_subband > 7)
836 start_subband += start_subband - 7;
842 end_subband += end_subband - 7;
843 dst_start_freq = dst_start_freq * 12 + 25;
844 src_start_freq = start_subband * 12 + 25;
845 dst_end_freq = end_subband * 12 + 25;
848 if (start_subband >= end_subband) {
850 "range (%d >= %d)\n", start_subband, end_subband);
853 if (dst_start_freq >= src_start_freq) {
855 "copy start bin (%d >= %d)\n", dst_start_freq, src_start_freq);
859 s->spx_dst_start_freq = dst_start_freq;
860 s->spx_src_start_freq = src_start_freq;
862 s->spx_dst_end_freq = dst_end_freq;
865 start_subband, end_subband,
869 s->spx_band_struct,
sizeof(
s->spx_band_struct));
876 int fbw_channels =
s->fbw_channels;
879 for (ch = 1; ch <= fbw_channels; ch++) {
880 if (
s->channel_uses_spx[ch]) {
881 if (
s->first_spx_coords[ch] ||
get_bits1(bc)) {
883 int bin, master_spx_coord;
885 s->first_spx_coords[ch] = 0;
887 master_spx_coord =
get_bits(bc, 2) * 3;
889 bin =
s->spx_src_start_freq;
890 for (bnd = 0; bnd <
s->num_spx_bands; bnd++) {
891 int bandsize =
s->spx_band_sizes[bnd];
892 int spx_coord_exp, spx_coord_mant;
896 int64_t accu = ((bin << 23) + (bandsize << 22))
897 * (int64_t)
s->spx_dst_end_freq;
898 nratio = (
int)(accu >> 32);
899 nratio -= spx_blend << 18;
904 }
else if (nratio > 0x7fffff) {
909 accu = (int64_t)nblend * 1859775393;
910 nblend = (
int)((accu + (1<<29)) >> 30);
917 nratio = ((float)((bin + (bandsize >> 1))) /
s->spx_dst_end_freq) - spx_blend;
918 nratio = av_clipf(nratio, 0.0
f, 1.0
f);
919 nblend = sqrtf(3.0
f * nratio);
921 sblend = sqrtf(1.0
f - nratio);
928 if (spx_coord_exp == 15) spx_coord_mant <<= 1;
929 else spx_coord_mant += 4;
930 spx_coord_mant <<= (25 - spx_coord_exp - master_spx_coord);
934 accu = (int64_t)nblend * spx_coord_mant;
935 s->spx_noise_blend[ch][bnd] = (
int)((accu + (1<<22)) >> 23);
936 accu = (int64_t)sblend * spx_coord_mant;
937 s->spx_signal_blend[ch][bnd] = (
int)((accu + (1<<22)) >> 23);
939 spx_coord = spx_coord_mant * (1.0f / (1 << 23));
940 s->spx_noise_blend [ch][bnd] = nblend * spx_coord;
941 s->spx_signal_blend[ch][bnd] = sblend * spx_coord;
946 s->first_spx_coords[ch] = 1;
955 int fbw_channels =
s->fbw_channels;
956 int channel_mode =
s->channel_mode;
962 if (
s->cpl_in_use[
blk]) {
964 int cpl_start_subband, cpl_end_subband;
980 s->channel_in_cpl[1] = 1;
981 s->channel_in_cpl[2] = 1;
983 for (ch = 1; ch <= fbw_channels; ch++)
992 cpl_start_subband =
get_bits(bc, 4);
993 cpl_end_subband =
s->spx_in_use ? (
s->spx_src_start_freq - 37) / 12 :
995 if (cpl_start_subband >= cpl_end_subband) {
997 cpl_start_subband, cpl_end_subband);
1000 s->start_freq[
CPL_CH] = cpl_start_subband * 12 + 37;
1001 s->end_freq[
CPL_CH] = cpl_end_subband * 12 + 37;
1006 &
s->num_cpl_bands,
s->cpl_band_sizes,
1007 s->cpl_band_struct,
sizeof(
s->cpl_band_struct));
1010 for (ch = 1; ch <= fbw_channels; ch++) {
1011 s->channel_in_cpl[ch] = 0;
1012 s->first_cpl_coords[ch] = 1;
1014 s->first_cpl_leak =
s->eac3;
1015 s->phase_flags_in_use = 0;
1024 int fbw_channels =
s->fbw_channels;
1026 int cpl_coords_exist = 0;
1028 for (ch = 1; ch <= fbw_channels; ch++) {
1029 if (
s->channel_in_cpl[ch]) {
1030 if ((
s->eac3 &&
s->first_cpl_coords[ch]) ||
get_bits1(bc)) {
1031 int master_cpl_coord, cpl_coord_exp, cpl_coord_mant;
1032 s->first_cpl_coords[ch] = 0;
1033 cpl_coords_exist = 1;
1034 master_cpl_coord = 3 *
get_bits(bc, 2);
1035 for (bnd = 0; bnd <
s->num_cpl_bands; bnd++) {
1038 if (cpl_coord_exp == 15)
1039 s->cpl_coords[ch][bnd] = cpl_coord_mant << 22;
1041 s->cpl_coords[ch][bnd] = (cpl_coord_mant + 16) << 21;
1042 s->cpl_coords[ch][bnd] >>= (cpl_coord_exp + master_cpl_coord);
1046 "be present in block 0\n");
1051 s->first_cpl_coords[ch] = 1;
1056 for (bnd = 0; bnd <
s->num_cpl_bands; bnd++) {
1057 s->phase_flags[bnd] =
s->phase_flags_in_use ?
get_bits1(bc) : 0;
1069 int fbw_channels =
s->fbw_channels;
1070 int channel_mode =
s->channel_mode;
1071 int i, bnd, seg, ch,
ret;
1072 int different_transforms;
1079 different_transforms = 0;
1080 if (
s->block_switch_syntax) {
1081 for (ch = 1; ch <= fbw_channels; ch++) {
1083 if (ch > 1 &&
s->block_switch[ch] !=
s->block_switch[1])
1084 different_transforms = 1;
1089 if (
s->dither_flag_syntax) {
1090 for (ch = 1; ch <= fbw_channels; ch++) {
1096 i = !
s->channel_mode;
1103 if (range_bits <= 127 || s->drc_scale <= 1.0)
1106 s->dynamic_range[
i] = range;
1107 }
else if (
blk == 0) {
1115 if (
s->spx_in_use) {
1120 if (!
s->eac3 || !
s->spx_in_use) {
1122 for (ch = 1; ch <= fbw_channels; ch++) {
1123 s->channel_uses_spx[ch] = 0;
1124 s->first_spx_coords[ch] = 1;
1136 }
else if (!
s->eac3) {
1139 "be present in block 0\n");
1142 s->cpl_in_use[
blk] =
s->cpl_in_use[
blk-1];
1145 cpl_in_use =
s->cpl_in_use[
blk];
1156 s->num_rematrixing_bands = 4;
1157 if (cpl_in_use &&
s->start_freq[
CPL_CH] <= 61) {
1158 s->num_rematrixing_bands -= 1 + (
s->start_freq[
CPL_CH] == 37);
1159 }
else if (
s->spx_in_use &&
s->spx_src_start_freq <= 61) {
1160 s->num_rematrixing_bands--;
1162 for (bnd = 0; bnd <
s->num_rematrixing_bands; bnd++)
1166 "new rematrixing strategy not present in block 0\n");
1167 s->num_rematrixing_bands = 0;
1172 for (ch = !cpl_in_use; ch <=
s->channels; ch++) {
1174 s->exp_strategy[
blk][ch] =
get_bits(gbc, 2 - (ch ==
s->lfe_ch));
1176 bit_alloc_stages[ch] = 3;
1180 for (ch = 1; ch <= fbw_channels; ch++) {
1181 s->start_freq[ch] = 0;
1184 int prev =
s->end_freq[ch];
1185 if (
s->channel_in_cpl[ch])
1186 s->end_freq[ch] =
s->start_freq[
CPL_CH];
1187 else if (
s->channel_uses_spx[ch])
1188 s->end_freq[ch] =
s->spx_src_start_freq;
1190 int bandwidth_code =
get_bits(gbc, 6);
1191 if (bandwidth_code > 60) {
1195 s->end_freq[ch] = bandwidth_code * 3 + 73;
1197 group_size = 3 << (
s->exp_strategy[
blk][ch] - 1);
1198 s->num_exp_groups[ch] = (
s->end_freq[ch] + group_size-4) / group_size;
1199 if (
blk > 0 &&
s->end_freq[ch] != prev)
1209 for (ch = !cpl_in_use; ch <=
s->channels; ch++) {
1211 s->dexps[ch][0] =
get_bits(gbc, 4) << !ch;
1213 s->num_exp_groups[ch],
s->dexps[ch][0],
1214 &
s->dexps[ch][
s->start_freq[ch]+!!ch])) {
1217 if (ch !=
CPL_CH && ch !=
s->lfe_ch)
1223 if (
s->bit_allocation_syntax) {
1230 for (ch = !cpl_in_use; ch <=
s->channels; ch++)
1231 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 2);
1234 "be present in block 0\n");
1240 if (!
s->eac3 || !
blk) {
1241 if (
s->snr_offset_strategy &&
get_bits1(gbc)) {
1244 csnr = (
get_bits(gbc, 6) - 15) << 4;
1245 for (
i = ch = !cpl_in_use; ch <=
s->channels; ch++) {
1247 if (ch ==
i ||
s->snr_offset_strategy == 2)
1248 snr = (csnr +
get_bits(gbc, 4)) << 2;
1250 if (
blk &&
s->snr_offset[ch] != snr) {
1251 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 1);
1253 s->snr_offset[ch] = snr;
1257 int prev =
s->fast_gain[ch];
1260 if (
blk && prev !=
s->fast_gain[ch])
1261 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 2);
1264 }
else if (!
s->eac3 && !
blk) {
1272 for (ch = !cpl_in_use; ch <=
s->channels; ch++) {
1273 int prev =
s->fast_gain[ch];
1276 if (
blk && prev !=
s->fast_gain[ch])
1277 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 2);
1279 }
else if (
s->eac3 && !
blk) {
1280 for (ch = !cpl_in_use; ch <=
s->channels; ch++)
1296 if (
blk && (fl !=
s->bit_alloc_params.cpl_fast_leak ||
1297 sl !=
s->bit_alloc_params.cpl_slow_leak)) {
1300 s->bit_alloc_params.cpl_fast_leak = fl;
1301 s->bit_alloc_params.cpl_slow_leak = sl;
1302 }
else if (!
s->eac3 && !
blk) {
1304 "be present in block 0\n");
1307 s->first_cpl_leak = 0;
1313 for (ch = !cpl_in_use; ch <= fbw_channels; ch++) {
1319 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 2);
1322 for (ch = !cpl_in_use; ch <= fbw_channels; ch++) {
1324 s->dba_nsegs[ch] =
get_bits(gbc, 3) + 1;
1325 for (seg = 0; seg <
s->dba_nsegs[ch]; seg++) {
1326 s->dba_offsets[ch][seg] =
get_bits(gbc, 5);
1327 s->dba_lengths[ch][seg] =
get_bits(gbc, 4);
1328 s->dba_values[ch][seg] =
get_bits(gbc, 3);
1331 bit_alloc_stages[ch] =
FFMAX(bit_alloc_stages[ch], 2);
1334 }
else if (
blk == 0) {
1335 for (ch = 0; ch <=
s->channels; ch++) {
1341 for (ch = !cpl_in_use; ch <=
s->channels; ch++) {
1342 if (bit_alloc_stages[ch] > 2) {
1345 s->start_freq[ch],
s->end_freq[ch],
1346 s->psd[ch],
s->band_psd[ch]);
1348 if (bit_alloc_stages[ch] > 1) {
1352 s->start_freq[ch],
s->end_freq[ch],
1353 s->fast_gain[ch], (ch ==
s->lfe_ch),
1354 s->dba_mode[ch],
s->dba_nsegs[ch],
1355 s->dba_offsets[ch],
s->dba_lengths[ch],
1356 s->dba_values[ch],
s->mask[ch])) {
1361 if (bit_alloc_stages[ch] > 0) {
1365 s->ac3dsp.bit_alloc_calc_bap(
s->mask[ch],
s->psd[ch],
1366 s->start_freq[ch],
s->end_freq[ch],
1368 s->bit_alloc_params.floor,
1390 for (ch = 1; ch <=
s->channels; ch++) {
1391 int audio_channel = 0;
1394 audio_channel = 2-ch;
1395 if (
s->heavy_compression &&
s->compression_exists[audio_channel])
1396 gain =
s->heavy_dynamic_range[audio_channel];
1398 gain =
s->dynamic_range[audio_channel];
1401 scale_coefs(
s->transform_coeffs[ch],
s->fixed_coeffs[ch], gain, 256);
1403 if (
s->target_level != 0)
1404 gain = gain *
s->level_gain[audio_channel];
1405 gain *= 1.0 / 4194304.0f;
1406 s->fmt_conv.int32_to_float_fmul_scalar(
s->transform_coeffs[ch],
1407 s->fixed_coeffs[ch], gain, 256);
1412 if (CONFIG_EAC3_DECODER &&
s->spx_in_use) {
1419 downmix_output =
s->channels !=
s->out_channels &&
1420 !((
s->output_mode & AC3_OUTPUT_LFEON) &&
1421 s->fbw_channels ==
s->out_channels);
1422 if (different_transforms) {
1432 if (downmix_output) {
1435 s->out_channels,
s->fbw_channels, 256);
1438 s->out_channels,
s->fbw_channels, 256);
1442 if (downmix_output) {
1444 s->out_channels,
s->fbw_channels, 256);
1447 if (downmix_output && !
s->downmixed) {
1450 s->out_channels,
s->fbw_channels, 128);
1463 int *got_frame_ptr,
AVPacket *avpkt)
1467 int buf_size, full_buf_size = avpkt->
size;
1471 int skip = 0, got_independent_frame = 0;
1478 s->superframe_size = 0;
1480 buf_size = full_buf_size;
1481 for (
i = 1;
i < buf_size;
i += 2) {
1482 if (buf[
i] == 0x77 || buf[
i] == 0x0B) {
1483 if ((buf[
i] ^ buf[
i-1]) == (0x77 ^ 0x0B)) {
1486 }
else if ((buf[
i] ^ buf[
i+1]) == (0x77 ^ 0x0B)) {
1500 if (buf_size >= 2 &&
AV_RB16(buf) == 0x770B) {
1502 int cnt =
FFMIN(buf_size, AC3_FRAME_BUFFER_SIZE) >> 1;
1503 s->bdsp.bswap16_buf((uint16_t *)
s->input_buffer,
1504 (
const uint16_t *) buf, cnt);
1506 memcpy(
s->input_buffer, buf,
FFMIN(buf_size, AC3_FRAME_BUFFER_SIZE));
1511 if (
s->consistent_noise_generation)
1514 buf =
s->input_buffer;
1540 if (
s->substreamid) {
1542 "unsupported substream %d: skipping frame\n",
1559 if (
s->frame_size > buf_size) {
1565 s->frame_size - 2)) {
1577 return FFMIN(full_buf_size,
s->frame_size);
1581 if (!err || (
s->channels &&
s->out_channels !=
s->channels)) {
1582 s->out_channels =
s->channels;
1583 s->output_mode =
s->channel_mode;
1585 s->output_mode |= AC3_OUTPUT_LFEON;
1586 if (
s->channels > 1 &&
1588 s->out_channels = 1;
1590 }
else if (
s->channels > 2 &&
1592 s->out_channels = 2;
1596 s->loro_center_mix_level =
gain_levels[
s-> center_mix_level];
1597 s->loro_surround_mix_level =
gain_levels[
s->surround_mix_level];
1601 if (
s->channels !=
s->out_channels && !((
s->output_mode & AC3_OUTPUT_LFEON) &&
1602 s->fbw_channels ==
s->out_channels)) {
1608 }
else if (!
s->channels) {
1614 if (
s->output_mode & AC3_OUTPUT_LFEON)
1619 if (
s->bitstream_mode == 0x7 &&
s->channels > 1)
1627 s->outptr[ch] =
s->output[ch +
offset];
1629 for (ch = 0; ch <
s->channels; ch++) {
1630 if (ch < s->out_channels)
1631 s->outptr[channel_map[ch]] =
s->output_buffer[ch +
offset];
1639 for (ch = 0; ch <
s->out_channels; ch++)
1641 for (ch = 0; ch <
s->out_channels; ch++)
1642 output[ch] =
s->outptr[channel_map[ch]];
1643 for (ch = 0; ch <
s->out_channels; ch++) {
1644 if (!ch || channel_map[ch])
1650 for (ch = 0; ch <
s->out_channels; ch++)
1654 if (buf_size >
s->frame_size) {
1658 if (buf_size -
s->frame_size <= 16) {
1659 skip = buf_size -
s->frame_size;
1674 buf +=
s->frame_size;
1675 buf_size -=
s->frame_size;
1676 s->prev_output_mode =
s->output_mode;
1677 s->prev_bit_rate =
s->bit_rate;
1678 got_independent_frame = 1;
1679 goto dependent_frame;
1690 avctx->
bit_rate =
s->bit_rate +
s->prev_bit_rate;
1694 extended_channel_map[ch] = ch;
1699 uint64_t channel_layout;
1702 if (
s->prev_output_mode & AC3_OUTPUT_LFEON)
1705 channel_layout = ich_layout;
1706 for (ch = 0; ch < 16; ch++) {
1727 if (extend >= channel_map_size)
1730 extended_channel_map[
index] =
offset + channel_map[extend++];
1734 for (
i = 0;
i < 64;
i++) {
1740 if (extend >= channel_map_size)
1743 extended_channel_map[
index] =
offset + channel_map[extend++];
1756 for (ch = 0; ch < avctx->
channels; ch++) {
1757 int map = extended_channel_map[ch];
1760 s->output_buffer[
map],
1772 s->channel_mode == (
s->output_mode & ~AC3_OUTPUT_LFEON)) {
1778 s->channel_mode == (
s->output_mode & ~AC3_OUTPUT_LFEON)) {
1779 switch (
s->dolby_surround_ex_mode) {
1795 switch (
s->preferred_downmix) {
1813 if (
s->lfe_mix_level_exists)
1822 if (!
s->superframe_size)
1823 return FFMIN(full_buf_size,
s->frame_size + skip);
1825 return FFMIN(full_buf_size,
s->superframe_size + skip);
1842 #define OFFSET(x) offsetof(AC3DecodeContext, x)
1843 #define PAR (AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM)