Home
last modified time | relevance | path

Searched refs:oversample (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_asoftclip.c46 int oversample; member
79 …{ "oversample", "set oversample factor", OFFSET(oversample), AV_OPT_TYPE_INT, {.i64=1}, 1, 32, F },
313 if (s->oversample <= 1) in config_input()
326 av_opt_set_int(s->up_ctx, "out_sample_rate", inlink->sample_rate * s->oversample, 0); in config_input()
330 av_opt_set_int(s->down_ctx, "in_sample_rate", inlink->sample_rate * s->oversample, 0); in config_input()
399 if (s->oversample > 1) { in filter_frame()
400 s->frame = ff_get_audio_buffer(outlink, in->nb_samples * s->oversample); in filter_frame()
406 … ret = swr_convert(s->up_ctx, (uint8_t**)s->frame->extended_data, in->nb_samples * s->oversample, in filter_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c533 gint oversample = resampler->oversample; \
538 pos = phase * oversample; \
539 offset = (oversample - 1) - pos / n_phases; \
577 gint oversample = resampler->oversample; \
580 pos = *samp_phase * oversample; \
581 offset = (oversample - 1) - pos / out_rate; \
1069 gint n_taps, oversample; in resampler_calculate_taps() local
1126 oversample = GET_OPT_FILTER_OVERSAMPLE (resampler->options); in resampler_calculate_taps()
1127 while (oversample > 1) { in resampler_calculate_taps()
1132 oversample >>= 1; in resampler_calculate_taps()
[all …]
Daudio-resampler-private.h79 gint oversample; member
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument
3978 if (!oversample) in stbtt__oversample_shift()
3985 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument
3978 if (!oversample) in stbtt__oversample_shift()
3985 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h3944 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift() argument
3946 if (!oversample) in stbtt__oversample_shift()
3953 return (float)-(oversample - 1) / (2.0f * (float)oversample); in stbtt__oversample_shift()
/third_party/skia/third_party/externals/imgui/docs/
DFONTS.md159 5. Read about oversampling [here](https://github.com/nothings/stb/blob/master/tests/oversample).
/third_party/typescript/lib/
Dlib.dom.d.ts1954 oversample?: OverSampleType; property
16434 oversample: OverSampleType; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts1934 oversample?: OverSampleType; property
16414 oversample: OverSampleType; property
/third_party/typescript/tests/lib/
Dlib.d.ts14932 oversample: string; property
/third_party/ffmpeg/doc/
Dfilters.texi2536 @item oversample