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/
H A 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)<<63)))
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 * (1<<7)) + 0x80))
85 CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, av_clip_int16( lrint(*(const double*)pi * (1<<15))))
86 CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, av_clipl_int32(llrint(*(const double*)pi * (1U<<31))))
87 CONV_FUNC(AV_SAMPLE_FMT_S64, int64_t, AV_SAMPLE_FMT_DBL, llrint(*(const double*)pi * (UINT64_C(1)<<63)))
88 CONV_FUNC(AV_SAMPLE_FMT_FLT, float , AV_SAMPLE_FMT_DBL, *(cons
[all...]
H A Dsoxr_resample.c44 format == AV_SAMPLE_FMT_DBL ? SOXR_FLOAT64_I : (soxr_datatype_t)-1; in create()
H A Ddither.c90 if(in_fmt == AV_SAMPLE_FMT_FLT || in_fmt == AV_SAMPLE_FMT_DBL){ in swri_dither_init()
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c196 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_U8, uint8_t, (*(const uint8_t *)pi - 0x80) * (1.0 / (1 << 7)))
201 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S16, int16_t, *(const int16_t *)pi * (1.0 / (1 << 15)))
206 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_S32, int32_t, *(const int32_t *)pi * (1.0 / (1U << 31)))
211 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_FLT, float, *(const float *)pi)
212 CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8, uint8_t, AV_SAMPLE_FMT_DBL, double, av_clip_uint8( lrint(*(const double *)pi * (1 << 7)) + 0x80))
213 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_DBL, double, av_clip_int16( lrint(*(const double *)pi * (1 << 15))))
214 CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_DBL, double, av_clipl_int32(llrint(*(const double *)pi * (1U << 31))))
215 CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float, AV_SAMPLE_FMT_DBL, double, *(const double *)pi)
216 CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double, AV_SAMPLE_FMT_DBL, doubl
[all...]
H A Doptions.c50 {"dbl", "64-bit double", 0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_DBL }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"},
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c58 PUT_FUNC(dbl, AV_SAMPLE_FMT_DBL, double, v_dbl)
76 case AV_SAMPLE_FMT_DBL: in put_sample()
173 AV_SAMPLE_FMT_DBL,
/third_party/ffmpeg/doc/examples/
H A 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()
H A Ddecode_audio.c53 { AV_SAMPLE_FMT_DBL, "f64be", "f64le" }, in get_format_from_sample_fmt()
/third_party/ffmpeg/libavfilter/
H A 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),
H A Daf_bs2b.c102 AV_SAMPLE_FMT_DBL, in query_formats()
174 case AV_SAMPLE_FMT_DBL: in config_output()
H A Dgenerate_wave_table.c59 case AV_SAMPLE_FMT_DBL: { in ff_generate_wave_table()
H A Daf_crystalizer.c159 case AV_SAMPLE_FMT_DBL: in config_input()
252 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP),
H A Daf_silencedetect.c183 case AV_SAMPLE_FMT_DBL: s->silencedetect = silencedetect_dbl; break; in config_input()
270 FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP,
H A Daf_aphaser.c194 case AV_SAMPLE_FMT_DBL: s->phaser = phaser_dbl; break; in config_output()
266 FILTER_SAMPLEFMTS(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP,
H A Daf_tremolo.c139 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
H A Daf_amultiply.c184 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP),
H A Daf_vibrato.c146 ff_generate_wave_table(WAVE_SIN, AV_SAMPLE_FMT_DBL, s->wave_table, s->wave_table_size, 0.0, s->buf_size - 1, 3.0 * M_PI_2); in config_input()
H A Daf_agate.c245 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
323 AV_SAMPLE_FMT_DBL, in scquery_formats()
H A Daf_sidechaincompress.c304 AV_SAMPLE_FMT_DBL, in query_formats()
434 FILTER_SINGLE_SAMPLEFMT(AV_SAMPLE_FMT_DBL),
H A Daf_volume.c151 AV_SAMPLE_FMT_DBL, in query_formats()
236 case AV_SAMPLE_FMT_DBL: in volume_init()
H A Daf_afade.c66 AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_DBLP,
198 case AV_SAMPLE_FMT_DBL: s->fade_samples = fade_samples_dbl; break; in config_output()
582 case AV_SAMPLE_FMT_DBL: s->crossfade_samples = crossfade_samples_dbl; break; in acrossfade_config_output()
/third_party/ffmpeg/libavutil/
H A Dsamplefmt.h61 AV_SAMPLE_FMT_DBL, ///< double enumerator
H A 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 },
/third_party/ffmpeg/libswresample/tests/
H A 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,
/third_party/ffmpeg/libavformat/
H A Duncodedframecrcenc.c112 case AV_SAMPLE_FMT_DBL: in audio_frame_cksum()

Completed in 13 milliseconds

12