AV_SAMPLE_FMT_FLT  205 doc/examples/demuxing_decoding.c         { AV_SAMPLE_FMT_FLT, "f32be", "f32le" },
AV_SAMPLE_FMT_FLT   43 doc/examples/resampling_audio.c         { AV_SAMPLE_FMT_FLT, "f32be", "f32le" },
AV_SAMPLE_FMT_FLT 1663 libavcodec/alsdec.c         avctx->sample_fmt          = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  174 libavcodec/amrnbdec.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  110 libavcodec/amrwbdec.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT   93 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0 / (1<<7)))
AV_SAMPLE_FMT_FLT   98 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_S16,  *(const int16_t*)pi*(1.0 / (1<<15)))
AV_SAMPLE_FMT_FLT  103 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_S32,  *(const int32_t*)pi*(1.0 / (1U<<31)))
AV_SAMPLE_FMT_FLT  105 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8(  lrintf(*(const float*)pi * (1<<7)) + 0x80))
AV_SAMPLE_FMT_FLT  106 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, av_clip_int16(  lrintf(*(const float*)pi * (1<<15))))
AV_SAMPLE_FMT_FLT  107 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, av_clipl_int32(llrintf(*(const float*)pi * (1U<<31))))
AV_SAMPLE_FMT_FLT  108 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_FLT, *(const float*)pi)
AV_SAMPLE_FMT_FLT  109 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_FLT, *(const float*)pi)
AV_SAMPLE_FMT_FLT  113 libavcodec/audioconvert.c         else CONV(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_DBL, *(const double*)pi)
AV_SAMPLE_FMT_FLT   95 libavcodec/binkaudio.c         avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  234 libavcodec/evrcdec.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT   67 libavcodec/libaacplus.c     aacplus_cfg->inputFormat = avctx->sample_fmt == AV_SAMPLE_FMT_FLT ? AACPLUS_INPUT_FLOAT : AACPLUS_INPUT_16BIT;
AV_SAMPLE_FMT_FLT   50 libavcodec/libopusdec.c     avc->sample_fmt     = avc->request_sample_fmt == AV_SAMPLE_FMT_FLT ?
AV_SAMPLE_FMT_FLT   51 libavcodec/libopusdec.c                           AV_SAMPLE_FMT_FLT : AV_SAMPLE_FMT_S16;
AV_SAMPLE_FMT_FLT  104 libavcodec/libopusdec.c         if (avc->sample_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  156 libavcodec/libopusdec.c         if (avc->sample_fmt == AV_SAMPLE_FMT_FLT) {
AV_SAMPLE_FMT_FLT  341 libavcodec/libopusenc.c     if (avctx->sample_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  114 libavcodec/libtwolame.c         case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT   36 libavcodec/mpegaudiodec_float.c #define OUT_FMT   AV_SAMPLE_FMT_FLT
AV_SAMPLE_FMT_FLT  129 libavcodec/nellymoserdec.c     avctx->sample_fmt = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  544 libavcodec/pcm.c PCM_CODEC  (PCM_F32BE,        AV_SAMPLE_FMT_FLT, pcm_f32be,        "PCM 32-bit floating point big-endian");
AV_SAMPLE_FMT_FLT  545 libavcodec/pcm.c PCM_CODEC  (PCM_F32LE,        AV_SAMPLE_FMT_FLT, pcm_f32le,        "PCM 32-bit floating point little-endian");
AV_SAMPLE_FMT_FLT   92 libavcodec/qcelpdec.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT   77 libavcodec/ra288.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  517 libavcodec/sipr.c     avctx->sample_fmt     = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT 3280 libavcodec/utils.c         [AV_SAMPLE_FMT_FLT ] = { AV_CODEC_ID_PCM_F32LE, AV_CODEC_ID_PCM_F32BE },
AV_SAMPLE_FMT_FLT  448 libavcodec/wmavoice.c     ctx->sample_fmt             = AV_SAMPLE_FMT_FLT;
AV_SAMPLE_FMT_FLT  270 libavdevice/lavfi.c                                                   AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT   97 libavfilter/af_afade.c         AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  211 libavfilter/af_afade.c     case AV_SAMPLE_FMT_FLT:  s->fade_samples = fade_samples_flt;  break;
AV_SAMPLE_FMT_FLT  543 libavfilter/af_amix.c     ff_add_format(&formats, AV_SAMPLE_FMT_FLT);
AV_SAMPLE_FMT_FLT   92 libavfilter/af_aphaser.c         AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  222 libavfilter/af_aphaser.c     case AV_SAMPLE_FMT_FLT:  p->phaser = phaser_flt;  break;
AV_SAMPLE_FMT_FLT  415 libavfilter/af_atempo.c     } else if (atempo->format == AV_SAMPLE_FMT_FLT) {
AV_SAMPLE_FMT_FLT  806 libavfilter/af_atempo.c     } else if (atempo->format == AV_SAMPLE_FMT_FLT) {
AV_SAMPLE_FMT_FLT 1011 libavfilter/af_atempo.c         AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  105 libavfilter/af_bs2b.c         AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  176 libavfilter/af_bs2b.c     case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT  129 libavfilter/af_flanger.c     ff_generate_wave_table(s->wave_shape, AV_SAMPLE_FMT_FLT, s->lfo, s->lfo_length,
AV_SAMPLE_FMT_FLT  328 libavfilter/af_replaygain.c     ff_add_format(&formats, AV_SAMPLE_FMT_FLT);
AV_SAMPLE_FMT_FLT  122 libavfilter/af_silencedetect.c     case AV_SAMPLE_FMT_FLT: s->silencedetect = silencedetect_flt; break;
AV_SAMPLE_FMT_FLT  162 libavfilter/af_silencedetect.c         AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  146 libavfilter/af_volume.c             AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  241 libavfilter/af_volume.c     case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT  434 libavfilter/af_volume.c         } else if (av_get_packed_sample_fmt(vol->sample_fmt) == AV_SAMPLE_FMT_FLT) {
AV_SAMPLE_FMT_FLT   32 libavfilter/audio.h     AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  121 libavfilter/avf_avectorscope.c     static const enum AVSampleFormat sample_fmts[] = { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_NONE };
AV_SAMPLE_FMT_FLT  217 libavfilter/avf_avectorscope.c     case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT  142 libavfilter/avf_showcqt.c     static const enum AVSampleFormat sample_fmts[] = { AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_NONE };
AV_SAMPLE_FMT_FLT   54 libavfilter/generate_wave_table.c         case AV_SAMPLE_FMT_FLT: {
AV_SAMPLE_FMT_FLT  107 libavformat/uncodedframecrcenc.c         case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT   39 libavresample/aarch64/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT   39 libavresample/arm/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  195 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float,   AV_SAMPLE_FMT_U8,  uint8_t, (*(const uint8_t *)pi - 0x80) * (1.0f / (1 << 7)))
AV_SAMPLE_FMT_FLT  200 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float,   AV_SAMPLE_FMT_S16, int16_t,  *(const int16_t *)pi * (1.0f / (1 << 15)))
AV_SAMPLE_FMT_FLT  205 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float,   AV_SAMPLE_FMT_S32, int32_t,  *(const int32_t *)pi * (1.0f / (1U << 31)))
AV_SAMPLE_FMT_FLT  207 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8,  uint8_t, AV_SAMPLE_FMT_FLT, float,   av_clip_uint8(  lrintf(*(const float *)pi * (1  <<  7)) + 0x80))
AV_SAMPLE_FMT_FLT  208 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, float,   av_clip_int16(  lrintf(*(const float *)pi * (1  << 15))))
AV_SAMPLE_FMT_FLT  209 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, float,   av_clipl_int32(llrintf(*(const float *)pi * (1U << 31))))
AV_SAMPLE_FMT_FLT  210 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float,   AV_SAMPLE_FMT_FLT, float,   *(const float *)pi)
AV_SAMPLE_FMT_FLT  211 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, double,  AV_SAMPLE_FMT_FLT, float,   *(const float *)pi)
AV_SAMPLE_FMT_FLT  215 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, float,   AV_SAMPLE_FMT_DBL, double,  *(const double *)pi)
AV_SAMPLE_FMT_FLT  228 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_U8)
AV_SAMPLE_FMT_FLT  233 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16)
AV_SAMPLE_FMT_FLT  238 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32)
AV_SAMPLE_FMT_FLT  240 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8,  AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  241 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  242 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  243 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  244 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  248 libavresample/audio_convert.c     SET_CONV_FUNC_GROUP(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_DBL)
AV_SAMPLE_FMT_FLT   56 libavresample/avresample-test.c PUT_FUNC(flt, AV_SAMPLE_FMT_FLT, float,   v_dbl)
AV_SAMPLE_FMT_FLT   72 libavresample/avresample-test.c     case AV_SAMPLE_FMT_FLT:
AV_SAMPLE_FMT_FLT  166 libavresample/avresample-test.c     AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT   49 libavresample/options.c         {"flt",  "32-bit float",                  0, AV_OPT_TYPE_CONST, {.i64 = AV_SAMPLE_FMT_FLT  }, INT_MIN, INT_MAX, PARAM, "internal_sample_fmt"},
AV_SAMPLE_FMT_FLT  153 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  159 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  161 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  178 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16,
AV_SAMPLE_FMT_FLT  180 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_FLT  182 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  184 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  188 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_FLT  190 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_FLT  202 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  204 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  206 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  210 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_FLT  220 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  224 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16,
AV_SAMPLE_FMT_FLT  226 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  230 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_FLT  232 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  238 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_FLT  240 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_FLT  244 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_FLT  254 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  256 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  258 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT  260 libavresample/x86/audio_convert_init.c         ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT   38 libavutil/samplefmt.c     [AV_SAMPLE_FMT_FLT]  = { .name =  "flt", .bits = 32, .planar = 0, .altform = AV_SAMPLE_FMT_FLTP },
AV_SAMPLE_FMT_FLT   43 libavutil/samplefmt.c     [AV_SAMPLE_FMT_FLTP] = { .name = "fltp", .bits = 32, .planar = 1, .altform = AV_SAMPLE_FMT_FLT  },
AV_SAMPLE_FMT_FLT   58 libswresample/aarch64/audio_convert_init.c         if(out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_FLTP)
AV_SAMPLE_FMT_FLT   58 libswresample/arm/audio_convert_init.c         if(out_fmt == AV_SAMPLE_FMT_S16 && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_FLTP)
AV_SAMPLE_FMT_FLT   57 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)*(1.0f/ (1<<7)))
AV_SAMPLE_FMT_FLT   62 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_S16,  *(const int16_t*)pi*(1.0f/ (1<<15)))
AV_SAMPLE_FMT_FLT   67 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_S32,  *(const int32_t*)pi*(1.0f/ (1U<<31)))
AV_SAMPLE_FMT_FLT   69 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8(  lrintf(*(const float*)pi * (1<<7)) + 0x80))
AV_SAMPLE_FMT_FLT   70 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, av_clip_int16(  lrintf(*(const float*)pi * (1<<15))))
AV_SAMPLE_FMT_FLT   71 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_S32, int32_t, AV_SAMPLE_FMT_FLT, av_clipl_int32(llrintf(*(const float*)pi * (1U<<31))))
AV_SAMPLE_FMT_FLT   72 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_FLT, *(const float*)pi)
AV_SAMPLE_FMT_FLT   73 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_DBL, double , AV_SAMPLE_FMT_FLT, *(const float*)pi)
AV_SAMPLE_FMT_FLT   77 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_FLT, float  , AV_SAMPLE_FMT_DBL, *(const double*)pi)
AV_SAMPLE_FMT_FLT   86 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_U8 ),
AV_SAMPLE_FMT_FLT   91 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16),
AV_SAMPLE_FMT_FLT   96 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S32),
AV_SAMPLE_FMT_FLT   98 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_U8 , AV_SAMPLE_FMT_FLT),
AV_SAMPLE_FMT_FLT   99 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLT),
AV_SAMPLE_FMT_FLT  100 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_FLT),
AV_SAMPLE_FMT_FLT  101 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLT),
AV_SAMPLE_FMT_FLT  102 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_DBL, AV_SAMPLE_FMT_FLT),
AV_SAMPLE_FMT_FLT  106 libswresample/audioconvert.c     FMT_PAIR_FUNC(AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_DBL),
AV_SAMPLE_FMT_FLT   86 libswresample/dither.c     if(in_fmt == AV_SAMPLE_FMT_FLT || in_fmt == AV_SAMPLE_FMT_DBL){
AV_SAMPLE_FMT_FLT  322 libswresample/rematrix.c     } else if (   av_get_packed_sample_fmt(s->out_sample_fmt) < AV_SAMPLE_FMT_FLT
AV_SAMPLE_FMT_FLT  323 libswresample/rematrix.c                || av_get_packed_sample_fmt(s->int_sample_fmt) < AV_SAMPLE_FMT_FLT) {
AV_SAMPLE_FMT_FLT   42 libswresample/soxr_resample.c         format == AV_SAMPLE_FMT_FLT ? SOXR_FLOAT32_I :
AV_SAMPLE_FMT_FLT   52 libswresample/swresample-test.c     case AV_SAMPLE_FMT_FLT: return ((const float  *)p)[index];
AV_SAMPLE_FMT_FLT   71 libswresample/swresample-test.c     case AV_SAMPLE_FMT_FLT: ((float  *)p)[index]= v;                                      break;
AV_SAMPLE_FMT_FLT   93 libswresample/swresample-test.c     AV_SAMPLE_FMT_FLT,
AV_SAMPLE_FMT_FLT   59 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT   65 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT   68 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLTP  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S32)
AV_SAMPLE_FMT_FLT   73 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT   75 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S16 || out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S16P)
AV_SAMPLE_FMT_FLT   77 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_S32  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_FLTP)
AV_SAMPLE_FMT_FLT   79 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_S16  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S16P && in_fmt == AV_SAMPLE_FMT_FLTP)
AV_SAMPLE_FMT_FLT   83 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT   92 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLTP  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S32)
AV_SAMPLE_FMT_FLT  101 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  105 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S16P)
AV_SAMPLE_FMT_FLT  111 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_S32P  && in_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  115 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_S16P  && in_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  119 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  126 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_S32P  && in_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  130 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  132 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  149 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32 || out_fmt == AV_SAMPLE_FMT_FLTP && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  152 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  154 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  159 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLTP  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_S32)
AV_SAMPLE_FMT_FLT  163 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_S32P  && in_fmt == AV_SAMPLE_FMT_FLT)
AV_SAMPLE_FMT_FLT  167 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_FLTP || out_fmt == AV_SAMPLE_FMT_S32 && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  169 libswresample/x86/audio_convert_init.c             if(   out_fmt == AV_SAMPLE_FMT_FLT  && in_fmt == AV_SAMPLE_FMT_S32P)
AV_SAMPLE_FMT_FLT  176 libswresample/x86/audio_convert_init.c         if(   out_fmt == AV_SAMPLE_FMT_S32  && in_fmt == AV_SAMPLE_FMT_FLT || out_fmt == AV_SAMPLE_FMT_S32P && in_fmt == AV_SAMPLE_FMT_FLTP)