/third_party/ffmpeg/libavfilter/ |
D | af_superequalizer.c | 43 float gains[NBANDS + 1]; member 315 make_fir(s, s->gains, s->gains, s->params, outlink->sample_rate); in config_output() 354 { "1b", "set 65Hz band gain", OFFSET(gains [0]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 355 { "2b", "set 92Hz band gain", OFFSET(gains [1]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 356 { "3b", "set 131Hz band gain", OFFSET(gains [2]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 357 { "4b", "set 185Hz band gain", OFFSET(gains [3]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 358 { "5b", "set 262Hz band gain", OFFSET(gains [4]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 359 { "6b", "set 370Hz band gain", OFFSET(gains [5]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 360 { "7b", "set 523Hz band gain", OFFSET(gains [6]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, 361 { "8b", "set 740Hz band gain", OFFSET(gains [7]), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 20, AF }, [all …]
|
D | af_acrossover.c | 68 float gains[MAX_BANDS]; member 131 s->gains[i] = expf(gain * M_LN10 / 20.f); in parse_gains() 133 s->gains[i] = gain; in parse_gains() 137 s->gains[i] = 1.f; in parse_gains() 446 const type gain = s->gains[band] * ((band & 1 && first_order) ? -one : one); \ in BIQUAD_PROCESS()
|
/third_party/ffmpeg/tests/checkasm/ |
D | opusdsp.c | 46 float gains[3] = { 0.3066406250f, 0.2170410156f, 0.1296386719f }; in test_postfilter() local 52 declare_func(void, float *data, int period, float *gains, int len); in test_postfilter() 57 call_ref(data0 + offset, period, gains, MAX_SIZE); in test_postfilter() 58 call_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter() 62 bench_new(data1 + offset, period, gains, MAX_SIZE); in test_postfilter()
|
/third_party/ffmpeg/libavcodec/ |
D | opusdsp.c | 21 static void postfilter_c(float *data, int period, float *gains, int len) in postfilter_c() argument 23 const float g0 = gains[0]; in postfilter_c() 24 const float g1 = gains[1]; in postfilter_c() 25 const float g2 = gains[2]; in postfilter_c()
|
D | opusdsp.h | 27 void (*postfilter)(float *data, int period, float *gains, int len);
|
D | amrnbdec.c | 640 const uint16_t *gains; in decode_gains() local 643 gains = gains_high[amr_subframe->p_gain]; in decode_gains() 645 gains = gains_low [amr_subframe->p_gain]; in decode_gains() 648 gains = gains_MODE_4k75[(p->frame.subframe[subframe & 2].p_gain << 1) + (subframe & 1)]; in decode_gains() 651 p->pitch_gain[4] = gains[0] * (1.0 / 16384.0); in decode_gains() 652 *fixed_gain_factor = gains[1] * (1.0 / 4096.0); in decode_gains()
|
D | amrwbdec.c | 566 const int16_t *gains = (mode <= MODE_8k85 ? qua_gain_6b[vq_gain] : in decode_gains() local 569 *pitch_gain = gains[0] * (1.0f / (1 << 14)); in decode_gains() 570 *fixed_gain_factor = gains[1] * (1.0f / (1 << 11)); in decode_gains()
|
D | mpegaudiodec_template.c | 685 int len, i, j, k, l, v0, shift, gain, gains[3]; in exponents_from_scale_factors() local 703 gains[0] = gain - (g->subblock_gain[0] << 3); in exponents_from_scale_factors() 704 gains[1] = gain - (g->subblock_gain[1] << 3); in exponents_from_scale_factors() 705 gains[2] = gain - (g->subblock_gain[2] << 3); in exponents_from_scale_factors() 710 v0 = gains[l] - (g->scale_factors[k++] << shift) + 400; in exponents_from_scale_factors()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | opusdsp_init.c | 24 void ff_opus_postfilter_neon(float *data, int period, float *gains, int len);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | opusdsp_init.c | 24 void ff_opus_postfilter_fma3(float *data, int period, float *gains, int len);
|
D | opusdsp.asm | 78 cglobal opus_postfilter, 4, 4, 8, data, period, gains, len
|
/third_party/boost/libs/outcome/doc/src/content/experimental/worked-example/ |
D | value_type.md | 12 You will note that this is a `TriviallyCopyable` type, and so gains an implicit
|
/third_party/mesa3d/docs/gallium/ |
D | postprocess.rst | 31 higher than 8 see minimizing gains.
|
/third_party/grpc/doc/ |
D | versioning.md | 31 …- the change leads to very significant gains to security, usability or development velocity. These…
|
D | compression.md | 42 gains).
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_writeonly_rendering.txt | 60 is generally lower bandwidth, any gains are most likely for 2D applications
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_writeonly_rendering.txt | 60 is generally lower bandwidth, any gains are most likely for 2D applications
|
/third_party/python/ |
D | README.rst | 133 libraries for additional performance gains. 233 Python Enhancement Proposal (PEP) may be submitted if your idea gains ground.
|
/third_party/boost/libs/outcome/doc/src/content/experimental/ |
D | differences.md | 24 move relocating[^1], it gains an implicit convertibility to a move-only
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | selectable_text.dart | 295 /// To be notified when the widget gains or loses the focus, add a listener 367 /// To be notified when the text field gains or loses the focus, provide a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_no_error.txt | 153 calls so the gains from optimizing these would be much smaller.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrAtomics.td | 28 // standard modes would be valid and may give efficiency gains. 111 // standard modes would be valid and may give efficiency gains.
|
/third_party/boost/libs/outcome/doc/src/content/ |
D | _index.md | 48 approaching the same gains as P1029 types would have. Note that the empirical performance difference
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_no_error.txt | 163 calls so the gains from optimizing these would be much smaller.
|
/third_party/openGLES/extensions/NV/ |
D | NV_packed_depth_stencil.txt | 128 Supporting more types gains little because the new types will 137 RESOLVED: No and no, this adds implementation burden and gains us
|