ath               141 libavcodec/aacpsy.c     float ath;           ///< absolute threshold of hearing per bands
ath               329 libavcodec/aacpsy.c     minath = ath(3410 - 0.733 * ATH_ADD, ATH_ADD);
ath               362 libavcodec/aacpsy.c             minscale = ath(start * line_to_frequency, ATH_ADD);
ath               364 libavcodec/aacpsy.c                 minscale = FFMIN(minscale, ath((start + i) * line_to_frequency, ATH_ADD));
ath               365 libavcodec/aacpsy.c             coeffs[g].ath = minscale - minath;
ath               686 libavcodec/aacpsy.c             band->thr_quiet = band->thr = FFMAX(band->thr, coeffs[g].ath);
ath                49 libavcodec/hcadec.c     uint8_t ath[128];
ath                65 libavcodec/hcadec.c static void ath_init1(uint8_t *ath, int sample_rate)
ath                75 libavcodec/hcadec.c             memset(ath+i, 0xFF, (128 - i));
ath                79 libavcodec/hcadec.c         ath[i] = ath_base_curve[index];
ath                83 libavcodec/hcadec.c static int ath_init(uint8_t *ath, int type, int sample_rate)
ath                90 libavcodec/hcadec.c         ath_init1(ath, sample_rate);
ath               189 libavcodec/hcadec.c     ret = ath_init(c->ath, c->ath_type, avctx->sample_rate);
ath               330 libavcodec/hcadec.c                    const uint8_t *ath)
ath               375 libavcodec/hcadec.c             scale = c->ath[i] + ((packed_noise_level + i) >> 8) - ((scale * 5) >> 1) + 2;
ath               415 libavcodec/hcadec.c         unpack(c, &c->ch[ch], c->hfr_group_count, packed_noise_level, c->ath);
ath                47 libavfilter/vf_deblock.c     int ath;
ath                59 libavfilter/vf_deblock.c                      int ath, int bth, int gth, int dth, int max);
ath                61 libavfilter/vf_deblock.c                      int ath, int bth, int gth, int dth, int max);
ath                95 libavfilter/vf_deblock.c                                   int ath, int bth, int gth, int dth, int max)      \
ath               107 libavfilter/vf_deblock.c         if (FFABS(delta) >= ath ||                                                  \
ath               134 libavfilter/vf_deblock.c                                   int ath, int bth, int gth, int dth, int max)      \
ath               146 libavfilter/vf_deblock.c         if (FFABS(delta) >= ath ||                                                  \
ath               175 libavfilter/vf_deblock.c                                     int ath, int bth, int gth, int dth, int max)   \
ath               187 libavfilter/vf_deblock.c         if (FFABS(delta) >= ath ||                                                 \
ath               221 libavfilter/vf_deblock.c                                     int ath, int bth, int gth, int dth, int max)   \
ath               233 libavfilter/vf_deblock.c         if (FFABS(delta) >= ath ||                                                 \
ath               280 libavfilter/vf_deblock.c     s->ath = s->alpha * s->max;
ath               345 libavfilter/vf_deblock.c                         FFMIN(block, height), s->ath, s->bth, s->gth, s->dth, s->max);
ath               352 libavfilter/vf_deblock.c                         s->ath, s->bth, s->gth, s->dth, s->max);
ath               357 libavfilter/vf_deblock.c                             s->ath, s->bth, s->gth, s->dth, s->max);
ath               360 libavfilter/vf_deblock.c                             s->ath, s->bth, s->gth, s->dth, s->max);