#include <fmtconvert.h>
Definition at line 28 of file fmtconvert.h.
Convert multiple arrays of float to an array of interleaved float.
Referenced by aac_decode_frame_int(), ac3_decode_frame(), atrac1_decode_frame(), atrac3_decode_frame(), dca_decode_frame(), decode_frame(), ff_fmt_convert_init(), ff_fmt_convert_init_x86(), and vorbis_decode_frame().
Convert an array of float to an array of int16_t.
Convert floats from in the range [-32768.0,32767.0] to ints without rescaling
Referenced by ff_fmt_convert_init(), ff_fmt_convert_init_altivec(), ff_fmt_convert_init_arm(), ff_fmt_convert_init_mips(), and ff_fmt_convert_init_x86().
Convert multiple arrays of float to an interleaved array of int16_t.
Convert floats from in the range [-32768.0,32767.0] to ints without rescaling
Referenced by aac_decode_frame_int(), ac3_decode_frame(), atrac3_decode_frame(), dca_decode_frame(), ff_fmt_convert_init(), ff_fmt_convert_init_altivec(), ff_fmt_convert_init_arm(), ff_fmt_convert_init_mips(), ff_fmt_convert_init_x86(), vorbis_decode_frame(), and wma_decode_frame().
Convert an array of int32_t to float and multiply by a float value.
Referenced by dca_subsubframe(), decode_audio_block(), ff_fmt_convert_init(), ff_fmt_convert_init_altivec(), ff_fmt_convert_init_arm(), ff_fmt_convert_init_mips(), and ff_fmt_convert_init_x86().