44 #define PSY_3GPP_THR_SPREAD_HI 1.5f // spreading factor for low-to-hi threshold spreading (15 dB/Bark)
45 #define PSY_3GPP_THR_SPREAD_LOW 3.0f // spreading factor for hi-to-low threshold spreading (30 dB/Bark)
47 #define PSY_3GPP_EN_SPREAD_HI_L1 2.0f
49 #define PSY_3GPP_EN_SPREAD_HI_L2 1.5f
51 #define PSY_3GPP_EN_SPREAD_HI_S 1.5f
53 #define PSY_3GPP_EN_SPREAD_LOW_L 3.0f
55 #define PSY_3GPP_EN_SPREAD_LOW_S 2.0f
57 #define PSY_3GPP_RPEMIN 0.01f
58 #define PSY_3GPP_RPELEV 2.0f
60 #define PSY_3GPP_C1 3.0f
61 #define PSY_3GPP_C2 1.3219281f
62 #define PSY_3GPP_C3 0.55935729f
64 #define PSY_SNR_1DB 7.9432821e-1f
65 #define PSY_SNR_25DB 3.1622776e-3f
67 #define PSY_3GPP_SAVE_SLOPE_L -0.46666667f
68 #define PSY_3GPP_SAVE_SLOPE_S -0.36363637f
69 #define PSY_3GPP_SAVE_ADD_L -0.84285712f
70 #define PSY_3GPP_SAVE_ADD_S -0.75f
71 #define PSY_3GPP_SPEND_SLOPE_L 0.66666669f
72 #define PSY_3GPP_SPEND_SLOPE_S 0.81818181f
73 #define PSY_3GPP_SPEND_ADD_L -0.35f
74 #define PSY_3GPP_SPEND_ADD_S -0.26111111f
75 #define PSY_3GPP_CLIP_LO_L 0.2f
76 #define PSY_3GPP_CLIP_LO_S 0.2f
77 #define PSY_3GPP_CLIP_HI_L 0.95f
78 #define PSY_3GPP_CLIP_HI_S 0.75f
80 #define PSY_3GPP_AH_THR_LONG 0.5f
81 #define PSY_3GPP_AH_THR_SHORT 0.63f
89 #define PSY_3GPP_BITS_TO_PE(bits) ((bits) * 1.18f)
92 #define PSY_LAME_FIR_LEN 21
93 #define AAC_BLOCK_SIZE_LONG 1024
94 #define AAC_BLOCK_SIZE_SHORT 128
95 #define AAC_NUM_BLOCKS_SHORT 8
96 #define PSY_LAME_NUM_SUBBLOCKS 3
216 -8.65163e-18 * 2, -0.00851586 * 2, -6.74764e-18 * 2, 0.0209036 * 2,
217 -3.36639e-17 * 2, -0.0438162 * 2, -1.54175e-17 * 2, 0.0931738 * 2,
218 -5.52212e-17 * 2, -0.313819 * 2
231 int lower_range = 12, upper_range = 12;
232 int lower_range_kbps = psy_abr_map[12].
quality;
233 int upper_range_kbps = psy_abr_map[12].
quality;
239 for (i = 1; i < 13; i++) {
240 if (
FFMAX(bitrate, psy_abr_map[i].quality) != bitrate) {
242 upper_range_kbps = psy_abr_map[i ].
quality;
244 lower_range_kbps = psy_abr_map[i - 1].
quality;
250 if ((upper_range_kbps - bitrate) > (bitrate - lower_range_kbps))
251 return psy_abr_map[lower_range].
st_lrm;
252 return psy_abr_map[upper_range].
st_lrm;
262 for (i = 0; i < avctx->
channels; i++) {
280 return 13.3f *
atanf(0.00076f * f) + 3.5f *
atanf((f / 7500.0f) * (f / 7500.0f));
291 return 3.64 * pow(f, -0.8)
292 - 6.8 * exp(-0.6 * (f - 3.4) * (f - 3.4))
293 + 6.0 * exp(-0.15 * (f - 8.7) * (f - 8.7))
294 + (0.6 + 0.04 * add) * 0.001 * f * f * f * f;
301 float prev, minscale, minath, minsnr, pe_min;
304 const float num_bark =
calc_bark((
float)bandwidth);
317 for (j = 0; j < 2; j++) {
321 float avg_chan_bits = chan_bitrate * (j ? 128.0f : 1024.0f) / ctx->
avctx->
sample_rate;
330 for (g = 0; g < ctx->
num_bands[j]; g++) {
332 bark =
calc_bark((i-1) * line_to_frequency);
333 coeffs[
g].
barks = (bark + prev) / 2.0;
336 for (g = 0; g < ctx->
num_bands[j] - 1; g++) {
338 float bark_width = coeffs[g+1].
barks - coeffs->
barks;
341 coeff->
spread_low[1] = pow(10.0, -bark_width * en_spread_low);
342 coeff->
spread_hi [1] = pow(10.0, -bark_width * en_spread_hi);
343 pe_min = bark_pe * bark_width;
344 minsnr =
exp2(pe_min / band_sizes[g]) - 1.5f;
348 for (g = 0; g < ctx->
num_bands[j]; g++) {
349 minscale =
ath(start * line_to_frequency,
ATH_ADD);
350 for (i = 1; i < band_sizes[
g]; i++)
351 minscale =
FFMIN(minscale,
ath((start + i) * line_to_frequency,
ATH_ADD));
352 coeffs[
g].
ath = minscale - minath;
353 start += band_sizes[
g];
371 ret = 0.7548f * (in - state[0]) + 0.5095f * state[1];
381 0xB6, 0x6C, 0xD8, 0xB2, 0x66, 0xC6, 0x96, 0x36, 0x36
389 const int16_t *audio,
391 int channel,
int prev_type)
395 int attack_ratio = br <= 16000 ? 18 : 10;
399 int next_type = pch->next_window_seq;
404 int switch_to_eight = 0;
405 float sum = 0.0, sum2 = 0.0;
408 for (i = 0; i < 8; i++) {
409 for (j = 0; j < 128; j++) {
416 for (i = 0; i < 8; i++) {
417 if (s[i] > pch->win_energy * attack_ratio) {
423 pch->win_energy = pch->win_energy*7/8 + sum2/64;
425 wi.window_type[1] = prev_type;
433 grouping = pch->next_grouping;
449 pch->next_window_seq = next_type;
451 for (i = 0; i < 3; i++)
452 wi.window_type[i] = prev_type;
463 for (i = 0; i < 8; i++) {
464 if (!((grouping >> i) & 1))
466 wi.grouping[lastgrp]++;
483 float clipped_pe, bit_save, bit_spend, bit_factor, fill_level;
487 fill_level = av_clipf((
float)ctx->
fill_level / size, clip_low, clip_high);
488 clipped_pe = av_clipf(pe, ctx->
pe.
min, ctx->
pe.
max);
489 bit_save = (fill_level + bitsave_add) * bitsave_slope;
490 assert(bit_save <= 0.3f && bit_save >= -0.05000001f);
491 bit_spend = (fill_level + bitspend_add) * bitspend_slope;
492 assert(bit_spend <= 0.5f && bit_spend >= -0.1f);
499 bit_factor = 1.0f - bit_save + ((bit_spend - bit_save) / (ctx->
pe.
max - ctx->
pe.
min)) * (clipped_pe - ctx->
pe.
min);
533 float thr_avg, reduction;
535 if(active_lines == 0.0)
538 thr_avg =
exp2f((a - pe) / (4.0f * active_lines));
539 reduction =
exp2f((a - desired_pe) / (4.0f * active_lines)) - thr_avg;
541 return FFMAX(reduction, 0.0f);
547 float thr = band->
thr;
551 thr = sqrtf(thr) + reduction;
569 #ifndef calc_thr_3gpp
571 const uint8_t *band_sizes,
const float *coefs)
576 for (g = 0; g < num_bands; g++) {
579 float form_factor = 0.0f;
582 for (i = 0; i < band_sizes[
g]; i++) {
583 band->
energy += coefs[start+i] * coefs[start+i];
584 form_factor += sqrtf(fabs(coefs[start+i]));
586 Temp = band->
energy > 0 ? sqrtf((
float)band_sizes[g] / band->
energy) : 0;
588 band->
nz_lines = form_factor * sqrtf(Temp);
590 start += band_sizes[
g];
596 #ifndef psy_hp_filter
605 sum1 += psy_fir_coeffs[j] * (firbuf[i + j] + firbuf[i +
PSY_LAME_FIR_LEN - j]);
606 sum2 += psy_fir_coeffs[j + 1] * (firbuf[i + j + 1] + firbuf[i +
PSY_LAME_FIR_LEN - j - 1]);
610 hpfsmpl[i] = (sum1 + sum2) * 32768.0f;
624 float desired_bits, desired_pe, delta_pe, reduction=
NAN, spread_en[128] = {0};
625 float a = 0.0f, active_lines = 0.0f, norm_fac = 0.0f;
626 float pe = pctx->chan_bitrate > 32000 ? 0.0f :
FFMAX(50.0f, 100.0f - pctx->chan_bitrate * 100.0f / 32000.0f);
627 const int num_bands = ctx->num_bands[wi->num_windows == 8];
628 const uint8_t *band_sizes = ctx->bands[wi->num_windows == 8];
636 for (w = 0; w < wi->num_windows*16; w += 16) {
640 spread_en[0] = bands[0].
energy;
641 for (
g = 1;
g < num_bands;
g++) {
642 bands[
g].
thr =
FFMAX(bands[
g].thr, bands[
g-1].thr * coeffs[
g].spread_hi[0]);
643 spread_en[w+
g] =
FFMAX(bands[
g].energy, spread_en[w+
g-1] * coeffs[
g].spread_hi[1]);
645 for (
g = num_bands - 2;
g >= 0;
g--) {
646 bands[
g].
thr =
FFMAX(bands[
g].thr, bands[
g+1].thr * coeffs[
g].spread_low[0]);
647 spread_en[w+
g] =
FFMAX(spread_en[w+
g], spread_en[w+
g+1] * coeffs[
g].spread_low[1]);
650 for (
g = 0;
g < num_bands;
g++) {
665 if (spread_en[w+
g] * avoid_hole_thr > band->
energy || coeffs[
g].
min_snr > 1.0f)
673 ctx->ch[channel].entropy = pe;
674 desired_bits =
calc_bit_demand(pctx, pe, ctx->bitres.bits, ctx->bitres.size, wi->num_windows == 8);
680 if (ctx->bitres.bits > 0)
685 if (desired_pe < pe) {
687 for (w = 0; w < wi->num_windows*16; w += 16) {
692 for (
g = 0;
g < num_bands;
g++) {
704 for (i = 0; i < 2; i++) {
705 float pe_no_ah = 0.0f, desired_pe_no_ah;
706 active_lines = a = 0.0f;
707 for (w = 0; w < wi->num_windows*16; w += 16) {
708 for (
g = 0;
g < num_bands;
g++) {
712 pe_no_ah += band->
pe;
718 desired_pe_no_ah =
FFMAX(desired_pe - (pe - pe_no_ah), 0.0f);
719 if (active_lines > 0.0f)
723 for (w = 0; w < wi->num_windows*16; w += 16) {
724 for (
g = 0;
g < num_bands;
g++) {
727 if (active_lines > 0.0f)
734 delta_pe = desired_pe - pe;
735 if (fabs(delta_pe) > 0.05f * desired_pe)
739 if (pe < 1.15f * desired_pe) {
741 norm_fac = 1.0f / norm_fac;
742 for (w = 0; w < wi->num_windows*16; w += 16) {
743 for (
g = 0;
g < num_bands;
g++) {
747 float delta_sfb_pe = band->
norm_fac * norm_fac * delta_pe;
748 float thr = band->
thr;
760 while (pe > desired_pe &&
g--) {
761 for (w = 0; w < wi->num_windows*16; w+= 16) {
774 for (w = 0; w < wi->num_windows*16; w += 16) {
775 for (
g = 0;
g < num_bands;
g++) {
777 FFPsyBand *psy_band = &ctx->ch[channel].psy_bands[w+
g];
784 memcpy(pch->prev_band, pch->band,
sizeof(pch->band));
793 for (ch = 0; ch < group->
num_ch; ch++)
823 const float *la,
int channel,
int prev_type)
828 int uselongblock = 1;
835 float const *pf = hpfsmpl;
847 energy_subshort[i] = pch->prev_energy_subshort[i + ((
AAC_NUM_BLOCKS_SHORT - 1) * PSY_LAME_NUM_SUBBLOCKS)];
848 assert(pch->prev_energy_subshort[i + ((
AAC_NUM_BLOCKS_SHORT - 2) * PSY_LAME_NUM_SUBBLOCKS + 1)] > 0);
849 attack_intensity[i] = energy_subshort[i] / pch->prev_energy_subshort[i + ((
AAC_NUM_BLOCKS_SHORT - 2) * PSY_LAME_NUM_SUBBLOCKS + 1)];
850 energy_short[0] += energy_subshort[i];
856 for (; pf < pfe; pf++)
857 p =
FFMAX(p, fabsf(*pf));
867 if (p > energy_subshort[i + 1])
868 p = p / energy_subshort[i + 1];
869 else if (energy_subshort[i + 1] > p * 10.0f)
870 p = energy_subshort[i + 1] / (p * 10.0f);
878 if (!attacks[i / PSY_LAME_NUM_SUBBLOCKS])
879 if (attack_intensity[i] > pch->attack_threshold)
887 float const u = energy_short[i - 1];
888 float const v = energy_short[i];
889 float const m =
FFMAX(u, v);
891 if (u < 1.7f * v && v < 1.7f * u) {
892 if (i == 1 && attacks[0] < attacks[i])
897 att_sum += attacks[i];
900 if (attacks[0] <= pch->prev_attack)
903 att_sum += attacks[0];
905 if (pch->prev_attack == 3 || att_sum) {
908 for (i = 1; i < AAC_NUM_BLOCKS_SHORT + 1; i++)
909 if (attacks[i] && attacks[i-1])
932 for (i = 0; i < 8; i++) {
933 if (!((pch->next_grouping >> i) & 1))
945 for (i = 0; i < 9; i++) {
953 pch->prev_attack = attacks[8];
960 .
name =
"3GPP TS 26.403-inspired model",