Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dsipr16k.c99 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 …]
Dvc2enc_dwt.c59 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 …]
Dg729dec.c427 int16_t synth[SUBFRAME_SIZE+10]; // fixed-codebook vector in decode_frame() local
642 memcpy(synth, ctx->syn_filter_data, 10 * sizeof(int16_t)); in decode_frame()
645 synth+10, in decode_frame()
667 synth+10, in decode_frame()
677 synth+10, in decode_frame()
687 memcpy(ctx->syn_filter_data, synth+SUBFRAME_SIZE, 10 * sizeof(int16_t)); in decode_frame()
692 gain_before += FFABS(synth[j+10]); in decode_frame()
704 synth+10, in decode_frame()
710 gain_after += FFABS(synth[j+10]); in decode_frame()
715 synth+10, in decode_frame()
[all …]
Ddcadsp.c116 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()
Dwmavoice.c808 static void postfilter(WMAVoiceContext *s, const float *synth, in postfilter() argument
820 ff_celp_lp_zero_synthesis_filterf(zero_exc_pf, lpcs, synth, size, s->lsps); in postfilter()
834 adaptive_gain_control(samples, synth_pf, synth, size, 0.99, in postfilter()
1447 float *excitation, float *synth) in synth_block() argument
1467 ff_celp_lp_synthesis_filterf(synth, lpcs, excitation, size, s->lsps); in synth_block()
1487 float *excitation, float *synth) in synth_frame() argument
1604 &synth[n * block_nsamples]); in synth_frame()
1616 postfilter(s, synth, samples, 80, lpcs, in synth_frame()
1623 postfilter(s, &synth[80], &samples[80], 80, lpcs, in synth_frame()
1627 memcpy(samples, synth, 160 * sizeof(synth[0])); in synth_frame()
[all …]
Dsipr.c376 float *synth = ctx->synth_buf + 16; // 16 instead of LP_FILTER_ORDER for in decode_frame() local
448 ff_celp_lp_synthesis_filterf(synth + i*SUBFR_SIZE, pAz, fixed_vector, in decode_frame()
454 memcpy(synth - LP_FILTER_ORDER, synth + frame_size - LP_FILTER_ORDER, in decode_frame()
462 ff_adaptive_gain_control(&synth[i * SUBFR_SIZE], in decode_frame()
463 &synth[i * SUBFR_SIZE], energy, in decode_frame()
473 ff_acelp_apply_order_2_transfer_function(out_data, synth, in decode_frame()
Ddcadsp.h49 void (*sub_qmf_float[2])(SynthFilterContext *synth,
64 void (*sub_qmf_fixed[2])(SynthFilterContext *synth,
Dsipr.h95 float synth[LP_FILTER_ORDER_16k]; member
Damrwbdec.c871 static float find_hb_gain(AMRWBContext *ctx, const float *synth, in find_hb_gain() argument
881 tmp = ctx->celpm_ctx.dot_productf(synth, synth + 1, AMRWB_SFR_SIZE - 1); in find_hb_gain()
884 tilt = tmp / ctx->celpm_ctx.dot_productf(synth, synth, AMRWB_SFR_SIZE); in find_hb_gain()
/third_party/ffmpeg/libavformat/
Dsbgdec.c109 struct sbg_script_synth *synth; member
625 struct sbg_script_synth *synth) in parse_synth_channel_sine() argument
638 synth->type = SBG_TYPE_SINE; in parse_synth_channel_sine()
639 synth->carrier = carrier; in parse_synth_channel_sine()
640 synth->beat = beat; in parse_synth_channel_sine()
641 synth->vol = vol; in parse_synth_channel_sine()
646 struct sbg_script_synth *synth) in parse_synth_channel_pink() argument
653 synth->type = SBG_TYPE_NOISE; in parse_synth_channel_pink()
654 synth->vol = vol; in parse_synth_channel_pink()
659 struct sbg_script_synth *synth) in parse_synth_channel_bell() argument
[all …]
/third_party/ffmpeg/tests/checkasm/
Dsynth_filter.c49 SynthFilterContext synth; in checkasm_check_synth_filter() local
52 ff_synth_filter_init(&synth); in checkasm_check_synth_filter()
54 if (check_func(synth.synth_filter_float, "synth_filter_float")) { in checkasm_check_synth_filter()
/third_party/alsa-utils/seq/aconnect/
DREADME.aconnect26 0 'card 0: synth-midi: 0'
32 0 'card 0: synth-midi: 0'
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSineVoice.java17 package com.mobileer.miditools.synth;
DSynthUnit.java17 package com.mobileer.miditools.synth;
DLatencyController.java17 package com.mobileer.miditools.synth;
DSawOscillatorDPW.java17 package com.mobileer.miditools.synth;
DSineOscillator.java17 package com.mobileer.miditools.synth;
DSawOscillator.java17 package com.mobileer.miditools.synth;
DSawVoice.java17 package com.mobileer.miditools.synth;
DSynthVoice.java17 package com.mobileer.miditools.synth;
DEnvelopeADSR.java17 package com.mobileer.miditools.synth;
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Dfr.txt81 "synth.",
/third_party/icu/icu4c/source/data/brkitr/
Dfr.txt81 "synth.",
/third_party/skia/third_party/externals/freetype/src/base/
Dftsynth.c33 #define FT_COMPONENT synth
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dfttrace.h46 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */

12