Searched refs:loudness (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dnormalize.py20 loudness = ref = -23
24 loudness = sline variable
25 adjust = ref - float(loudness)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtda7432.c4 * Handles audio functions: volume, balance, tone, loudness
20 * loudness - set between 0 and 15 for varying degrees of loudness effect
50 static int loudness; /* disable loudness by default */ variable
53 module_param(loudness, int, S_IRUGO);
84 * and tone control (including loudness). It also has four channel
136 * MSB (bit 7) controls loudness: 1/0 is loudness on/off
194 /* Bits 0,1,2,3 control loudness fro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_ebur128.c24 * @see http://tech.ebu.ch/loudness
76 double loudness; ///< L = -0.691 + 10 * log10(E) member in struct:hist_entry
131 struct integrator i400; ///< 400ms integrator, used for Momentary loudness (M), and Integrated loudness (I)
132 struct integrator i3000; ///< 3s integrator, used for Short term loudness (S), and Loudness Range (LRA)
135 double integrated_loudness; ///< integrated loudness in LUFS (I)
136 double loudness_range; ///< loudness range in LU (LRA)
141 int metadata; ///< whether or not to inject loudness results in frames
446 #define ENERGY(loudness) (pow(10, ((loudness)
525 gate_update(struct integrator *integ, double power, double loudness, int gate_thres) argument
[all...]

Completed in 102 milliseconds