/third_party/ffmpeg/libavcodec/ |
D | sipr16k.c | 99 static void postfilter(float *out_data, float* synth, float* iir_mem, in postfilter() argument 113 ff_celp_lp_synthesis_filterf(tmpbuf, filt_mem[1], synth, 30, in postfilter() 116 memcpy(synth - LP_FILTER_ORDER_16k, mem_preemph, in postfilter() 117 LP_FILTER_ORDER_16k * sizeof(*synth)); in postfilter() 119 ff_celp_lp_synthesis_filterf(synth, filt_mem[0], synth, 30, in postfilter() 123 synth + 30 - LP_FILTER_ORDER_16k, in postfilter() 124 LP_FILTER_ORDER_16k * sizeof(*synth)); in postfilter() 127 synth + 30, 2 * L_SUBFR_16k - 30, in postfilter() 132 LP_FILTER_ORDER_16k * sizeof(*synth)); in postfilter() 136 out_data[i] = tmpbuf[i] + s * (synth[i] - tmpbuf[i]); in postfilter() [all …]
|
D | vc2enc_dwt.c | 59 dwtcoef *datal = data, *synth = t->buffer, *synthl = synth; in vc2_subband_dwt_97() local 75 synthl = synth; in vc2_subband_dwt_97() 98 synthl = synth + synth_width; in vc2_subband_dwt_97() 103 synthl = synth + (synth_width << 1); in vc2_subband_dwt_97() 113 synthl = synth + (synth_height - 1) * synth_width; in vc2_subband_dwt_97() 122 synthl = synth; in vc2_subband_dwt_97() 126 synthl = synth + (synth_width << 1); in vc2_subband_dwt_97() 133 synthl = synth + (synth_height - 2) * synth_width; in vc2_subband_dwt_97() 137 deinterleave(data, stride, width, height, synth); in vc2_subband_dwt_97() 144 dwtcoef *synth = t->buffer, *synthl = synth, *datal = data; in vc2_subband_dwt_53() local [all …]
|
D | g729dec.c | 424 int16_t synth[SUBFRAME_SIZE+10]; // fixed-codebook vector in decode_frame() local 640 memcpy(synth, ctx->syn_filter_data, 10 * sizeof(int16_t)); in decode_frame() 643 synth+10, in decode_frame() 665 synth+10, in decode_frame() 675 synth+10, in decode_frame() 685 memcpy(ctx->syn_filter_data, synth+SUBFRAME_SIZE, 10 * sizeof(int16_t)); in decode_frame() 690 gain_before += FFABS(synth[j+10]); in decode_frame() 702 synth+10, in decode_frame() 708 gain_after += FFABS(synth[j+10]); in decode_frame() 713 synth+10, in decode_frame() [all …]
|
D | dcadsp.c | 116 static void sub_qmf32_float_c(SynthFilterContext *synth, in sub_qmf32_float_c() argument 138 synth->synth_filter_float(imdct, hist1, offset, in sub_qmf32_float_c() 145 static void sub_qmf64_float_c(SynthFilterContext *synth, in sub_qmf64_float_c() argument 187 synth->synth_filter_float_64(imdct, hist1, offset, in sub_qmf64_float_c() 238 static void sub_qmf32_fixed_c(SynthFilterContext *synth, in sub_qmf32_fixed_c() argument 255 synth->synth_filter_fixed(imdct, hist1, offset, in sub_qmf32_fixed_c() 262 static void sub_qmf64_fixed_c(SynthFilterContext *synth, in sub_qmf64_fixed_c() argument 291 synth->synth_filter_fixed_64(imdct, hist1, offset, in sub_qmf64_fixed_c()
|
D | sipr.c | 375 float *synth = ctx->synth_buf + 16; // 16 instead of LP_FILTER_ORDER for in decode_frame() local 447 ff_celp_lp_synthesis_filterf(synth + i*SUBFR_SIZE, pAz, fixed_vector, in decode_frame() 453 memcpy(synth - LP_FILTER_ORDER, synth + frame_size - LP_FILTER_ORDER, in decode_frame() 461 ff_adaptive_gain_control(&synth[i * SUBFR_SIZE], in decode_frame() 462 &synth[i * SUBFR_SIZE], energy, in decode_frame() 472 ff_acelp_apply_order_2_transfer_function(out_data, synth, in decode_frame()
|
D | wmavoice.c | 806 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() argument 818 ff_celp_lp_zero_synthesis_filterf(zero_exc_pf, lpcs, synth, size, s->lsps); in postfilter() 832 adaptive_gain_control(samples, synth_pf, synth, size, 0.99, in postfilter() 1445 float *excitation, float *synth) in synth_block() argument 1465 ff_celp_lp_synthesis_filterf(synth, lpcs, excitation, size, s->lsps); in synth_block() 1485 float *excitation, float *synth) in synth_frame() argument 1602 &synth[n * block_nsamples]); in synth_frame() 1614 postfilter(s, synth, samples, 80, lpcs, in synth_frame() 1621 postfilter(s, &synth[80], &samples[80], 80, lpcs, in synth_frame() 1625 memcpy(samples, synth, 160 * sizeof(synth[0])); in synth_frame() [all …]
|
D | dcadsp.h | 49 void (*sub_qmf_float[2])(SynthFilterContext *synth, 64 void (*sub_qmf_fixed[2])(SynthFilterContext *synth,
|
D | sipr.h | 95 float synth[LP_FILTER_ORDER_16k]; member
|
/third_party/gstreamer/gstplugins_bad/ext/fluidsynth/ |
D | gstfluiddec.c | 234 filter->synth = new_fluid_synth (filter->settings); in gst_fluid_dec_init() 237 fluid_synth_set_chorus_on (filter->synth, filter->synth_chorus); in gst_fluid_dec_init() 238 fluid_synth_set_reverb_on (filter->synth, filter->synth_reverb); in gst_fluid_dec_init() 239 fluid_synth_set_gain (filter->synth, filter->synth_gain); in gst_fluid_dec_init() 240 fluid_synth_set_polyphony (filter->synth, filter->synth_polyphony); in gst_fluid_dec_init() 248 delete_fluid_synth (fluiddec->synth); in gst_fluid_dec_finalize() 299 fluid_synth_system_reset (fluiddec->synth); in gst_fluid_dec_reset() 322 fluid_synth_set_sample_rate (fluiddec->synth, FLUID_DEC_RATE); in gst_fluid_dec_sink_event() 375 fluid_synth_write_float (fluiddec->synth, samples, info.data, 0, 2, in produce_samples() 411 fluid_synth_system_reset (fluiddec->synth); in handle_buffer() [all …]
|
D | gstfluiddec.h | 60 fluid_synth_t* synth; member
|
/third_party/ffmpeg/libavformat/ |
D | sbgdec.c | 108 struct sbg_script_synth *synth; member 622 struct sbg_script_synth *synth) in parse_synth_channel_sine() argument 635 synth->type = SBG_TYPE_SINE; in parse_synth_channel_sine() 636 synth->carrier = carrier; in parse_synth_channel_sine() 637 synth->beat = beat; in parse_synth_channel_sine() 638 synth->vol = vol; in parse_synth_channel_sine() 643 struct sbg_script_synth *synth) in parse_synth_channel_pink() argument 650 synth->type = SBG_TYPE_NOISE; in parse_synth_channel_pink() 651 synth->vol = vol; in parse_synth_channel_pink() 656 struct sbg_script_synth *synth) in parse_synth_channel_bell() argument [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/spear/ |
D | timer.c | 32 u32 synth; in timer_init() local 37 synth = MISC_GPT4SYNTH; in timer_init() 40 synth = MISC_GPT3SYNTH; in timer_init() 45 writel(readl(&misc_regs_p->periph_clk_cfg) | synth, in timer_init()
|
/third_party/ffmpeg/tests/checkasm/ |
D | synth_filter.c | 47 SynthFilterContext synth; in checkasm_check_synth_filter() local 50 ff_synth_filter_init(&synth); in checkasm_check_synth_filter() 52 if (check_func(synth.synth_filter_float, "synth_filter_float")) { in checkasm_check_synth_filter()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
D | SineVoice.java | 17 package com.mobileer.miditools.synth;
|
D | SynthUnit.java | 17 package com.mobileer.miditools.synth;
|
D | LatencyController.java | 17 package com.mobileer.miditools.synth;
|
D | SawOscillatorDPW.java | 17 package com.mobileer.miditools.synth;
|
D | SineOscillator.java | 17 package com.mobileer.miditools.synth;
|
D | SawOscillator.java | 17 package com.mobileer.miditools.synth;
|
D | SawVoice.java | 17 package com.mobileer.miditools.synth;
|
D | SynthVoice.java | 17 package com.mobileer.miditools.synth;
|
D | EnvelopeADSR.java | 17 package com.mobileer.miditools.synth;
|
/third_party/boost/libs/spirit/test/x3/ |
D | utils.hpp | 44 synth_parser<T> synth{}; variable
|
/third_party/icu/icu4c/source/data/brkitr/ |
D | fr.txt | 81 "synth.",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/brkitr/ |
D | fr.txt | 81 "synth.",
|