|
| static void | fl::third_party::vorbis::add_entry (Codebook *c, uint32 huff_code, int32_t symbol, int32_t count, int32_t len, uint32 *values) FL_NOEXCEPT |
| |
| static uint32_t | fl::third_party::vorbis::bit_reverse (uint32_t n) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::capture_pattern (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::codebook_decode (vorb *f, Codebook *c, float *output, int32_t len) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::codebook_decode_deinterleave_repeat (vorb *f, Codebook *c, float **outputs, int32_t ch, int32_t *c_inter_p, int32_t *p_inter_p, int32_t len, int32_t total_decode) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::codebook_decode_scalar_raw (vorb *f, Codebook *c) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::codebook_decode_start (vorb *f, Codebook *c) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::codebook_decode_step (vorb *f, Codebook *c, float *output, int32_t len, int32_t step) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_accelerated_huffman (Codebook *c) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_bitreverse (int32_t n, uint16 *rev) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::compute_codewords (Codebook *c, uint8 *len, int32_t n, uint32 *values) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_samples (int32_t mask, short *output, int32_t num_c, float **data, int32_t d_offset, int32_t len) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_sorted_huffman (Codebook *c, uint8 *lengths, uint32 *values) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_stereo_samples (short *output, int32_t num_c, float **data, int32_t d_offset, int32_t len) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_twiddle_factors (int32_t n, float *A, float *B, float *C) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::compute_window (int32_t n, float *window) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::convert_channels_short_interleaved (int32_t buf_c, short *buffer, int32_t data_c, float **data, int32_t d_offset, int32_t len) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::convert_samples_short (int32_t buf_c, short **buffer, int32_t b_offset, int32_t data_c, float **data, int32_t d_offset, int32_t samples) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::copy_samples (short *dest, float *src, int32_t len) FL_NOEXCEPT |
| |
| template<typename T> |
| enable_if< is_fixed_point< T >::value, T >::type | fl::third_party::vorbis::cos (T angle) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::crc32_init (void) FL_NOEXCEPT |
| |
| FL_ALWAYS_INLINE uint32 | fl::third_party::vorbis::crc32_update (uint32 crc, uint8 byte) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::decode_residue (vorb *f, float *residue_buffers[], int32_t ch, int32_t n, int32_t rn, uint8 *do_not_decode) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::do_floor (vorb *f, Mapping *map, int32_t i, int32_t n, float *target, YTYPE *finalY, uint8 *step2_flag) FL_NOEXCEPT |
| |
| FL_ALWAYS_INLINE void | fl::third_party::vorbis::draw_line (float *output, int32_t x0, int32_t y0, int32_t x1, int32_t y1, int32_t n) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::error (vorb *f, enum STBVorbisError e) FL_NOEXCEPT |
| |
| template<typename T> |
| enable_if< is_fixed_point< T >::value, T >::type | fl::third_party::vorbis::exp (T x) FL_NOEXCEPT |
| |
| static void * | fl::third_party::vorbis::fl_stbv_temp_alloc_impl (vorb *f, int32_t size) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::fl_stbv_temp_alloc_restore_impl (vorb *f, int32_t saved) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::fl_stbv_temp_alloc_save_impl (vorb *f) FL_NOEXCEPT |
| |
| static float | fl::third_party::vorbis::float32_unpack (uint32 x) FL_NOEXCEPT |
| |
| template<typename T> |
| constexpr enable_if< is_fixed_point< T >::value, T >::type | fl::third_party::vorbis::floor (T x) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::flush_packet (vorb *f) FL_NOEXCEPT |
| |
| void | fl::third_party::vorbis::free (void *ptr) |
| |
| static uint32 | fl::third_party::vorbis::get32 (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::get32_packet (vorb *f) FL_NOEXCEPT |
| |
| static uint8 | fl::third_party::vorbis::get8 (vorb *z) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::get8_packet (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::get8_packet_raw (vorb *f) FL_NOEXCEPT |
| |
| static uint32 | fl::third_party::vorbis::get_bits (vorb *f, int32_t n) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::get_seek_page_info (stb_vorbis *f, ProbedPage *z) FL_NOEXCEPT |
| |
| static StbvTempBuffer & | fl::third_party::vorbis::get_stbv_temp_buffer () FL_NOEXCEPT |
| |
| static float * | fl::third_party::vorbis::get_window (vorb *f, int32_t len) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::getn (vorb *z, uint8 *data, int32_t n) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::go_to_page_before (stb_vorbis *f, uint32_t limit_offset) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::ilog (int32 n) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::imdct_step3_inner_r_loop (int32_t lim, float *e, int32_t d0, int32_t k_off, float *A, int32_t k1) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::imdct_step3_inner_s_loop (int32_t n, float *e, int32_t i_off, int32_t k_off, float *A, int32_t a_off, int32_t k0) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::imdct_step3_inner_s_loop_ld654 (int32_t n, float *e, int32_t i_off, float *A, int32_t base_n) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::imdct_step3_iter0_loop (int32_t n, float *e, int32_t i_off, int32_t k_off, float *A) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::include_in_sort (Codebook *c, uint8 len) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::init_blocksize (vorb *f, int32_t b, int32_t n) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::inverse_mdct (float *buffer, int32_t n, vorb *f, int32_t blocktype) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::is_whole_packet_present (stb_vorbis *f) FL_NOEXCEPT |
| |
| FL_ALWAYS_INLINE void | fl::third_party::vorbis::iter_54 (float *z) FL_NOEXCEPT |
| |
| double | fl::third_party::vorbis::ldexp (double value, int exp) FL_NOEXCEPT |
| |
| double | fl::third_party::vorbis::log (double value) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::lookup1_values (int32_t entries, int32_t dim) FL_NOEXCEPT |
| |
| static void * | fl::third_party::vorbis::make_block_array (void *mem, int32_t count, int32_t size) FL_NOEXCEPT |
| |
| void * | fl::third_party::vorbis::malloc (size_t size) |
| |
| static int32_t | fl::third_party::vorbis::maybe_start_packet (vorb *f) FL_NOEXCEPT |
| |
| int | fl::third_party::vorbis::memcmp (const void *s1, const void *s2, size_t n) FL_NOEXCEPT |
| |
| void * | fl::third_party::vorbis::memcpy (void *dest, const void *src, size_t n) FL_NOEXCEPT |
| |
| void * | fl::third_party::vorbis::memset (void *s, int c, size_t n) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::neighbors (uint16 *x, int32_t n, int32_t *plow, int32_t *phigh) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::next_segment (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::peek_decode_initial (vorb *f, int32_t *p_left_start, int32_t *p_left_end, int32_t *p_right_start, int32_t *p_right_end, int32_t *mode) FL_NOEXCEPT |
| |
| static int | fl::third_party::vorbis::point_compare (const void *p, const void *q) FL_NOEXCEPT |
| |
| template<typename T> |
| enable_if< is_fixed_point< T >::value, T >::type | fl::third_party::vorbis::pow (T base, T exp) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::predict_point (int32_t x, int32_t x0, int32_t x1, int32_t y0, int32_t y1) FL_NOEXCEPT |
| |
| FL_ALWAYS_INLINE void | fl::third_party::vorbis::prep_huffman (vorb *f) FL_NOEXCEPT |
| |
| void | fl::third_party::vorbis::qsort (void *base, size_t nmemb, size_t size, qsort_compare_fn compar) |
| |
| static int32_t | fl::third_party::vorbis::residue_decode (vorb *f, Codebook *book, float *target, int32_t offset, int32_t n, int32_t rtype) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::seek_to_sample_coarse (stb_vorbis *f, uint32 sample_number) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::set_file_offset (stb_vorbis *f, uint32_t loc) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::setup_free (vorb *f, void *p) FL_NOEXCEPT |
| |
| static void * | fl::third_party::vorbis::setup_malloc (vorb *f, int32_t sz) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::setup_temp_free (vorb *f, void *p, int32_t sz) FL_NOEXCEPT |
| |
| static void * | fl::third_party::vorbis::setup_temp_malloc (vorb *f, int32_t sz) FL_NOEXCEPT |
| |
| template<typename T> |
| enable_if< is_fixed_point< T >::value, T >::type | fl::third_party::vorbis::sin (T angle) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::skip (vorb *z, int32_t n) FL_NOEXCEPT |
| |
| static float | fl::third_party::vorbis::square (float x) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::start_decoder (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::start_packet (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::start_page (vorb *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::start_page_no_capturepattern (vorb *f) FL_NOEXCEPT |
| |
| void | fl::third_party::vorbis::stb_vorbis_close (stb_vorbis *p) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_decode_filename (const char *filename, int32_t *channels, int32_t *sample_rate, short **output) |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_decode_frame_pushdata (stb_vorbis *f, const uint8 *data, int32_t data_len, int32_t *channels, float ***output, int32_t *samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_decode_memory (const uint8 *mem, int32_t len, int32_t *channels, int32_t *sample_rate, short **output) FL_NOEXCEPT |
| |
| void | fl::third_party::vorbis::stb_vorbis_flush_pushdata (stb_vorbis *f) FL_NOEXCEPT |
| |
| stb_vorbis_comment | fl::third_party::vorbis::stb_vorbis_get_comment (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_error (stb_vorbis *f) FL_NOEXCEPT |
| |
| uint32_t | fl::third_party::vorbis::stb_vorbis_get_file_offset (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_float (stb_vorbis *f, int32_t *channels, float ***output) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_short (stb_vorbis *f, int32_t num_c, short **buffer, int32_t num_samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_short_interleaved (stb_vorbis *f, int32_t num_c, short *buffer, int32_t num_shorts) FL_NOEXCEPT |
| |
| stb_vorbis_info | fl::third_party::vorbis::stb_vorbis_get_info (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_sample_offset (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_float (stb_vorbis *f, int32_t channels, float **buffer, int32_t num_samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_float_interleaved (stb_vorbis *f, int32_t channels, float *buffer, int32_t num_floats) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_short (stb_vorbis *f, int32_t channels, short **buffer, int32_t len) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_short_interleaved (stb_vorbis *f, int32_t channels, short *buffer, int32_t num_shorts) FL_NOEXCEPT |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_file (fl::FILE *file, int32_t close_on_free, int32_t *error, const stb_vorbis_alloc *alloc) |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_file_section (fl::FILE *file, int32_t close_on_free, int32_t *error, const stb_vorbis_alloc *alloc, uint32_t length) |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_filename (const char *filename, int32_t *error, const stb_vorbis_alloc *alloc) |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_memory (const unsigned char *data, int32_t len, int32_t *error, const stb_vorbis_alloc *alloc) FL_NOEXCEPT |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_pushdata (const unsigned char *data, int32_t data_len, int32_t *data_used, int32_t *error, const stb_vorbis_alloc *alloc) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek (stb_vorbis *f, uint32_t sample_number) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek_frame (stb_vorbis *f, uint32_t sample_number) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek_start (stb_vorbis *f) FL_NOEXCEPT |
| |
| uint32_t | fl::third_party::vorbis::stb_vorbis_stream_length_in_samples (stb_vorbis *f) FL_NOEXCEPT |
| |
| float | fl::third_party::vorbis::stb_vorbis_stream_length_in_seconds (stb_vorbis *f) FL_NOEXCEPT |
| |
| static int | fl::third_party::vorbis::uint32_compare (const void *p, const void *q) FL_NOEXCEPT |
| |
| static stb_vorbis * | fl::third_party::vorbis::vorbis_alloc (stb_vorbis *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_decode_initial (vorb *f, int32_t *p_left_start, int32_t *p_left_end, int32_t *p_right_start, int32_t *p_right_end, int32_t *mode) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_decode_packet (vorb *f, int32_t *len, int32_t *p_left, int32_t *p_right) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_decode_packet_rest (vorb *f, int32_t *len, Mode *m, int32_t left_start, int32_t left_end, int32_t right_start, int32_t right_end, int32_t *p_left) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::vorbis_deinit (stb_vorbis *p) FL_NOEXCEPT |
| |
| static uint32 | fl::third_party::vorbis::vorbis_find_page (stb_vorbis *f, uint32 *end, uint32 *last) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_finish_frame (stb_vorbis *f, int32_t len, int32_t left, int32_t right) FL_NOEXCEPT |
| |
| static void | fl::third_party::vorbis::vorbis_init (stb_vorbis *p, const stb_vorbis_alloc *z) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_pump_first_frame (stb_vorbis *f) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_search_for_page_pushdata (vorb *f, uint8 *data, int32_t data_len) FL_NOEXCEPT |
| |
| static int32_t | fl::third_party::vorbis::vorbis_validate (uint8 *data) FL_NOEXCEPT |
| |