Home
last modified time | relevance | path

Searched refs:ath (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_deblock.c47 int ath; member
59 int ath, int bth, int gth, int dth, int max);
61 int ath, int bth, int gth, int dth, int max);
88 int ath, int bth, int gth, int dth, int max) \
100 if (FFABS(delta) >= ath || \
127 int ath, int bth, int gth, int dth, int max) \
139 if (FFABS(delta) >= ath || \
168 int ath, int bth, int gth, int dth, int max) \
180 if (FFABS(delta) >= ath || \
214 int ath, int bth, int gth, int dth, int max) \
[all …]
/third_party/lame/libmp3lame/
Dutil.c230 FLOAT ath; in ATHformula_GB() local
240 ath = 3.640 * pow(f, -0.8) in ATHformula_GB()
244 return ath; in ATHformula_GB()
252 FLOAT ath; in ATHformula() local
255 ath = ATHformula_GB(freq, 9, 0.1f, 24.0f); in ATHformula()
258 ath = ATHformula_GB(freq, -1, 0.1f, 24.0f); /*over sensitive, should probably be removed */ in ATHformula()
261 ath = ATHformula_GB(freq, 0, 0.1f, 24.0f); in ATHformula()
264 ath = ATHformula_GB(freq, 1, 0.1f, 24.0f) + 6; /*modification of GB formula by Roel */ in ATHformula()
267 ath = ATHformula_GB(freq, cfg->ATHcurve, 0.1f, 24.0f); in ATHformula()
270 ath = ATHformula_GB(freq, cfg->ATHcurve, 3.41f, 16.1f); in ATHformula()
[all …]
Dquantize_pvt.c214 FLOAT ath; in ATHmdct() local
216 ath = ATHformula(cfg, f); in ATHmdct()
219 ath -= cfg->ATHfixpoint; in ATHmdct()
222 ath -= NSATHSCALE; in ATHmdct()
224 ath += cfg->ATH_offset_db; in ATHmdct()
227 ath = powf(10.0f, ath * 0.1f); in ATHmdct()
228 return ath; in ATHmdct()
Dpsymodel.c1373 FLOAT const ath = ath_cb[b] * athlower; in vbrpsy_compute_MS_thresholds() local
1374 FLOAT const tmp_l = Max(thmL, ath); in vbrpsy_compute_MS_thresholds()
1375 FLOAT const tmp_r = Max(thmR, ath); in vbrpsy_compute_MS_thresholds()
1377 thmM = Max(rmid, ath); in vbrpsy_compute_MS_thresholds()
1378 thmS = Max(rside, ath); in vbrpsy_compute_MS_thresholds()
/third_party/ffmpeg/libavcodec/
Dhcadec.c50 uint8_t ath[128]; member
66 static void ath_init1(uint8_t *ath, int sample_rate) in ath_init1() argument
76 memset(ath+i, 0xFF, (128 - i)); in ath_init1()
80 ath[i] = ath_base_curve[index]; in ath_init1()
84 static int ath_init(uint8_t *ath, int type, int sample_rate) in ath_init() argument
91 ath_init1(ath, sample_rate); in ath_init()
187 ret = ath_init(c->ath, c->ath_type, avctx->sample_rate); in decode_init()
329 const uint8_t *ath) in unpack() argument
373 scale = c->ath[i] + ((packed_noise_level + i) >> 8) - ((scale * 5) >> 1) + 2; in unpack()
412 unpack(c, &c->ch[ch], gb, c->hfr_group_count, packed_noise_level, c->ath); in decode_frame()
Daacpsy.c141 float ath; ///< absolute threshold of hearing per bands member
292 static av_cold float ath(float f, float add) in ath() function
332 minath = ath(3410 - 0.733 * ATH_ADD, ATH_ADD); in psy_3gpp_init()
365 minscale = ath(start * line_to_frequency, ATH_ADD); in psy_3gpp_init()
367 minscale = FFMIN(minscale, ath((start + i) * line_to_frequency, ATH_ADD)); in psy_3gpp_init()
368 coeffs[g].ath = minscale - minath; in psy_3gpp_init()
689 band->thr_quiet = band->thr = FFMAX(band->thr, coeffs[g].ath); in psy_3gpp_analyze_channel()
/third_party/lame/misc/
DMakefile.am5 EXTRA_PROGRAMS = abx ath scalartest program
25 ath_SOURCES = ath.c
DMakefile.in92 EXTRA_PROGRAMS = abx$(EXEEXT) ath$(EXEEXT) scalartest$(EXEEXT)
112 am_ath_OBJECTS = ath.$(OBJEXT)
135 am__depfiles_remade = ./$(DEPDIR)/abx.Po ./$(DEPDIR)/ath.Po \
351 ath_SOURCES = ath.c
392 ath$(EXEEXT): $(ath_OBJECTS) $(ath_DEPENDENCIES) $(EXTRA_ath_DEPENDENCIES)
393 @rm -f ath$(EXEEXT)
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ath.Po@am__quote@ # am--include-marker
569 -rm -f ./$(DEPDIR)/ath.Po
617 -rm -f ./$(DEPDIR)/ath.Po
/third_party/icu/icu4c/source/data/curr/
Dgd.txt52 "Kwanza ath-ghleusaichte Angòlach (1995–1999)",
1024 "Dolar nan SA (an ath–latha)",
1188 "Dinar ath-leasaichte Iùgoslabhach (1992–1993)",
1398 few{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1399 one{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1400 other{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1401 two{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
2856 few{"dolaran nan SA (an ath–latha)"}
2857 one{"dolar nan SA (an ath–latha)"}
2858 other{"dolar nan SA (an ath–latha)"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/curr/
Dgd.txt52 "Kwanza ath-ghleusaichte Angòlach (1995–1999)",
1020 "Dolar nan SA (an ath–latha)",
1180 "Dinar ath-leasaichte Iùgoslabhach (1992–1993)",
1390 few{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1391 one{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1392 other{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
1393 two{"kwanza ath-ghleusaichte Angòlach (1995–1999)"}
2842 few{"dolaran nan SA (an ath–latha)"}
2843 one{"dolar nan SA (an ath–latha)"}
2844 other{"dolar nan SA (an ath–latha)"}
[all …]
/third_party/lame/
DTODO98 60. Different ATH handling for sfb21. We are using the minimum value of ath
100 We could perhaps use 2 or 3 ath partitions in sfb21
DChangeLog6291 enabled ath adjustment for abr/cbr
6375 updated ath values for abr/cbr
8739 fix ath curve initialization.
11718 Renamed experimental switch "--ath-adjust" to "--athaa-type" for
12125 ath 4 switches to ath 2 in cbr mode
13195 --ath-adjust 1 (Gaby's original code) was disabled, any reasons
13419 comments in the ath functions
13580 update of the ath functions
13608 auto adjusting ath shape for vbr on ath type 4
13801 made ath type 2 the default.
[all …]
/third_party/pulseaudio/src/modules/raop/
Draop-client.c1275 char *token, *ath = NULL; in rtsp_auth_cb() local
1309 ath = pa_sprintf_malloc("Basic %s", in rtsp_auth_cb()
1316ath = pa_sprintf_malloc("Digest username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"*\", response=\… in rtsp_auth_cb()
1334 pa_rtsp_add_header(c->rtsp, "Authorization", ath); in rtsp_auth_cb()
1335 pa_xfree(ath); in rtsp_auth_cb()
/third_party/skia/third_party/externals/icu/source/data/locales/
Dgd.txt3378 "1"{"an ath-mhìos"}
3400 "1"{"ath-mhì."}
3422 "1"{"an ath-mhìos"}
3444 "1"{"an ath-chairteal"}
3466 "1"{"ath-ch."}
3488 "1"{"an ath-chairt."}
3885 "1"{"an ath-sheachdain"}
3908 "1"{"ath-shn."}
3931 "1"{"an ath-sheachd."}
3982 "1"{"an ath-bhliadhna"}
[all …]
Dfr.txt1723 "rabia ath-thani",
1725 "joumada ath-thania",
1767 "rabia ath-thani",
1769 "joumada ath-thania",
Dsk.txt1400 "rabí´ath-thání",
1430 "rabí´ath-thání",
/third_party/icu/icu4c/source/data/locales/
Dgd.txt3676 "1"{"an ath-mhìos"}
3698 "1"{"ath-mhì."}
3720 "1"{"an ath-mhìos"}
3742 "1"{"an ath-chairteal"}
3764 "1"{"ath-ch."}
3786 "1"{"an ath-chairt."}
4183 "1"{"an ath-sheachdain"}
4206 "1"{"ath-shn."}
4229 "1"{"an ath-sheachd."}
4280 "1"{"an ath-bhliadhna"}
[all …]
Dfr.txt1808 "rabia ath-thani",
1810 "joumada ath-thania",
1852 "rabia ath-thani",
1854 "joumada ath-thania",
Dsk.txt1447 "rabí´ath-thání",
1477 "rabí´ath-thání",
/third_party/FreeBSD/
DMAINTAINERS37 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org
/third_party/mesa3d/
D.mailmap76 Ben Skeggs <bskeggs@redhat.com> <darktama@nisroch.keine.ath.cx>
80 Ben Skeggs <bskeggs@redhat.com> <skeggsb@nisroch.keine.ath.cx>
/third_party/skia/third_party/externals/icu/source/data/lang/
Dgd.txt855 reformed{"Òrdugh seòrsachaidh ath-leasaichte"}
/third_party/icu/icu4c/source/data/lang/
Dgd.txt897 reformed{"Òrdugh seòrsachaidh ath-leasaichte"}
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DChangeLog1020 ath# is part of a bridge interface
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DChangeLog1063 ath# is part of a bridge interface

12