Home
last modified time | relevance | path

Searched refs:AV_SAMPLE_FMT_DBL (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ffmpeg/libswresample/
Daudioconvert.c59 CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)…
65 CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_S16, *(const int16_t*)pi*(1.0 / (1<<15)))
71 CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_S32, *(const int32_t*)pi*(1.0 / (1U<<31)))
77 CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_S64, *(const int64_t*)pi*(1.0 / (UINT64_C(1)<<…
83 CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_FLT, *(const float*)pi)
84 CONV_FUNC(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_DBL, av_clip_uint8( lrint(*(const double*)pi *…
85 CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, av_clip_int16( lrint(*(const double*)pi *…
86 CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, av_clipl_int32(llrint(*(const double*)pi *…
87 CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_DBL, llrint(*(const double*)pi * (UINT64_C(1)<<…
88 CONV_FUNC(AV_SAMPLE_FMT_FLT, float , AV_SAMPLE_FMT_DBL, *(const double*)pi)
[all …]
Dsoxr_resample.c44 format == AV_SAMPLE_FMT_DBL ? SOXR_FLOAT64_I : (soxr_datatype_t)-1; in create()
Ddither.c90 if(in_fmt == AV_SAMPLE_FMT_FLT || in_fmt == AV_SAMPLE_FMT_DBL){ in swri_dither_init()
/third_party/ffmpeg/libavresample/
Daudio_convert.c196 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_U8, uint8_t, (*(const uint8_t *)pi - 0x8…
201 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *)pi * (1.…
206 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S32, int32_t, *(const int32_t *)pi * (1.…
211 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_FLT, float, *(const float *)pi) in CONV_FUNC_GROUP()
212 CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_DBL, double, av_clip_uint8( lrint(*(con… in CONV_FUNC_GROUP()
213 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, double, av_clip_int16( lrint(*(con… in CONV_FUNC_GROUP()
214 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, double, av_clipl_int32(llrint(*(con… in CONV_FUNC_GROUP()
215 CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_DBL, double, *(const double *)pi) in CONV_FUNC_GROUP()
216 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_DBL, double, *(const double *)pi) in CONV_FUNC_GROUP()
229 SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_U8)
[all …]
Doptions.c50 …{"dbl", "64-bit double", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_DBL }, INT_…
/third_party/ffmpeg/libavresample/tests/
Davresample.c58 PUT_FUNC(dbl, AV_SAMPLE_FMT_DBL, double, v_dbl) in PUT_FUNC()
76 case AV_SAMPLE_FMT_DBL: in PUT_FUNC()
173 AV_SAMPLE_FMT_DBL, enumerator
/third_party/ffmpeg/libavfilter/
Daf_acontrast.c128 case AV_SAMPLE_FMT_DBL: s->filter = filter_dbl; break; in config_input()
187 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP),
Daf_bs2b.c102 AV_SAMPLE_FMT_DBL, in query_formats() enumerator
174 case AV_SAMPLE_FMT_DBL: in config_output()
Dgenerate_wave_table.c59 case AV_SAMPLE_FMT_DBL: { in ff_generate_wave_table()
Daf_crystalizer.c159 case AV_SAMPLE_FMT_DBL: in config_input()
252 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP),
Daf_aphaser.c194 case AV_SAMPLE_FMT_DBL: s->phaser = phaser_dbl; break; in PHASER_PLANAR()
266 FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP,
Daf_silencedetect.c183 case AV_SAMPLE_FMT_DBL: s->silencedetect = silencedetect_dbl; break; in SILENCE_DETECT()
270 FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP,
Daf_agate.c245 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
323 AV_SAMPLE_FMT_DBL, in scquery_formats() enumerator
Daf_tremolo.c139 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
Daf_afade.c66 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP, enumerator
198 case AV_SAMPLE_FMT_DBL: s->fade_samples = fade_samples_dbl; break; in FADE_PLANAR()
582 case AV_SAMPLE_FMT_DBL: s->crossfade_samples = crossfade_samples_dbl; break; in acrossfade_config_output()
Daf_volume.c151 AV_SAMPLE_FMT_DBL, in query_formats()
236 case AV_SAMPLE_FMT_DBL: in volume_init()
Daf_sidechaincompress.c304 AV_SAMPLE_FMT_DBL, in query_formats() enumerator
434 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
Daf_amultiply.c184 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP),
Daf_vibrato.c146 …ff_generate_wave_table(WAVE_SIN, AV_SAMPLE_FMT_DBL, s->wave_table, s->wave_table_size, 0.0, s->buf… in config_input()
/third_party/ffmpeg/doc/examples/
Dresampling_audio.c44 { AV_SAMPLE_FMT_DBL, "f64be", "f64le" }, in get_format_from_sample_fmt()
89 enum AVSampleFormat src_sample_fmt = AV_SAMPLE_FMT_DBL, dst_sample_fmt = AV_SAMPLE_FMT_S16; in main()
Ddecode_audio.c53 { AV_SAMPLE_FMT_DBL, "f64be", "f64le" }, in get_format_from_sample_fmt()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c54 case AV_SAMPLE_FMT_DBL: return ((const double *)p)[index]; in get()
73 case AV_SAMPLE_FMT_DBL: ((double *)p)[index]= v; break; in set()
100 AV_SAMPLE_FMT_DBL, enumerator
/third_party/ffmpeg/libavutil/
Dsamplefmt.c42 … [AV_SAMPLE_FMT_DBL] = { .name = "dbl", .bits = 64, .planar = 0, .altform = AV_SAMPLE_FMT_DBLP },
48 … [AV_SAMPLE_FMT_DBLP] = { .name = "dblp", .bits = 64, .planar = 1, .altform = AV_SAMPLE_FMT_DBL },
Dsamplefmt.h61 AV_SAMPLE_FMT_DBL, ///< double enumerator
/third_party/ffmpeg/libavformat/
Duncodedframecrcenc.c112 case AV_SAMPLE_FMT_DBL: in audio_frame_cksum()

12