SYMBOL INDEX (1108 symbols across 162 files) FILE: 3rdParty/equalizer/eq.cpp function init_equliazer (line 30) | void init_equliazer(int nBand) function uninit_equliazer (line 43) | void uninit_equliazer() function set_eq_value (line 49) | void set_eq_value(float value, int index, int chn) function do_equliazer (line 66) | int do_equliazer(short * d, int length, int srate, int nch) FILE: 3rdParty/equalizer/iir.h type sample_t (line 51) | typedef double sample_t; type sample_t (line 52) | typedef sample_t level_t; FILE: 3rdParty/equalizer/iir_cfs.cpp function sIIRCoefficients (line 125) | sIIRCoefficients* get_coeffs(int *bands, int sfreq, bool use_xmms_origin... function find_f1_and_f2 (line 163) | static void find_f1_and_f2(double f0, double octave_percent, double *f1,... function find_root (line 172) | static int find_root(double a, double b, double c, double *x0) { function calc_coeffs (line 186) | void calc_coeffs() FILE: 3rdParty/equalizer/iir_cfs.h type sIIRCoefficients (line 28) | typedef struct FILE: 3rdParty/equalizer/iir_fpu.cpp function get_eq_band_count (line 62) | int get_eq_band_count() function set_preamp (line 66) | void set_preamp(int chn, double val) function init_iir (line 72) | void init_iir(int nBand) function set_gain (line 90) | void set_gain(int index, int chn, double val, float rawValue) function get_eq_value (line 96) | float get_eq_value(int index , int chn) function clean_history (line 101) | void clean_history() function iir (line 116) | int iir(short * d, int length, int srate, int nch) FILE: 3rdParty/equalizer/iir_fpu.h type sXYData (line 31) | typedef struct FILE: 3rdParty/libmad/include/bit.c function mad_bit_init (line 88) | void mad_bit_init(struct mad_bitptr *bitptr, unsigned char const *byte) function mad_bit_length (line 99) | unsigned int mad_bit_length(struct mad_bitptr const *begin, type mad_bitptr (line 110) | struct mad_bitptr function mad_bit_skip (line 119) | void mad_bit_skip(struct mad_bitptr *bitptr, unsigned int len) function mad_bit_read (line 137) | unsigned long mad_bit_read(struct mad_bitptr *bitptr, unsigned int len) function mad_bit_write (line 182) | void mad_bit_write(struct mad_bitptr *bitptr, unsigned int len, function mad_bit_crc (line 197) | unsigned short mad_bit_crc(struct mad_bitptr bitptr, unsigned int len, FILE: 3rdParty/libmad/include/bit.h type mad_bitptr (line 25) | struct mad_bitptr { type mad_bitptr (line 31) | struct mad_bitptr type mad_bitptr (line 35) | struct mad_bitptr type mad_bitptr (line 36) | struct mad_bitptr type mad_bitptr (line 39) | struct mad_bitptr type mad_bitptr (line 41) | struct mad_bitptr type mad_bitptr (line 42) | struct mad_bitptr type mad_bitptr (line 43) | struct mad_bitptr type mad_bitptr (line 45) | struct mad_bitptr FILE: 3rdParty/libmad/include/decoder.c function mad_decoder_init (line 59) | void mad_decoder_init(struct mad_decoder *decoder, void *data, function mad_decoder_finish (line 96) | int mad_decoder_finish(struct mad_decoder *decoder) function send_io (line 128) | static function receive_io (line 149) | static function receive_io_blocking (line 172) | static function send (line 197) | static function receive (line 214) | static function check_message (line 264) | static function error_default (line 295) | static function run_sync (line 315) | static function run_async (line 466) | static function mad_decoder_run (line 533) | int mad_decoder_run(struct mad_decoder *decoder, enum mad_decoder_mode m... function mad_decoder_message (line 569) | int mad_decoder_message(struct mad_decoder *decoder, FILE: 3rdParty/libmad/include/decoder.h type mad_decoder_mode (line 29) | enum mad_decoder_mode { type mad_flow (line 34) | enum mad_flow { type mad_decoder (line 41) | struct mad_decoder { type mad_decoder (line 70) | struct mad_decoder type mad_flow (line 71) | enum mad_flow type mad_stream (line 71) | struct mad_stream type mad_flow (line 72) | enum mad_flow type mad_header (line 72) | struct mad_header type mad_flow (line 73) | enum mad_flow type mad_stream (line 74) | struct mad_stream type mad_frame (line 75) | struct mad_frame type mad_flow (line 76) | enum mad_flow type mad_header (line 77) | struct mad_header type mad_pcm (line 78) | struct mad_pcm type mad_flow (line 79) | enum mad_flow type mad_stream (line 80) | struct mad_stream type mad_frame (line 81) | struct mad_frame type mad_flow (line 82) | enum mad_flow type mad_decoder (line 83) | struct mad_decoder type mad_decoder (line 88) | struct mad_decoder type mad_decoder_mode (line 88) | enum mad_decoder_mode type mad_decoder (line 89) | struct mad_decoder FILE: 3rdParty/libmad/include/fixed.c function mad_fixed_t (line 34) | mad_fixed_t mad_f_abs(mad_fixed_t x) function mad_fixed_t (line 43) | mad_fixed_t mad_f_div(mad_fixed_t x, mad_fixed_t y) FILE: 3rdParty/libmad/include/fixed.h type mad_fixed_t (line 26) | typedef signed int mad_fixed_t; type mad_fixed64hi_t (line 28) | typedef signed int mad_fixed64hi_t; type mad_fixed64lo_t (line 29) | typedef unsigned int mad_fixed64lo_t; type mad_fixed_t (line 31) | typedef signed long mad_fixed_t; type mad_fixed64hi_t (line 33) | typedef signed long mad_fixed64hi_t; type mad_fixed64lo_t (line 34) | typedef unsigned long mad_fixed64lo_t; type mad_sample_t (line 44) | typedef double mad_sample_t; type mad_fixed_t (line 46) | typedef mad_fixed_t mad_sample_t; FILE: 3rdParty/libmad/include/frame.c type mad_stream (line 58) | struct mad_stream type mad_frame (line 58) | struct mad_frame function mad_header_init (line 68) | void mad_header_init(struct mad_header *header) function mad_frame_init (line 91) | void mad_frame_init(struct mad_frame *frame) function mad_frame_finish (line 105) | void mad_frame_finish(struct mad_frame *frame) function decode_header (line 119) | static function free_bitrate (line 238) | static function mad_header_decode (line 300) | int mad_header_decode(struct mad_header *header, struct mad_stream *stream) function mad_frame_decode (line 438) | int mad_frame_decode(struct mad_frame *frame, struct mad_stream *stream) function mad_frame_mute (line 484) | void mad_frame_mute(struct mad_frame *frame) FILE: 3rdParty/libmad/include/frame.h type mad_layer (line 29) | enum mad_layer { type mad_mode (line 35) | enum mad_mode { type mad_emphasis (line 42) | enum mad_emphasis { type mad_header (line 49) | struct mad_header { type mad_frame (line 67) | struct mad_frame { type mad_header (line 105) | struct mad_header type mad_header (line 109) | struct mad_header type mad_stream (line 109) | struct mad_stream type mad_frame (line 111) | struct mad_frame type mad_frame (line 112) | struct mad_frame type mad_frame (line 114) | struct mad_frame type mad_stream (line 114) | struct mad_stream type mad_frame (line 116) | struct mad_frame FILE: 3rdParty/libmad/include/huffman.c type hufftable (line 3076) | struct hufftable FILE: 3rdParty/libmad/include/huffman.h type hufftable (line 57) | struct hufftable { type hufftable (line 64) | struct hufftable FILE: 3rdParty/libmad/include/layer12.c function mad_fixed_t (line 74) | static function mad_layer_I (line 104) | int mad_layer_I(struct mad_stream *stream, struct mad_frame *frame) type quantclass (line 266) | struct quantclass { function II_samples (line 280) | static function mad_layer_II (line 331) | int mad_layer_II(struct mad_stream *stream, struct mad_frame *frame) FILE: 3rdParty/libmad/include/layer12.h type mad_stream (line 28) | struct mad_stream type mad_frame (line 28) | struct mad_frame type mad_stream (line 29) | struct mad_stream type mad_frame (line 29) | struct mad_frame FILE: 3rdParty/libmad/include/layer3.c type sideinfo (line 62) | struct sideinfo { type fixedfloat (line 333) | struct fixedfloat { function III_sideinfo (line 507) | static function III_scalefactors_lsf (line 598) | static function III_scalefactors (line 713) | static function III_exponents (line 811) | static function mad_fixed_t (line 882) | static function III_huffdecode (line 932) | static function III_reorder (line 1280) | static function III_stereo (line 1327) | static function III_aliasreduce (line 1540) | static function fastsdct (line 1579) | static function sdctII (line 1647) | static inline function dctIV (line 1692) | static inline function imdct36 (line 1736) | static inline function imdct36 (line 1769) | static inline function III_imdct_l (line 2061) | static function III_imdct_s (line 2148) | static function III_overlap (line 2227) | static function III_overlap_z (line 2275) | static inline function III_freqinver (line 2315) | static function III_decode (line 2349) | static function mad_layer_III (line 2516) | int mad_layer_III(struct mad_stream *stream, struct mad_frame *frame) FILE: 3rdParty/libmad/include/layer3.h type mad_stream (line 28) | struct mad_stream type mad_frame (line 28) | struct mad_frame FILE: 3rdParty/libmad/include/mad.h type mad_fixed_t (line 71) | typedef signed int mad_fixed_t; type mad_fixed64hi_t (line 73) | typedef signed int mad_fixed64hi_t; type mad_fixed64lo_t (line 74) | typedef unsigned int mad_fixed64lo_t; type mad_fixed_t (line 76) | typedef signed long mad_fixed_t; type mad_fixed64hi_t (line 78) | typedef signed long mad_fixed64hi_t; type mad_fixed64lo_t (line 79) | typedef unsigned long mad_fixed64lo_t; type mad_sample_t (line 89) | typedef double mad_sample_t; type mad_fixed_t (line 91) | typedef mad_fixed_t mad_sample_t; type mad_bitptr (line 551) | struct mad_bitptr { type mad_bitptr (line 557) | struct mad_bitptr type mad_bitptr (line 561) | struct mad_bitptr type mad_bitptr (line 562) | struct mad_bitptr type mad_bitptr (line 565) | struct mad_bitptr type mad_bitptr (line 567) | struct mad_bitptr type mad_bitptr (line 568) | struct mad_bitptr type mad_bitptr (line 569) | struct mad_bitptr type mad_bitptr (line 571) | struct mad_bitptr type mad_timer_t (line 580) | typedef struct { type mad_units (line 589) | enum mad_units { type mad_units (line 650) | enum mad_units type mad_units (line 653) | enum mad_units type mad_units (line 653) | enum mad_units type mad_error (line 666) | enum mad_error { type mad_stream (line 697) | struct mad_stream { type mad_stream (line 730) | struct mad_stream type mad_stream (line 731) | struct mad_stream type mad_stream (line 736) | struct mad_stream type mad_stream (line 738) | struct mad_stream type mad_stream (line 740) | struct mad_stream type mad_stream (line 742) | struct mad_stream type mad_layer (line 752) | enum mad_layer { type mad_mode (line 758) | enum mad_mode { type mad_emphasis (line 765) | enum mad_emphasis { type mad_header (line 772) | struct mad_header { type mad_frame (line 790) | struct mad_frame { type mad_header (line 828) | struct mad_header type mad_header (line 832) | struct mad_header type mad_stream (line 832) | struct mad_stream type mad_frame (line 834) | struct mad_frame type mad_frame (line 835) | struct mad_frame type mad_frame (line 837) | struct mad_frame type mad_stream (line 837) | struct mad_stream type mad_frame (line 839) | struct mad_frame type mad_pcm (line 849) | struct mad_pcm { type mad_synth (line 856) | struct mad_synth { type mad_synth (line 882) | struct mad_synth type mad_synth (line 886) | struct mad_synth type mad_synth (line 888) | struct mad_synth type mad_frame (line 888) | struct mad_frame type mad_decoder_mode (line 898) | enum mad_decoder_mode { type mad_flow (line 903) | enum mad_flow { type mad_decoder (line 910) | struct mad_decoder { type mad_decoder (line 939) | struct mad_decoder type mad_flow (line 940) | enum mad_flow type mad_stream (line 940) | struct mad_stream type mad_flow (line 941) | enum mad_flow type mad_header (line 941) | struct mad_header type mad_flow (line 942) | enum mad_flow type mad_stream (line 943) | struct mad_stream type mad_frame (line 944) | struct mad_frame type mad_flow (line 945) | enum mad_flow type mad_header (line 946) | struct mad_header type mad_pcm (line 947) | struct mad_pcm type mad_flow (line 948) | enum mad_flow type mad_stream (line 949) | struct mad_stream type mad_frame (line 950) | struct mad_frame type mad_flow (line 951) | enum mad_flow type mad_decoder (line 952) | struct mad_decoder type mad_decoder (line 957) | struct mad_decoder type mad_decoder_mode (line 957) | enum mad_decoder_mode type mad_decoder (line 958) | struct mad_decoder FILE: 3rdParty/libmad/include/stream.c function mad_stream_init (line 37) | void mad_stream_init(struct mad_stream *stream) function mad_stream_finish (line 64) | void mad_stream_finish(struct mad_stream *stream) function mad_stream_buffer (line 79) | void mad_stream_buffer(struct mad_stream *stream, function mad_stream_skip (line 97) | void mad_stream_skip(struct mad_stream *stream, unsigned long length) function mad_stream_sync (line 106) | int mad_stream_sync(struct mad_stream *stream) type mad_stream (line 129) | struct mad_stream FILE: 3rdParty/libmad/include/stream.h type mad_error (line 30) | enum mad_error { type mad_stream (line 61) | struct mad_stream { type mad_stream (line 94) | struct mad_stream type mad_stream (line 95) | struct mad_stream type mad_stream (line 100) | struct mad_stream type mad_stream (line 102) | struct mad_stream type mad_stream (line 104) | struct mad_stream type mad_stream (line 106) | struct mad_stream FILE: 3rdParty/libmad/include/synth.c function mad_synth_init (line 36) | void mad_synth_init(struct mad_synth *synth) function mad_synth_mute (line 51) | void mad_synth_mute(struct mad_synth *synth) function dct32 (line 122) | static type mad_synth (line 550) | struct mad_synth type mad_frame (line 550) | struct mad_frame function synth_full (line 557) | static function synth_half (line 694) | static function mad_synth_frame (line 832) | void mad_synth_frame(struct mad_synth *synth, struct mad_frame const *fr... FILE: 3rdParty/libmad/include/synth.h type mad_pcm (line 28) | struct mad_pcm { type mad_synth (line 35) | struct mad_synth { type mad_synth (line 61) | struct mad_synth type mad_synth (line 65) | struct mad_synth type mad_synth (line 67) | struct mad_synth type mad_frame (line 67) | struct mad_frame FILE: 3rdParty/libmad/include/timer.c function mad_timer_compare (line 42) | int mad_timer_compare(mad_timer_t timer1, mad_timer_t timer2) function mad_timer_negate (line 65) | void mad_timer_negate(mad_timer_t *timer) function mad_timer_t (line 79) | mad_timer_t mad_timer_abs(mad_timer_t timer) function reduce_timer (line 91) | static function gcd (line 102) | static function reduce_rational (line 120) | static function scale_rational (line 137) | static function mad_timer_set (line 158) | void mad_timer_set(mad_timer_t *timer, unsigned long seconds, function mad_timer_add (line 230) | void mad_timer_add(mad_timer_t *timer, mad_timer_t incr) function mad_timer_multiply (line 243) | void mad_timer_multiply(mad_timer_t *timer, signed long scalar) function mad_timer_count (line 270) | signed long mad_timer_count(mad_timer_t timer, enum mad_units units) function mad_timer_fraction (line 324) | unsigned long mad_timer_fraction(mad_timer_t timer, unsigned long denom) function mad_timer_string (line 345) | void mad_timer_string(mad_timer_t timer, FILE: 3rdParty/libmad/include/timer.h type mad_timer_t (line 25) | typedef struct { type mad_units (line 34) | enum mad_units { type mad_units (line 95) | enum mad_units type mad_units (line 98) | enum mad_units type mad_units (line 98) | enum mad_units FILE: 3rdParty/libogg/include/ogg.h type oggpack_buffer (line 27) | typedef struct { type ogg_page (line 38) | typedef struct { type ogg_stream_state (line 48) | typedef struct { type ogg_packet (line 85) | typedef struct { type ogg_sync_state (line 100) | typedef struct { FILE: 3rdParty/libogg/include/os_types.h type _G_int64_t (line 31) | typedef _G_int64_t ogg_int64_t; type _G_int32_t (line 32) | typedef _G_int32_t ogg_int32_t; type _G_uint32_t (line 33) | typedef _G_uint32_t ogg_uint32_t; type _G_int16_t (line 34) | typedef _G_int16_t ogg_int16_t; type _G_uint16_t (line 35) | typedef _G_uint16_t ogg_uint16_t; type ogg_int16_t (line 37) | typedef short ogg_int16_t; type ogg_uint16_t (line 38) | typedef unsigned short ogg_uint16_t; type ogg_int32_t (line 39) | typedef int ogg_int32_t; type ogg_uint32_t (line 40) | typedef unsigned int ogg_uint32_t; type ogg_int64_t (line 41) | typedef long long ogg_int64_t; type ogg_uint64_t (line 42) | typedef unsigned long long ogg_uint64_t; type ogg_int64_t (line 44) | typedef long long ogg_int64_t; type ogg_int32_t (line 45) | typedef int ogg_int32_t; type ogg_uint32_t (line 46) | typedef unsigned int ogg_uint32_t; type ogg_int16_t (line 47) | typedef short ogg_int16_t; type ogg_uint16_t (line 48) | typedef unsigned short ogg_uint16_t; type __int64 (line 51) | typedef __int64 ogg_int64_t; type __int32 (line 52) | typedef __int32 ogg_int32_t; type ogg_uint32_t (line 53) | typedef unsigned __int32 ogg_uint32_t; type __int16 (line 54) | typedef __int16 ogg_int16_t; type ogg_uint16_t (line 55) | typedef unsigned __int16 ogg_uint16_t; type SInt16 (line 61) | typedef SInt16 ogg_int16_t; type UInt16 (line 62) | typedef UInt16 ogg_uint16_t; type SInt32 (line 63) | typedef SInt32 ogg_int32_t; type UInt32 (line 64) | typedef UInt32 ogg_uint32_t; type SInt64 (line 65) | typedef SInt64 ogg_int64_t; type ogg_int16_t (line 70) | typedef int16_t ogg_int16_t; type u_int16_t (line 71) | typedef u_int16_t ogg_uint16_t; type ogg_int32_t (line 72) | typedef int32_t ogg_int32_t; type u_int32_t (line 73) | typedef u_int32_t ogg_uint32_t; type ogg_int64_t (line 74) | typedef int64_t ogg_int64_t; type ogg_int16_t (line 80) | typedef int16_t ogg_int16_t; type u_int16_t (line 81) | typedef u_int16_t ogg_uint16_t; type ogg_int32_t (line 82) | typedef int32_t ogg_int32_t; type u_int32_t (line 83) | typedef u_int32_t ogg_uint32_t; type ogg_int64_t (line 84) | typedef int64_t ogg_int64_t; type ogg_int16_t (line 89) | typedef short ogg_int16_t; type ogg_uint16_t (line 90) | typedef unsigned short ogg_uint16_t; type ogg_int32_t (line 91) | typedef int ogg_int32_t; type ogg_uint32_t (line 92) | typedef unsigned int ogg_uint32_t; type ogg_int64_t (line 93) | typedef long long ogg_int64_t; type ogg_int16_t (line 98) | typedef short ogg_int16_t; type ogg_int32_t (line 99) | typedef int ogg_int32_t; type ogg_uint32_t (line 100) | typedef unsigned int ogg_uint32_t; type ogg_int64_t (line 101) | typedef long long ogg_int64_t; type ogg_int64_t (line 106) | typedef long ogg_int64_t; type ogg_int32_t (line 107) | typedef int ogg_int32_t; type ogg_uint32_t (line 108) | typedef unsigned ogg_uint32_t; type ogg_int16_t (line 109) | typedef short ogg_int16_t; type ogg_int16_t (line 114) | typedef signed short ogg_int16_t; type ogg_uint16_t (line 115) | typedef unsigned short ogg_uint16_t; type ogg_int32_t (line 116) | typedef signed int ogg_int32_t; type ogg_uint32_t (line 117) | typedef unsigned int ogg_uint32_t; type ogg_int64_t (line 118) | typedef long long int ogg_int64_t; FILE: 3rdParty/libvorbis/include/analysis.c function vorbis_analysis (line 32) | int vorbis_analysis(vorbis_block *vb, ogg_packet *op){ function _analysis_output_always (line 69) | void _analysis_output_always(char *base,int i,float *v,int n,int bark,in... function _analysis_output (line 105) | void _analysis_output(char *base,int i,float *v,int n,int bark,int dB, FILE: 3rdParty/libvorbis/include/backends.h type vorbis_func_floor (line 30) | typedef struct{ type vorbis_info_floor0 (line 41) | typedef struct{ type vorbis_info_floor1 (line 61) | typedef struct{ type vorbis_func_residue (line 88) | typedef struct{ type vorbis_info_residue0 (line 104) | typedef struct vorbis_info_residue0{ type vorbis_func_mapping (line 122) | typedef struct{ type vorbis_info_mapping0 (line 131) | typedef struct vorbis_info_mapping0{ FILE: 3rdParty/libvorbis/include/bitrate.c function vorbis_bitrate_init (line 29) | void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bm){ function vorbis_bitrate_clear (line 59) | void vorbis_bitrate_clear(bitrate_manager_state *bm){ function vorbis_bitrate_managed (line 64) | int vorbis_bitrate_managed(vorbis_block *vb){ function vorbis_bitrate_addblock (line 74) | int vorbis_bitrate_addblock(vorbis_block *vb){ function vorbis_bitrate_flushpacket (line 230) | int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ FILE: 3rdParty/libvorbis/include/bitrate.h type bitrate_manager_state (line 26) | typedef struct bitrate_manager_state { type bitrate_manager_info (line 42) | typedef struct bitrate_manager_info{ FILE: 3rdParty/libvorbis/include/block.c function ilog2 (line 34) | static int ilog2(unsigned int v){ function vorbis_block_init (line 88) | int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){ type alloc_chain (line 118) | struct alloc_chain function _vorbis_block_ripcord (line 137) | void _vorbis_block_ripcord(vorbis_block *vb){ function vorbis_block_clear (line 159) | int vorbis_block_clear(vorbis_block *vb){ function _vds_shared_init (line 181) | static int _vds_shared_init(vorbis_dsp_state *v,vorbis_info *vi,int encp){ function vorbis_analysis_init (line 283) | int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi){ function vorbis_dsp_clear (line 303) | void vorbis_dsp_clear(vorbis_dsp_state *v){ function _preextrapolate_helper (line 404) | static void _preextrapolate_helper(vorbis_dsp_state *v){ function vorbis_analysis_wrote (line 437) | int vorbis_analysis_wrote(vorbis_dsp_state *v, int vals){ function vorbis_analysis_blockout (line 501) | int vorbis_analysis_blockout(vorbis_dsp_state *v,vorbis_block *vb){ function vorbis_synthesis_restart (line 662) | int vorbis_synthesis_restart(vorbis_dsp_state *v){ function vorbis_synthesis_init (line 685) | int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi){ function vorbis_synthesis_blockin (line 696) | int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){ function vorbis_synthesis_pcmout (line 883) | int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm){ function vorbis_synthesis_read (line 898) | int vorbis_synthesis_read(vorbis_dsp_state *v,int n){ function vorbis_synthesis_lapout (line 909) | int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm){ FILE: 3rdParty/libvorbis/include/codebook.c function vorbis_staticbook_pack (line 30) | int vorbis_staticbook_pack(const static_codebook *c,oggpack_buffer *opb){ function vorbis_staticbook_unpack (line 149) | int vorbis_staticbook_unpack(oggpack_buffer *opb,static_codebook *s){ function vorbis_book_encode (line 257) | int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){ function vorbis_book_errorv (line 278) | int vorbis_book_errorv(codebook *book,float *a){ function vorbis_book_encodev (line 287) | int vorbis_book_encodev(codebook *book,int best,float *a,oggpack_buffer ... function ogg_uint32_t (line 302) | static ogg_uint32_t bitreverse(ogg_uint32_t x){ function decode_packed_entry_number (line 310) | STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){ function vorbis_book_decode (line 372) | long vorbis_book_decode(codebook *book, oggpack_buffer *b){ function vorbis_book_decodevs_add (line 384) | long vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,... function vorbis_book_decodev_add (line 403) | long vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,i... function vorbis_book_decodev_set (line 448) | long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,i... function vorbis_book_decodevv_add (line 471) | long vorbis_book_decodevv_add(codebook *book,float **a,long offset,int ch, function main (line 569) | int main(){ FILE: 3rdParty/libvorbis/include/codebook.h type static_codebook (line 36) | typedef struct static_codebook{ type encode_aux_nearestmatch (line 66) | typedef struct encode_aux_nearestmatch{ type encode_aux_threshmatch (line 78) | typedef struct encode_aux_threshmatch{ type encode_aux_pigeonhole (line 85) | typedef struct encode_aux_pigeonhole{ type codebook (line 99) | typedef struct codebook{ FILE: 3rdParty/libvorbis/include/codec.h type vorbis_info (line 29) | typedef struct vorbis_info{ type vorbis_dsp_state (line 60) | typedef struct vorbis_dsp_state{ type vorbis_block (line 89) | typedef struct vorbis_block{ type alloc_chain (line 128) | struct alloc_chain{ type vorbis_comment (line 141) | typedef struct vorbis_comment{ FILE: 3rdParty/libvorbis/include/codec_internal.h type vorbis_block_internal (line 31) | typedef struct vorbis_block_internal{ type vorbis_look_floor (line 42) | typedef void vorbis_look_floor; type vorbis_look_residue (line 43) | typedef void vorbis_look_residue; type vorbis_look_transform (line 44) | typedef void vorbis_look_transform; type vorbis_info_mode (line 47) | typedef struct { type vorbis_info_floor (line 54) | typedef void vorbis_info_floor; type vorbis_info_residue (line 55) | typedef void vorbis_info_residue; type vorbis_info_mapping (line 56) | typedef void vorbis_info_mapping; type private_state (line 61) | typedef struct private_state { type codec_setup_info (line 94) | typedef struct codec_setup_info { FILE: 3rdParty/libvorbis/include/envelope.c function _ve_envelope_init (line 32) | void _ve_envelope_init(envelope_lookup *e,vorbis_info *vi){ function _ve_envelope_clear (line 76) | void _ve_envelope_clear(envelope_lookup *e){ function _ve_amp (line 90) | static int _ve_amp(envelope_lookup *ve, function _ve_envelope_search (line 217) | long _ve_envelope_search(vorbis_dsp_state *v){ function _ve_envelope_mark (line 331) | int _ve_envelope_mark(vorbis_dsp_state *v){ function _ve_envelope_shift (line 357) | void _ve_envelope_shift(envelope_lookup *e,long shift){ FILE: 3rdParty/libvorbis/include/envelope.h type envelope_filter_state (line 34) | typedef struct { type envelope_band (line 45) | typedef struct { type envelope_lookup (line 52) | typedef struct { FILE: 3rdParty/libvorbis/include/floor0.c type vorbis_look_floor0 (line 35) | typedef struct { function floor0_free_info (line 50) | static void floor0_free_info(vorbis_info_floor *i){ function floor0_free_look (line 58) | static void floor0_free_look(vorbis_look_floor *i){ function vorbis_info_floor (line 74) | static vorbis_info_floor *floor0_unpack (vorbis_info *vi,oggpack_buffer ... function floor0_map_lazy_init (line 110) | static void floor0_map_lazy_init(vorbis_block *vb, function vorbis_look_floor (line 144) | static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd, function floor0_inverse2 (line 193) | static int floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, FILE: 3rdParty/libvorbis/include/floor1.c type vorbis_look_floor1 (line 33) | typedef struct { type lsfit_acc (line 51) | typedef struct lsfit_acc{ function floor1_free_info (line 65) | static void floor1_free_info(vorbis_info_floor *i){ function floor1_free_look (line 73) | static void floor1_free_look(vorbis_look_floor *i){ function ilog (line 86) | static int ilog(unsigned int v){ function ilog2 (line 95) | static int ilog2(unsigned int v){ function floor1_pack (line 105) | static void floor1_pack (vorbis_info_floor *i,oggpack_buffer *opb){ function vorbis_info_floor (line 142) | static vorbis_info_floor *floor1_unpack (vorbis_info *vi,oggpack_buffer ... function icomp (line 192) | static int icomp(const void *a,const void *b){ function vorbis_look_floor (line 196) | static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd, function render_point (line 271) | static int render_point(int x0,int x1,int y0,int y1,int x){ function vorbis_dBquant (line 287) | static int vorbis_dBquant(const float *x){ function render_line (line 361) | static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ function render_line0 (line 390) | static void render_line0(int x0,int x1,int y0,int y1,int *d){ function accumulate_fit (line 416) | static int accumulate_fit(const float *flr,const float *mdct, function fit_line (line 472) | static void fit_line(lsfit_acc *a,int fits,int *y0,int *y1){ function inspect_error (line 538) | static int inspect_error(int x0,int x1,int y0,int y1,const float *mask, function post_Y (line 589) | static int post_Y(int *A,int *B,int pos){ function floor1_encode (line 764) | int floor1_encode(oggpack_buffer *opb,vorbis_block *vb, function floor1_inverse2 (line 1052) | static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *... FILE: 3rdParty/libvorbis/include/highlevel.h type highlevel_byblocktype (line 18) | typedef struct highlevel_byblocktype { type highlevel_encode_setup (line 25) | typedef struct highlevel_encode_setup { FILE: 3rdParty/libvorbis/include/info.c function ilog2 (line 35) | static int ilog2(unsigned int v){ function _v_writestring (line 45) | static void _v_writestring(oggpack_buffer *o,char *s, int bytes){ function _v_readstring (line 52) | static void _v_readstring(oggpack_buffer *o,char *buf,int bytes){ function vorbis_comment_init (line 58) | void vorbis_comment_init(vorbis_comment *vc){ function vorbis_comment_add (line 62) | void vorbis_comment_add(vorbis_comment *vc,char *comment){ function vorbis_comment_add_tag (line 74) | void vorbis_comment_add_tag(vorbis_comment *vc, char *tag, char *contents){ function tagcompare (line 84) | static int tagcompare(const char *s1, const char *s2, int n){ function vorbis_comment_query_count (line 115) | int vorbis_comment_query_count(vorbis_comment *vc, char *tag){ function vorbis_comment_clear (line 130) | void vorbis_comment_clear(vorbis_comment *vc){ function vorbis_info_blocksize (line 144) | int vorbis_info_blocksize(vorbis_info *vi,int zo){ function vorbis_info_init (line 150) | void vorbis_info_init(vorbis_info *vi){ function vorbis_info_clear (line 155) | void vorbis_info_clear(vorbis_info *vi){ function _vorbis_unpack_info (line 204) | static int _vorbis_unpack_info(vorbis_info *vi,oggpack_buffer *opb){ function _vorbis_unpack_comment (line 235) | static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ function _vorbis_unpack_books (line 263) | static int _vorbis_unpack_books(vorbis_info *vi,oggpack_buffer *opb){ function vorbis_synthesis_idheader (line 342) | int vorbis_synthesis_idheader(ogg_packet *op){ function vorbis_synthesis_headerin (line 371) | int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_pac... function _vorbis_pack_info (line 429) | static int _vorbis_pack_info(oggpack_buffer *opb,vorbis_info *vi){ function _vorbis_pack_comment (line 453) | static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ function _vorbis_pack_books (line 484) | static int _vorbis_pack_books(oggpack_buffer *opb,vorbis_info *vi){ function vorbis_commentheader_out (line 540) | int vorbis_commentheader_out(vorbis_comment *vc, function vorbis_analysis_headerout (line 560) | int vorbis_analysis_headerout(vorbis_dsp_state *v, function vorbis_granule_time (line 640) | double vorbis_granule_time(vorbis_dsp_state *v,ogg_int64_t granulepos){ FILE: 3rdParty/libvorbis/include/lookup.c function vorbis_coslook (line 27) | float vorbis_coslook(float a){ function vorbis_invsqlook (line 35) | float vorbis_invsqlook(float a){ function vorbis_invsq2explook (line 42) | float vorbis_invsq2explook(int a){ function vorbis_fromdBlook (line 48) | float vorbis_fromdBlook(float a){ function vorbis_invsqlook_i (line 62) | long vorbis_invsqlook_i(long a,long e){ function vorbis_fromdBlook_i (line 78) | float vorbis_fromdBlook_i(long a){ function vorbis_coslook_i (line 87) | long vorbis_coslook_i(long a){ FILE: 3rdParty/libvorbis/include/lpc.c function vorbis_lpc_from_data (line 61) | float vorbis_lpc_from_data(float *data,float *lpci,int n,int m){ function vorbis_lpc_predict (line 117) | void vorbis_lpc_predict(float *coeff,float *prime,int m, FILE: 3rdParty/libvorbis/include/lsp.c function vorbis_lsp_to_curve (line 64) | void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,i... function vorbis_lsp_to_curve (line 139) | void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,i... function vorbis_lsp_to_curve (line 247) | void vorbis_lsp_to_curve(float *curve,int *map,int n,int ln,float *lsp,i... function cheby (line 285) | static void cheby(float *g, int ord) { function comp (line 297) | static int comp(const void *a,const void *b){ function Laguerre_With_Deflation (line 309) | static int Laguerre_With_Deflation(float *a,int ord,float *r){ function Newton_Raphson (line 365) | static int Newton_Raphson(float *a,int ord,float *r){ function vorbis_lpc_to_lsp (line 404) | int vorbis_lpc_to_lsp(float *lpc,float *lsp,int m){ FILE: 3rdParty/libvorbis/include/mapping0.c function mapping0_free_info (line 40) | static void mapping0_free_info(vorbis_info_mapping *i){ function ilog (line 48) | static int ilog(unsigned int v){ function mapping0_pack (line 58) | static void mapping0_pack(vorbis_info *vi,vorbis_info_mapping *vm, function vorbis_info_mapping (line 102) | static vorbis_info_mapping *mapping0_unpack(vorbis_info *vi,oggpack_buff... function mapping0_inverse (line 732) | static int mapping0_inverse(vorbis_block *vb,vorbis_info_mapping *l){ FILE: 3rdParty/libvorbis/include/mdct.c function mdct_init (line 52) | void mdct_init(mdct_lookup *lookup,int n){ function STIN (line 94) | STIN void mdct_butterfly_8(DATA_TYPE *x){ function STIN (line 118) | STIN void mdct_butterfly_16(DATA_TYPE *x){ function STIN (line 153) | STIN void mdct_butterfly_32(DATA_TYPE *x){ function STIN (line 217) | STIN void mdct_butterfly_first(DATA_TYPE *T, function STIN (line 264) | STIN void mdct_butterfly_generic(DATA_TYPE *T, function STIN (line 317) | STIN void mdct_butterflies(mdct_lookup *init, function mdct_clear (line 339) | void mdct_clear(mdct_lookup *l){ function STIN (line 347) | STIN void mdct_bitreverse(mdct_lookup *init, function mdct_backward (line 397) | void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){ function mdct_forward (line 493) | void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){ FILE: 3rdParty/libvorbis/include/mdct.h type mdct_lookup (line 56) | typedef struct { FILE: 3rdParty/libvorbis/include/os.h type ogg_int16_t (line 91) | typedef ogg_int16_t vorbis_fpu_control; function vorbis_fpu_setround (line 93) | static inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ function vorbis_fpu_restore (line 104) | static inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ function vorbis_ftoi (line 109) | static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise, type ogg_int16_t (line 122) | typedef ogg_int16_t vorbis_fpu_control; function vorbis_ftoi (line 124) | static __inline int vorbis_ftoi(double f){ function vorbis_fpu_setround (line 133) | static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ function vorbis_fpu_restore (line 136) | static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ type vorbis_fpu_control (line 144) | typedef int vorbis_fpu_control; function vorbis_ftoi (line 146) | static int vorbis_ftoi(double f){ FILE: 3rdParty/libvorbis/include/psy.c function vorbis_look_psy_global (line 36) | vorbis_look_psy_global *_vp_global_look(vorbis_info *vi){ function _vp_global_free (line 48) | void _vp_global_free(vorbis_look_psy_global *look){ function _vi_gpsy_free (line 55) | void _vi_gpsy_free(vorbis_info_psy_global *i){ function _vi_psy_free (line 62) | void _vi_psy_free(vorbis_info_psy *i){ function min_curve (line 69) | static void min_curve(float *c, function max_curve (line 74) | static void max_curve(float *c, function attenuate_curve (line 80) | static void attenuate_curve(float *c,float att){ function _vp_psy_init (line 267) | void _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi, function _vp_psy_clear (line 357) | void _vp_psy_clear(vorbis_look_psy *p){ function seed_curve (line 383) | static void seed_curve(float *seed, function seed_loop (line 410) | static void seed_loop(vorbis_look_psy *p, function seed_chase (line 447) | static void seed_chase(float *seeds, int linesper, long n){ function max_seeds (line 505) | static void max_seeds(vorbis_look_psy *p, function bark_noise_hybridmp (line 540) | static void bark_noise_hybridmp(int n,const long *b, function _vp_remove_floor (line 762) | void _vp_remove_floor(vorbis_look_psy *p, function _vp_noisemask (line 781) | void _vp_noisemask(vorbis_look_psy *p, function _vp_tonemask (line 829) | void _vp_tonemask(vorbis_look_psy *p, function _vp_offset_and_mix (line 854) | void _vp_offset_and_mix(vorbis_look_psy *p, function _vp_ampmax_decay (line 912) | float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd){ function couple_lossless (line 925) | static void couple_lossless(float A, float B, function precomputed_couple_point (line 955) | static void precomputed_couple_point(float premag, function dipole_hypot (line 975) | static float dipole_hypot(float a, float b){ function round_hypot (line 985) | static float round_hypot(float a, float b){ function apsort (line 1021) | static int apsort(const void *a, const void *b){ function _vp_noise_normalize_sort (line 1053) | void _vp_noise_normalize_sort(vorbis_look_psy *p, function _vp_noise_normalize (line 1071) | void _vp_noise_normalize(vorbis_look_psy *p, function _vp_couple (line 1117) | void _vp_couple(int blobno, function hf_reduction (line 1213) | void hf_reduction(vorbis_info_psy_global *g, FILE: 3rdParty/libvorbis/include/psy.h type vorbis_info_psy (line 36) | typedef struct vorbis_info_psy{ type vorbis_info_psy_global (line 67) | typedef struct{ type vorbis_look_psy_global (line 87) | typedef struct { type vorbis_look_psy (line 96) | typedef struct { FILE: 3rdParty/libvorbis/include/psytune.c function analysis (line 199) | void analysis(char *base,int i,float *v,int n,int bark,int dB){ function main (line 231) | int main(int argc,char *argv[]){ FILE: 3rdParty/libvorbis/include/res0.c type vorbis_look_residue0 (line 38) | typedef struct { function res0_free_info (line 65) | void res0_free_info(vorbis_info_residue *i){ function res0_free_look (line 73) | void res0_free_look(vorbis_look_residue *i){ function ilog (line 151) | static int ilog(unsigned int v){ function icount (line 160) | static int icount(unsigned int v){ function res0_pack (line 170) | void res0_pack(vorbis_info_residue *vr,oggpack_buffer *opb){ function vorbis_info_residue (line 200) | vorbis_info_residue *res0_unpack(vorbis_info *vi,oggpack_buffer *opb){ function vorbis_look_residue (line 232) | vorbis_look_residue *res0_look(vorbis_dsp_state *vd, function local_book_besterror (line 290) | static int local_book_besterror(codebook *book,float *a){ function _encodepart (line 348) | static int _encodepart(oggpack_buffer *opb,float *vec, int n, function _01forward (line 493) | static int _01forward(oggpack_buffer *opb, function _01inverse (line 611) | static int _01inverse(vorbis_block *vb,vorbis_look_residue *vl, function res0_forward (line 688) | int res0_forward(vorbis_block *vb,vorbis_look_residue *vl, function res0_inverse (line 719) | int res0_inverse(vorbis_block *vb,vorbis_look_residue *vl, function res1_forward (line 731) | int res1_forward(oggpack_buffer *opb,vorbis_block *vb,vorbis_look_residu... function res1_inverse (line 772) | int res1_inverse(vorbis_block *vb,vorbis_look_residue *vl, function res2_forward (line 798) | int res2_forward(oggpack_buffer *opb, function res2_inverse (line 834) | int res2_inverse(vorbis_block *vb,vorbis_look_residue *vl, FILE: 3rdParty/libvorbis/include/scales.h function unitnorm (line 28) | static float unitnorm(float x){ function todB (line 39) | static float todB(const float *x){ function unitnorm (line 53) | static float unitnorm(float x){ FILE: 3rdParty/libvorbis/include/sharedbook.c function _ilog (line 29) | int _ilog(unsigned int v){ function _float32_pack (line 47) | long _float32_pack(float val){ function _float32_unpack (line 62) | float _float32_unpack(long val){ function ogg_uint32_t (line 73) | ogg_uint32_t *_make_words(long *l,long n,long sparsecount){ function _book_maptype1_quantvals (line 150) | long _book_maptype1_quantvals(const static_codebook *b){ function vorbis_staticbook_clear (line 248) | void vorbis_staticbook_clear(static_codebook *b){ function vorbis_staticbook_destroy (line 271) | void vorbis_staticbook_destroy(static_codebook *b){ function vorbis_book_clear (line 278) | void vorbis_book_clear(codebook *b){ function vorbis_book_init_encode (line 291) | int vorbis_book_init_encode(codebook *c,const static_codebook *s){ function ogg_uint32_t (line 304) | static ogg_uint32_t bitreverse(ogg_uint32_t x){ function sort32a (line 312) | static int sort32a(const void *a,const void *b){ function vorbis_book_init_decode (line 318) | int vorbis_book_init_decode(codebook *c,const static_codebook *s){ function _dist (line 435) | static float _dist(int el,float *ref, float *b,int step){ function _best (line 445) | int _best(codebook *book, float *a, int step){ function vorbis_book_codeword (line 586) | long vorbis_book_codeword(codebook *book,int entry){ function vorbis_book_codelen (line 593) | long vorbis_book_codelen(codebook *book,int entry){ function run_test (line 692) | void run_test(static_codebook *b,float *comp){ function main (line 718) | int main(){ FILE: 3rdParty/libvorbis/include/smallft.c function drfti1 (line 38) | static void drfti1(int n, float *wa, int *ifac){ function fdrffti (line 108) | static void fdrffti(int n, float *wsave, int *ifac){ function dradf2 (line 114) | static void dradf2(int ido,int l1,float *cc,float *ch,float *wa1){ function dradf4 (line 169) | static void dradf4(int ido,int l1,float *cc,float *ch,float *wa1, function dradfg (line 271) | static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, function drftf1 (line 573) | static void drftf1(int n,float *c,float *ch,float *wa,int *ifac){ function dradb2 (line 634) | static void dradb2(int ido,int l1,float *cc,float *ch,float *wa1){ function dradb3 (line 686) | static void dradb3(int ido,int l1,float *cc,float *ch,float *wa1, function dradb4 (line 749) | static void dradb4(int ido,int l1,float *cc,float *ch,float *wa1, function dradbg (line 840) | static void dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, function drftb1 (line 1154) | static void drftb1(int n, float *c, float *ch, float *wa, int *ifac){ function drft_forward (line 1232) | void drft_forward(drft_lookup *l,float *data){ function drft_backward (line 1237) | void drft_backward(drft_lookup *l,float *data){ function drft_init (line 1242) | void drft_init(drft_lookup *l,int n){ function drft_clear (line 1249) | void drft_clear(drft_lookup *l){ FILE: 3rdParty/libvorbis/include/smallft.h type drft_lookup (line 23) | typedef struct { FILE: 3rdParty/libvorbis/include/synthesis.c function vorbis_synthesis (line 26) | int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){ function vorbis_synthesis_trackonly (line 82) | int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op){ function vorbis_packet_blocksize (line 127) | long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){ function vorbis_synthesis_halfrate (line 155) | int vorbis_synthesis_halfrate(vorbis_info *vi,int flag){ function vorbis_synthesis_halfrate_p (line 165) | int vorbis_synthesis_halfrate_p(vorbis_info *vi){ FILE: 3rdParty/libvorbis/include/tone.c function usage (line 6) | void usage(){ function main (line 11) | int main (int argc,char *argv[]){ FILE: 3rdParty/libvorbis/include/vorbisenc.c type static_bookblock (line 34) | typedef struct { type vorbis_residue_template (line 38) | typedef struct { type vorbis_mapping_template (line 48) | typedef struct { type vp_adjblock (line 53) | typedef struct vp_adjblock{ type compandblock (line 57) | typedef struct { type att3 (line 68) | typedef struct { type adj3 (line 73) | typedef struct { int data[P_NOISECURVES]; } adj3; type adj_stereo (line 75) | typedef struct { type noiseguard (line 82) | typedef struct { type noise3 (line 87) | typedef struct { type ve_setup_data_template (line 91) | typedef struct { function vorbis_encode_toplevel_setup (line 187) | static int vorbis_encode_toplevel_setup(vorbis_info *vi,int ch,long rate){ function vorbis_encode_floor_setup (line 199) | static void vorbis_encode_floor_setup(vorbis_info *vi,double s,int block, function vorbis_encode_global_psych_setup (line 239) | static void vorbis_encode_global_psych_setup(vorbis_info *vi,double s, function vorbis_encode_global_stereo (line 266) | static void vorbis_encode_global_stereo(vorbis_info *vi, function vorbis_encode_psyset_setup (line 315) | static void vorbis_encode_psyset_setup(vorbis_info *vi,double s, function vorbis_encode_tonemask_setup (line 346) | static void vorbis_encode_tonemask_setup(vorbis_info *vi,double s,int bl... function vorbis_encode_compand_setup (line 371) | static void vorbis_encode_compand_setup(vorbis_info *vi,double s,int block, function vorbis_encode_peak_setup (line 392) | static void vorbis_encode_peak_setup(vorbis_info *vi,double s,int block, function vorbis_encode_noisebias_setup (line 404) | static void vorbis_encode_noisebias_setup(vorbis_info *vi,double s,int b... function vorbis_encode_ath_setup (line 436) | static void vorbis_encode_ath_setup(vorbis_info *vi,int block){ function book_dup_or_new (line 446) | static int book_dup_or_new(codec_setup_info *ci,static_codebook *book){ function vorbis_encode_blocksize_setup (line 454) | static void vorbis_encode_blocksize_setup(vorbis_info *vi,double s, function vorbis_encode_residue_setup (line 467) | static void vorbis_encode_residue_setup(vorbis_info *vi, function vorbis_encode_map_n_res_setup (line 578) | static void vorbis_encode_map_n_res_setup(vorbis_info *vi,double s, function setting_to_approx_bitrate (line 607) | static double setting_to_approx_bitrate(vorbis_info *vi){ function get_setup_template (line 622) | static void get_setup_template(vorbis_info *vi, function vorbis_encode_setup_init (line 673) | int vorbis_encode_setup_init(vorbis_info *vi){ function vorbis_encode_setup_setting (line 857) | static int vorbis_encode_setup_setting(vorbis_info *vi, function vorbis_encode_setup_vbr (line 902) | int vorbis_encode_setup_vbr(vorbis_info *vi, function vorbis_encode_init_vbr (line 918) | int vorbis_encode_init_vbr(vorbis_info *vi, function vorbis_encode_setup_managed (line 938) | int vorbis_encode_setup_managed(vorbis_info *vi, function vorbis_encode_init (line 988) | int vorbis_encode_init(vorbis_info *vi, function vorbis_encode_ctl (line 1011) | int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg){ FILE: 3rdParty/libvorbis/include/vorbisenc.h type ovectl_ratemanage_arg (line 68) | struct ovectl_ratemanage_arg { type ovectl_ratemanage2_arg (line 86) | struct ovectl_ratemanage2_arg { FILE: 3rdParty/libvorbis/include/vorbisfile.c function _get_data (line 63) | static long _get_data(OggVorbis_File *vf){ function _seek_helper (line 77) | static int _seek_helper(OggVorbis_File *vf,ogg_int64_t offset){ function ogg_int64_t (line 104) | static ogg_int64_t _get_next_page(OggVorbis_File *vf,ogg_page *og, function ogg_int64_t (line 142) | static ogg_int64_t _get_prev_page(OggVorbis_File *vf,ogg_page *og){ function _add_serialno (line 179) | static void _add_serialno(ogg_page *og,long **serialno_list, int *n){ function _lookup_serialno (line 193) | static int _lookup_serialno(ogg_page *og, long *serialno_list, int n){ function _get_serialnos (line 207) | static int _get_serialnos(OggVorbis_File *vf, long **s, int *n){ function _bisect_forward_serialno (line 235) | static int _bisect_forward_serialno(OggVorbis_File *vf, function _fetch_headers (line 298) | static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comm... function _prefetch_all_headers (line 413) | static void _prefetch_all_headers(OggVorbis_File *vf, ogg_int64_t dataof... function _make_decode_ready (line 529) | static int _make_decode_ready(OggVorbis_File *vf){ function _open_seekable2 (line 546) | static int _open_seekable2(OggVorbis_File *vf){ function _decode_clear (line 587) | static void _decode_clear(OggVorbis_File *vf){ function _fetch_and_process_packet (line 604) | static int _fetch_and_process_packet(OggVorbis_File *vf, function _fseek64_wrap (line 798) | static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){ function _ov_open1 (line 803) | static int _ov_open1(void *f,OggVorbis_File *vf,char *initial, function _ov_open2 (line 844) | static int _ov_open2(OggVorbis_File *vf){ function ov_clear (line 862) | int ov_clear(OggVorbis_File *vf){ function ov_open_callbacks (line 900) | int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function ov_open (line 907) | int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ function ov_fopen (line 918) | int ov_fopen(char *path,OggVorbis_File *vf){ function ov_halfrate (line 932) | int ov_halfrate(OggVorbis_File *vf,int flag){ function ov_halfrate_p (line 952) | int ov_halfrate_p(OggVorbis_File *vf){ function ov_test_callbacks (line 962) | int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function ov_test (line 968) | int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ function ov_test_open (line 979) | int ov_test_open(OggVorbis_File *vf){ function ov_streams (line 985) | long ov_streams(OggVorbis_File *vf){ function ov_seekable (line 990) | long ov_seekable(OggVorbis_File *vf){ function ov_bitrate (line 1003) | long ov_bitrate(OggVorbis_File *vf,int i){ function ov_bitrate_instant (line 1045) | long ov_bitrate_instant(OggVorbis_File *vf){ function ov_serialnumber (line 1057) | long ov_serialnumber(OggVorbis_File *vf,int i){ function ogg_int64_t (line 1072) | ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i){ function ogg_int64_t (line 1091) | ogg_int64_t ov_pcm_total(OggVorbis_File *vf,int i){ function ov_time_total (line 1110) | double ov_time_total(OggVorbis_File *vf,int i){ function ov_raw_seek (line 1131) | int ov_raw_seek(OggVorbis_File *vf,ogg_int64_t pos){ function ov_pcm_seek_page (line 1288) | int ov_pcm_seek_page(OggVorbis_File *vf,ogg_int64_t pos){ function ov_pcm_seek (line 1471) | int ov_pcm_seek(OggVorbis_File *vf,ogg_int64_t pos){ function ov_time_seek (line 1566) | int ov_time_seek(OggVorbis_File *vf,double seconds){ function ov_time_seek_page (line 1596) | int ov_time_seek_page(OggVorbis_File *vf,double seconds){ function ogg_int64_t (line 1626) | ogg_int64_t ov_raw_tell(OggVorbis_File *vf){ function ogg_int64_t (line 1632) | ogg_int64_t ov_pcm_tell(OggVorbis_File *vf){ function ov_time_tell (line 1638) | double ov_time_tell(OggVorbis_File *vf){ function vorbis_info (line 1667) | vorbis_info *ov_info(OggVorbis_File *vf,int link){ function vorbis_comment (line 1685) | vorbis_comment *ov_comment(OggVorbis_File *vf,int link){ function host_is_big_endian (line 1702) | static int host_is_big_endian() { function ov_read (line 1740) | long ov_read(OggVorbis_File *vf,char *buffer,int length, function ov_read_float (line 1885) | long ov_read_float(OggVorbis_File *vf,float ***pcm_channels,int length, function _ov_splice (line 1919) | static void _ov_splice(float **pcm,float **lappcm, function _ov_initset (line 1955) | static int _ov_initset(OggVorbis_File *vf){ function _ov_initprime (line 1970) | static int _ov_initprime(OggVorbis_File *vf){ function _ov_getlap (line 1988) | static void _ov_getlap(OggVorbis_File *vf,vorbis_info *vi,vorbis_dsp_sta... function ov_crosslap (line 2028) | int ov_crosslap(OggVorbis_File *vf1, OggVorbis_File *vf2){ function _ov_64_seek_lap (line 2078) | static int _ov_64_seek_lap(OggVorbis_File *vf,ogg_int64_t pos, function ov_raw_seek_lap (line 2127) | int ov_raw_seek_lap(OggVorbis_File *vf,ogg_int64_t pos){ function ov_pcm_seek_lap (line 2131) | int ov_pcm_seek_lap(OggVorbis_File *vf,ogg_int64_t pos){ function ov_pcm_seek_page_lap (line 2135) | int ov_pcm_seek_page_lap(OggVorbis_File *vf,ogg_int64_t pos){ function _ov_d_seek_lap (line 2139) | static int _ov_d_seek_lap(OggVorbis_File *vf,double pos, function ov_time_seek_lap (line 2188) | int ov_time_seek_lap(OggVorbis_File *vf,double pos){ function ov_time_seek_page_lap (line 2192) | int ov_time_seek_page_lap(OggVorbis_File *vf,double pos){ FILE: 3rdParty/libvorbis/include/vorbisfile.h type ov_callbacks (line 39) | typedef struct { function _ov_header_fseek_wrap (line 51) | static int _ov_header_fseek_wrap(FILE *f,ogg_int64_t off,int whence){ type OggVorbis_File (line 90) | typedef struct OggVorbis_File { FILE: 3rdParty/libvorbis/include/window.c function _vorbis_apply_window (line 2102) | void _vorbis_apply_window(float *d,int *winno,long *blocksizes, FILE: 3rdParty/qdeviceWatcher/include/qdevicechangeevent.h type Action (line 31) | enum Action { Add, Remove, Change} function Type (line 38) | static Type registeredType() FILE: 3rdParty/qdeviceWatcher/include/qdevicewatcher_linux.cpp type udev_monitor_netlink_group (line 54) | enum udev_monitor_netlink_group { type sockaddr_nl (line 173) | struct sockaddr_nl type sockaddr_nl (line 177) | struct sockaddr_nl type sockaddr (line 191) | struct sockaddr type sockaddr_nl (line 191) | struct sockaddr_nl type sockaddr_nl (line 199) | struct sockaddr_nl type sockaddr_nl (line 206) | struct sockaddr_nl type sockaddr (line 207) | struct sockaddr function foreach (line 261) | foreach(QObject* obj, event_receivers) { FILE: 3rdParty/qdeviceWatcher/include/qdevicewatcher_p.h function setWatcher (line 75) | void setWatcher(QDeviceWatcher *w) {watcher=w;} FILE: 3rdParty/qdeviceWatcher/include/qdevicewatcher_win32.cpp function QStringList (line 54) | static inline QStringList drivesFromMask(quint32 driveBits) //driveBits ... function UpdateDevice (line 79) | void static UpdateDevice(PDEV_BROADCAST_DEVICEINTERFACE pDevInf, WPARAM ... function LRESULT (line 173) | LRESULT CALLBACK dw_internal_proc(HWND hwnd, UINT message, WPARAM wParam... function QString (line 282) | static inline QString className() function HWND (line 287) | static inline HWND dw_create_internal_window(const void* userData) function else (line 330) | else if (userData) { function dw_destroy_internal_window (line 341) | static inline void dw_destroy_internal_window(HWND hwnd) FILE: 3rdParty/qdeviceWatcher/include/qdevicewatcher_wince.cpp function foreach (line 124) | foreach(QObject* obj, event_receivers) { FILE: 3rdParty/qtsingleapplication/qtlocalpeer.cpp type QtLP_Private (line 57) | namespace QtLP_Private { type timespec (line 151) | struct timespec FILE: 3rdParty/qtsingleapplication/qtlocalpeer.h function class (line 50) | class QtLocalPeer : public QObject FILE: 3rdParty/qtsingleapplication/qtlockedfile.h function namespace (line 65) | namespace QtLP_Private { FILE: 3rdParty/qtsingleapplication/qtlockedfile_unix.cpp type flock (line 64) | struct flock type flock (line 94) | struct flock FILE: 3rdParty/qtsingleapplication/qtlockedfile_win.cpp function foreach (line 193) | foreach(Qt::HANDLE mutex, rmutexes) { FILE: 3rdParty/qtsingleapplication/qtsingleapplication.cpp function QString (line 268) | QString QtSingleApplication::id() const function QWidget (line 302) | QWidget* QtSingleApplication::activationWindow() const FILE: 3rdParty/qtsingleapplication/qtsinglecoreapplication.cpp function QString (line 136) | QString QtSingleCoreApplication::id() const FILE: 3rdParty/qtsingleapplication/qtsinglecoreapplication.h function class (line 48) | class QtSingleCoreApplication : public QCoreApplication FILE: 3rdParty/qxtglobalshortcut/qxtglobal.h function QXT_setPublic (line 156) | inline void QXT_setPublic(PUB* pub) function setPublic (line 189) | inline void setPublic(PUB* pub) function PVT (line 193) | inline PVT& operator()() FILE: 3rdParty/qxtglobalshortcut/qxtglobalshortcut.cpp function QKeySequence (line 165) | QKeySequence QxtGlobalShortcut::shortcut() const FILE: 3rdParty/qxtglobalshortcut/qxtglobalshortcut.h function class (line 33) | class QxtGlobalShortcut : public QObject FILE: 3rdParty/qxtglobalshortcut/qxtglobalshortcut_mac.cpp function OSStatus (line 38) | OSStatus qxt_mac_handle_hot_key(EventHandlerCallRef nextHandler, EventRe... function quint32 (line 73) | quint32 QxtGlobalShortcutPrivate::nativeModifiers(Qt::KeyboardModifiers ... function quint32 (line 89) | quint32 QxtGlobalShortcutPrivate::nativeKeycode(Qt::Key key) FILE: 3rdParty/qxtglobalshortcut/qxtglobalshortcut_win.cpp function quint32 (line 55) | quint32 QxtGlobalShortcutPrivate::nativeModifiers(Qt::KeyboardModifiers ... function quint32 (line 73) | quint32 QxtGlobalShortcutPrivate::nativeKeycode(Qt::Key key) FILE: 3rdParty/qxtglobalshortcut/qxtglobalshortcut_x11.cpp function qxt_x_errhandler (line 31) | static int qxt_x_errhandler(Display* display, XErrorEvent *event) function quint32 (line 78) | quint32 QxtGlobalShortcutPrivate::nativeModifiers(Qt::KeyboardModifiers ... function quint32 (line 95) | quint32 QxtGlobalShortcutPrivate::nativeKeycode(Qt::Key key) FILE: AboutPanel/AboutPage.h function class (line 51) | class AboutPage : public QWidget FILE: AboutPanel/AboutPanel.h function class (line 56) | class AboutPanel : public QDialog FILE: AboutPanel/AuthorPage.h function class (line 51) | class AuthorPage : public QWidget FILE: AboutPanel/ThanksPage.h function class (line 51) | class ThanksPage: public QWidget FILE: ConfigPanel/ConfigDialog.h function class (line 60) | class ConfigDialog : public QDialog FILE: ConfigPanel/DownloadSettingsPage.h function class (line 54) | class DownloadSettingsPage : public QWidget FILE: ConfigPanel/EditHotkeyDialog.h function class (line 54) | class EditHotkeyDialog : public QDialog FILE: ConfigPanel/GeneralSettingsPage.h function class (line 51) | class GeneralSettingsPage : public QWidget FILE: ConfigPanel/GlobalConfig.cpp type PlayModeType (line 207) | enum PlayModeType type PlayModeType (line 212) | enum PlayModeType function GlobalConfig (line 234) | GlobalConfig* GlobalConfig::instance() function foreach (line 336) | foreach (QFileInfo fileInfo, fileInfoList) type PlayModeType (line 609) | enum PlayModeType function QString (line 874) | QString GlobalConfig::musicPath() const function QString (line 879) | QString GlobalConfig::albumPath() const function QString (line 884) | QString GlobalConfig::lrcPath() const function QString (line 999) | QString GlobalConfig::settingsHotKey() const function QString (line 1004) | QString GlobalConfig::minToTrayHotKey() const function QString (line 1009) | QString GlobalConfig::openMinWidgetHotKey() const function QString (line 1014) | QString GlobalConfig::openMusicFileHotKey() const function QString (line 1019) | QString GlobalConfig::openMediaWidgetHotKey() const function QString (line 1024) | QString GlobalConfig::openListWidgetHotKey() const function QString (line 1029) | QString GlobalConfig::openLrcHotKey() const function QString (line 1034) | QString GlobalConfig::pauseHotKey() const function QString (line 1039) | QString GlobalConfig::lastHotKey() const function QString (line 1044) | QString GlobalConfig::nextHotKey() const function QString (line 1170) | QString GlobalConfig::fontName() const function QString (line 1175) | QString GlobalConfig::fontSize() const function QString (line 1180) | QString GlobalConfig::fontType() const function QColor (line 1185) | QColor GlobalConfig::noPlayShang() const function QColor (line 1190) | QColor GlobalConfig::noPlayZhong() const function QColor (line 1195) | QColor GlobalConfig::noPlayXia() const function QColor (line 1200) | QColor GlobalConfig::playedShang() const function QColor (line 1205) | QColor GlobalConfig::playedZhong() const function QColor (line 1210) | QColor GlobalConfig::playedXia() const function QString (line 1215) | QString GlobalConfig::defaultChoiceColor() const type PlayModeType (line 1251) | enum PlayModeType type PlayModeType (line 1276) | enum PlayModeType FILE: ConfigPanel/GlobalConfig.h type PlayModeType (line 130) | enum PlayModeType type PlayModeType (line 477) | enum PlayModeType type PlayModeType (line 492) | enum PlayModeType type PlayModeType (line 666) | enum PlayModeType type PlayModeType (line 774) | enum PlayModeType FILE: ConfigPanel/HotkeysSettingsPage.h function class (line 55) | class HotKeysSettingsPage : public QWidget FILE: ConfigPanel/HotkeysTableWidget.h function class (line 49) | class HotKeysTableWidget : public QTableWidget FILE: ConfigPanel/LrcDemo.h function class (line 55) | class LrcDemo : public QLabel FILE: ConfigPanel/LrcSettingsPage.h function class (line 61) | class LrcSettingsPage : public QWidget FILE: ConfigPanel/UpdatePage.h function class (line 52) | class UpdatePage : public QWidget FILE: Core/AutoStart.h function class (line 49) | class AutoStart FILE: Core/AutoStartHandle.h function class (line 49) | class AutoStartHandle : public QObject FILE: Core/ChineseToLetter.h function string (line 58) | static string getLetter(const string &strText) function string (line 117) | static string findLetter(const int &nCode) FILE: Core/FileRelation.h function class (line 50) | class FileRelation FILE: Core/FileRelationHandle.h function class (line 49) | class FileRelationHandle : public QObject FILE: Core/GlobalHotkey.h function class (line 52) | class GlobalHotKey : public QObject FILE: Core/NoFocusDelegate.h function class (line 8) | class NoFocusDelegate : public QStyledItemDelegate FILE: Core/StatusDefine.h type AlbumDownloadStatus (line 46) | enum AlbumDownloadStatus type LrcDownloadStatus (line 53) | enum LrcDownloadStatus type MusicSearchStatus (line 60) | enum MusicSearchStatus type MusicDownloadStatus (line 67) | enum MusicDownloadStatus FILE: Core/TR.h function QString (line 53) | inline static QString TR(const char *chars) function QString (line 63) | inline static QString TR(const QByteArray &chars) FILE: Core/signal_slot.h function class (line 19) | class SlotBase function exec (line 39) | void exec() function class (line 52) | class Slot function class (line 78) | class Signal function exec (line 132) | void exec(T1 t1) function exec (line 160) | void exec(T1 t1) function exec (line 227) | void exec(T1 t1, T2 t2) function exec (line 255) | void exec(T1 t1, T2 t2) function exec (line 322) | void exec(T1 t1, T2 t2, T3 t3) function exec (line 350) | void exec(T1 t1, T2 t2, T3 t3) function exec (line 417) | void exec(T1 t1, T2 t2, T3 t3, T4 t4) function exec (line 445) | void exec(T1 t1, T2 t2, T3 t3, T4 t4) function exec (line 512) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) function exec (line 540) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) function exec (line 607) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) function exec (line 635) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) function exec (line 702) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) function exec (line 730) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) function exec (line 797) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) function exec (line 825) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) function exec (line 892) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9) function exec (line 920) | void exec(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9) FILE: DB/DBModule.h function class (line 53) | class DBModule FILE: Engine/AudioStream.cpp function HRESULT (line 14) | HRESULT STDMETHODCALLTYPE CAudioStream::QueryInterface(const IID &riid, ... function ULONG (line 27) | ULONG STDMETHODCALLTYPE CAudioStream::AddRef() function ULONG (line 32) | ULONG STDMETHODCALLTYPE CAudioStream::Release() function HRESULT (line 43) | HRESULT STDMETHODCALLTYPE CAudioStream::Read(void *pv, ULONG cb, ULONG *... function HRESULT (line 50) | HRESULT STDMETHODCALLTYPE CAudioStream::Write(const void *pv, ULONG cb, ... function HRESULT (line 57) | HRESULT STDMETHODCALLTYPE CAudioStream::Seek(LARGE_INTEGER dlibMove, DWO... function HRESULT (line 63) | HRESULT STDMETHODCALLTYPE CAudioStream::SetSize(ULARGE_INTEGER libNewSize) function HRESULT (line 69) | HRESULT STDMETHODCALLTYPE CAudioStream::CopyTo(IStream *pstm, ULARGE_INT... function HRESULT (line 74) | HRESULT STDMETHODCALLTYPE CAudioStream::Commit(DWORD grfCommitFlags) function HRESULT (line 79) | HRESULT STDMETHODCALLTYPE CAudioStream::Revert(void) function HRESULT (line 84) | HRESULT STDMETHODCALLTYPE CAudioStream::LockRegion(ULARGE_INTEGER libOff... function HRESULT (line 89) | HRESULT STDMETHODCALLTYPE CAudioStream::UnlockRegion(ULARGE_INTEGER libO... function HRESULT (line 94) | HRESULT STDMETHODCALLTYPE CAudioStream::Stat(STATSTG *pstatstg, DWORD gr... function HRESULT (line 112) | HRESULT STDMETHODCALLTYPE CAudioStream::Clone(IStream **ppstm) FILE: Engine/AudioStream.h type WMA_SYNC_READER (line 16) | typedef struct _WMA_SYNC_READER type WMAFormatSpec (line 34) | typedef struct _WMAFormatSpec function class (line 41) | class CAudioStream : public IStream FILE: Engine/BasicPlayer.cpp function set_low (line 77) | inline void set_low(jlong* value, jint low) function set_high (line 83) | inline void set_high(jlong* value, jint high) function jlong (line 89) | jlong as_long(LARGE_INTEGER x) function jlong (line 836) | jlong CBasicPlayer::GetLongFramePosition() function CFileInput (line 843) | CFileInput* CBasicPlayer::GetInput() FILE: Engine/BasicPlayer.h type __int64 (line 69) | typedef __int64 jlong; type juint (line 70) | typedef unsigned int juint; type julong (line 71) | typedef unsigned __int64 julong; type jint (line 72) | typedef long jint; type jbyte (line 73) | typedef signed char jbyte; function class (line 83) | class CSystem function class (line 116) | class CPlayThread : public CThread function class (line 139) | class CSpectrumAnalyserThread : public CThread function class (line 167) | class CSpectrumAnalyser function class (line 231) | class CBasicPlayer FILE: Engine/CriticalSection.h function class (line 9) | class CCriticalSection FILE: Engine/FastFourierTransform.h function class (line 14) | class CFastFourierTransform FILE: Engine/IO.cpp function DWORD (line 36) | DWORD CInput::GetTotalTime() function LARGE_INTEGER (line 41) | LARGE_INTEGER CInput::GetTotalSamples() function LARGE_INTEGER (line 50) | LARGE_INTEGER CInput::GetSize() function LARGE_INTEGER (line 55) | LARGE_INTEGER CInput::GetPosition() function DWORD (line 88) | DWORD CInput::CopyData(void* buffer, DWORD size) function DWORD (line 99) | DWORD CInput::FillBuffer(void* buffer, DWORD size, bool *eof) function WORD (line 313) | WORD CFileInput::GetBitsPerSample() function DWORD (line 319) | DWORD CFileInput::GetSampleRate() function WORD (line 325) | WORD CFileInput::GetChannels() function LARGE_INTEGER (line 376) | LARGE_INTEGER CFileInput::GetTotalSamples() function DWORD (line 449) | DWORD CFileInput::GetTotalTime() function SHORT (line 531) | SHORT CWmaInput::CNToShortInt() function DWORD (line 555) | DWORD CWmaInput::GetBitrate() function DWORD (line 561) | DWORD CWmaInput::GetFormatsCount() function Compare4 (line 1701) | bool Compare4(CHAR* S1, CHAR* S2) function ConvertIEEEFloatTo32 (line 1715) | void ConvertIEEEFloatTo32(int* InOutBuf, int InSize) function ConvertShortIEEEFloatTo32 (line 1727) | void ConvertShortIEEEFloatTo32(int* InOutBuf, int InSize) function parse_xing (line 2012) | int parse_xing(struct xing *xing, struct mad_bitptr ptr, unsigned int bi... function scan_header (line 2082) | int scan_header(CStream* pInStream, struct mad_header *header, struct xi... function prng (line 2169) | __inline unsigned long prng(unsigned long state) function dither (line 2178) | __inline signed int dither(mad_fixed_t sample, struct dither *dither) function pack_pcm (line 2234) | void pack_pcm(unsigned char **pcm, unsigned int nsamples, function vorbisRead (line 2433) | size_t vorbisRead(void *buffer, size_t size, size_t amount, void *file) function vorbisSeek (line 2440) | int vorbisSeek(void *file, ogg_int64_t newpos, int set) function vorbisClose (line 2449) | int vorbisClose(void *file) function vorbisTell (line 2454) | long vorbisTell(void *file) FILE: Engine/IO.h function class (line 22) | class CInput function class (line 68) | class CStreamedInput : public CInput function class (line 96) | class CFileInput : public CStreamedInput type ChannelsNumber (line 142) | typedef enum _ChannelsNumber function class (line 152) | class CWmaInput : public CFileInput type WaveType (line 204) | typedef enum _WaveType type WaveHeader (line 217) | typedef struct _WaveHeader type WaveHeaderEx (line 234) | typedef struct _WaveHeaderEx type DVIADPCMHeader (line 246) | typedef struct _DVIADPCMHeader type DVI_ADPCM_INFO (line 268) | typedef struct _DVI_ADPCM_INFO type DVI_ADPCM_STATE_STEREO (line 275) | typedef struct _DVI_ADPCM_STATE_STEREO type DVI_ADPCM_ENCODE_STATE_STEREO (line 283) | typedef struct _DVI_ADPCM_ENCODE_STATE_STEREO type MS_ADPCM_COEF_SET (line 291) | typedef struct _MS_ADPCM_COEF_SET type MS_ADPCM_INFO (line 297) | typedef struct _MS_ADPCM_INFO type MSADPCMBlockHeaderMono (line 306) | typedef struct _MSADPCMBlockHeaderMono type MSADPCMBlockHeaderStereo (line 314) | typedef struct _MSADPCMBlockHeaderStereo type DVIADPCMBlockHeader (line 322) | typedef struct _DVIADPCMBlockHeader function class (line 332) | class CWaveInput : public CFileInput type xing (line 383) | struct xing type dither (line 402) | struct dither type ID3Tag (line 408) | typedef struct _ID3Tag type ID3v2Tag (line 419) | typedef struct _ID3v2Tag type ID3v2Frame (line 427) | typedef struct _ID3v2Frame type xing (line 434) | struct xing type mad_bitptr (line 434) | struct mad_bitptr type mad_header (line 435) | struct mad_header type xing (line 435) | struct xing function class (line 438) | class CMp3Input : public CFileInput function class (line 475) | class CVorbisInput : public CFileInput FILE: Engine/SoundControl.h function class (line 47) | class SoundControl FILE: Engine/Stream.cpp function INT64 (line 12) | INT64 CStream::GetSize() function INT64 (line 40) | INT64 CStream::GetPosition() function DWORD (line 58) | DWORD CHandleStream::Read(void* buf, DWORD size) function DWORD (line 67) | DWORD CHandleStream::Write(void *buf, DWORD size) function DWORD (line 76) | DWORD CHandleStream::Seek(int offset, WORD origin) function DWORD (line 98) | DWORD CCustomMemoryStream::Read(void *buf, DWORD size) function DWORD (line 118) | DWORD CCustomMemoryStream::Seek(int offset, WORD origin) function DWORD (line 252) | DWORD CMemoryStream::Write(void *buf, DWORD size) FILE: Engine/Stream.h function class (line 15) | class CStream function class (line 37) | class CHandleStream : public CStream function class (line 60) | class CCustomMemoryStream : public CStream function class (line 84) | class CMemoryStream : public CCustomMemoryStream type FILE_MODE (line 108) | typedef enum _FILE_MODE function class (line 113) | class CFileStream : public CHandleStream type RiffHeader (line 123) | typedef struct _RiffHeader type ACMWaveFormat (line 129) | typedef struct _ACMWaveFormat function class (line 138) | class CWaveConverter : public CMemoryStream FILE: Engine/Thread.h function class (line 7) | class CThread function Resume (line 48) | void Resume() function Suspend (line 58) | void Suspend() function Suspended (line 68) | bool Suspended() function Stop (line 74) | void Stop() function wait (line 84) | void wait() FILE: Engine/Utils.cpp function DS_lockCache (line 23) | bool DS_lockCache() { function DS_unlockCache (line 28) | void DS_unlockCache() { function isEqualGUID (line 34) | bool isEqualGUID(LPGUID lpGuid1, LPGUID lpGuid2) function findCacheItemByGUID (line 56) | signed int findCacheItemByGUID(LPGUID lpGuid, bool isSource) function findCacheItemByMixerIndex (line 71) | signed int findCacheItemByMixerIndex(signed int mixerIndex) function DS_RefreshCacheEnum (line 85) | bool CALLBACK DS_RefreshCacheEnum(LPGUID lpGuid, LPCSTR lpstrDescription, function DAUDIO_GetDirectAudioDeviceCount (line 130) | signed int DAUDIO_GetDirectAudioDeviceCount() function DS_GetDescEnum (line 191) | bool CALLBACK DS_GetDescEnum(LPGUID lpGuid, LPCTSTR lpstrDescription, function DAUDIO_GetDirectAudioDeviceDescription (line 208) | signed int DAUDIO_GetDirectAudioDeviceDescription(signed int mixerIndex,... function DAUDIO_GetFormats (line 249) | void DAUDIO_GetFormats(signed int mixerIndex, signed int deviceID, int i... function LPSTR (line 286) | LPSTR TranslateDSError(HRESULT hr) { class DS_StartBufferHelper (line 352) | class DS_StartBufferHelper { method isInitialized (line 357) | static inline bool isInitialized() { return data.threadHandle != NULL; } method DS_StartBufferHelper (line 359) | DS_StartBufferHelper() {} class Data (line 362) | class Data { function DWORD (line 406) | DWORD WINAPI __stdcall DS_StartBufferHelper::ThreadProc(void *param) function HRESULT (line 430) | HRESULT DS_StartBufferHelper::StartBuffer(DS_Info* info) { function DS_getDistance (line 449) | inline int DS_getDistance(DS_Info* info, int pos1, int pos2) { function DS_addPos (line 458) | inline int DS_addPos(DS_Info* info, int pos1, int pos2) { function DS_addDeviceRef (line 465) | bool DS_addDeviceRef(signed int deviceID) function DS_removeDeviceRef (line 534) | void DS_removeDeviceRef(signed int deviceID) { function createWaveFormat (line 551) | void createWaveFormat(WAVEFORMATEXTENSIBLE* format, int sampleRate, function DS_clearBuffer (line 580) | void DS_clearBuffer(DS_Info* info, bool fromWritePos) function DS_destroySoundBuffer (line 782) | void DS_destroySoundBuffer(DS_Info* info) function DAUDIO_Start (line 902) | int DAUDIO_Start(void* id, int isSource) function DAUDIO_Stop (line 964) | int DAUDIO_Stop(void* id, int isSource) { function DAUDIO_Close (line 981) | void DAUDIO_Close(void* id, int isSource) { function DS_CheckUnderrun (line 996) | void DS_CheckUnderrun(DS_Info* info, DWORD playCursor, DWORD writeCursor) { function DS_GetAvailable (line 1034) | int DS_GetAvailable(DS_Info* info, DWORD* playCursor, DWORD* writeCursor, function DAUDIO_Write (line 1128) | int DAUDIO_Write(void* id, char* data, int byteSize) function DAUDIO_Read (line 1242) | int DAUDIO_Read(void* id, char* data, int byteSize) { function DAUDIO_GetBufferSize (line 1302) | int DAUDIO_GetBufferSize(void* id, int isSource) { function DAUDIO_StillDraining (line 1307) | int DAUDIO_StillDraining(void* id, int isSource) { function DAUDIO_Flush (line 1323) | int DAUDIO_Flush(void* id, int isSource) { function DAUDIO_GetAvailable (line 1348) | int DAUDIO_GetAvailable(void* id, int isSource) { function INT64 (line 1359) | INT64 estimatePositionFromAvail(DS_Info* info, INT64 javaBytePos, int bu... function INT64 (line 1376) | INT64 DAUDIO_GetBytePosition(void* id, int isSource, INT64 javaBytePos) { function DAUDIO_SetBytePosition (line 1388) | void DAUDIO_SetBytePosition(void* id, int isSource, INT64 javaBytePos) { function DAUDIO_RequiresServicing (line 1394) | int DAUDIO_RequiresServicing(void* id, int isSource) { function DAUDIO_Service (line 1399) | void DAUDIO_Service(void* id, int isSource) { function DAUDIO_AddAudioFormat (line 1419) | void DAUDIO_AddAudioFormat(void* creatorV, int significantBits, int fram... FILE: Engine/Utils.h type UBYTE (line 17) | typedef unsigned char UBYTE; type SBYTE (line 18) | typedef char SBYTE; type DirectAudioDeviceDescription (line 23) | typedef struct tag_DirectAudioDeviceDescription { type DirectAudioDeviceDescription (line 33) | typedef struct tag_DirectAudioDeviceDescription { type DS_AudioDeviceCache (line 44) | typedef struct { type DS_RefreshCacheStruct (line 54) | typedef struct { type DS_Info (line 59) | typedef struct { type WAVEFORMATEXTENSIBLE (line 95) | typedef struct { FILE: Engine/WMWrapper.cpp function WMA_Reader_Init (line 10) | void WMA_Reader_Init(WMA_SYNC_READER* reader, CStream* pStream, bool bDe... function DWORD (line 251) | DWORD WMA_Reader_GetDuration(WMA_SYNC_READER* reader) function WMA_Reader_GetTag (line 258) | void WMA_Reader_GetTag(WMA_SYNC_READER* reader, WCHAR* pszTagName, WCHAR... function WORD (line 268) | WORD WMA_Reader_GetTagLength(WMA_SYNC_READER* reader, WCHAR* pszTagName) function WMA_Reader_GetAuthor (line 282) | void WMA_Reader_GetAuthor(WMA_SYNC_READER* reader, WCHAR* pszAuthor) function WMA_Reader_Uninit (line 292) | void WMA_Reader_Uninit(WMA_SYNC_READER* reader) function DWORD (line 324) | DWORD WMA_Reader_GetBitrate(WMA_SYNC_READER* reader) function DWORD (line 339) | DWORD WMA_Reader_GetFormatCount(WMA_SYNC_READER* reader, bool Descrete) function WMA_Reader_GetFormat (line 350) | void WMA_Reader_GetFormat(WMA_SYNC_READER* reader, bool Descrete, int in... function WMA_Reader_GetIsVBR (line 385) | bool WMA_Reader_GetIsVBR(WMA_SYNC_READER* reader) function WMA_Reader_Free (line 399) | void WMA_Reader_Free(WMA_SYNC_READER* reader) function WMA_Reader_GetData (line 420) | void WMA_Reader_GetData(WMA_SYNC_READER* reader, void** buffer, DWORD* b... function WMA_Reader_GetAudioPropties (line 465) | void WMA_Reader_GetAudioPropties(WMA_SYNC_READER* reader, WORD* channels... function WMA_Reader_Seek (line 472) | void WMA_Reader_Seek(WMA_SYNC_READER* reader, DWORD offset) function WMA_Reader_SetFormat (line 477) | void WMA_Reader_SetFormat(WMA_SYNC_READER* reader, bool Descrete, DWORD ... FILE: Entity/MusicInfoEntity.cpp function QString (line 61) | QString MusicInfoEntity::fileName() const function QString (line 71) | QString MusicInfoEntity::time() const function QString (line 81) | QString MusicInfoEntity::filePath() const FILE: Entity/MusicInfoEntity.h function class (line 49) | class MusicInfoEntity FILE: Entity/MusicListSaveFormatEntity.cpp function QString (line 61) | QString MusicListSaveFormatEntity::fileName() const function QString (line 71) | QString MusicListSaveFormatEntity::time() const function QString (line 81) | QString MusicListSaveFormatEntity::filePath() const FILE: Entity/MusicListSaveFormatEntity.h function class (line 49) | class MusicListSaveFormatEntity FILE: Entity/RadioInfoEntity.cpp function QString (line 56) | QString RadioInfoEntity::name() const function QString (line 66) | QString RadioInfoEntity::url() const FILE: Entity/RadioInfoEntity.h function class (line 49) | class RadioInfoEntity FILE: LrcLabel/MusicLrc.h function class (line 59) | class MusicLrc : public QLabel FILE: MainWidget/MainWidget.cpp function getMusicTime (line 198) | inline static unsigned long getMusicTime(WCHAR *szPath) type PlayModeType (line 645) | enum PlayModeType type PlayModeType (line 645) | enum PlayModeType type PlayModeType (line 862) | enum PlayModeType type PlayModeType (line 866) | enum PlayModeType function foreach (line 1216) | foreach(QString oneLine, lrcLines) function foreach (line 1457) | foreach(QFileInfo fileInfo, fileInfoList) function foreach (line 1612) | foreach(long long value, m_lrcMap.keys()) function foreach (line 1759) | foreach(QUrl url, urls) type PlayModeType (line 2418) | enum PlayModeType FILE: MainWidget/MainWidget.h function class (line 102) | class MainWidget : public QWidget FILE: MediaWidget/CollectionPanel.h function class (line 52) | class CollectionPanel : public QWidget FILE: MediaWidget/DownloadListPanel.cpp function foreach (line 121) | foreach (DownloadInfo *downloadInfo, m_musicInfos) function foreach (line 162) | foreach (DownloadInfo *downloadInfo, m_musicInfos) function foreach (line 188) | foreach (DownloadInfo *downloadInfo, m_musicInfos) function QString (line 293) | QString DownloadInfo::title() const function QString (line 304) | QString DownloadInfo::status() const function QString (line 314) | QString DownloadInfo::size() const function QString (line 324) | QString DownloadInfo::speed() const function qint64 (line 334) | qint64 DownloadInfo::progress() const function QThread (line 349) | QThread *DownloadInfo::thread() const FILE: MediaWidget/DownloadListPanel.h function class (line 68) | class DownloadListPanel : public QWidget function class (line 139) | class DownloadInfo : public QObject FILE: MediaWidget/LrcPortraitPanel.h function class (line 51) | class LrcPortraitPanel : public QWidget FILE: MediaWidget/MediaWidget.h function class (line 60) | class MediaWidget : public QWidget FILE: MediaWidget/RadioPanel.cpp function foreach (line 228) | foreach (RadioInfoEntity entity, radioInfos) function QString (line 360) | QString RadioPanel::errorCodeToString(QMediaPlayer::Error error) FILE: MediaWidget/RadioPanel.h function class (line 64) | class RadioPanel : public QWidget FILE: MediaWidget/RankingPanel.h function class (line 51) | class RankingPanel : public QWidget FILE: MediaWidget/SearchPanel.h function class (line 70) | class SearchPanel : public QWidget FILE: MinWidget/MinMusicWidget.h function class (line 57) | class MinMusicWidget : public QWidget FILE: MusicList/MusicList.cpp function foreach (line 245) | foreach (MusicListSaveFormatEntity entity, list) FILE: MusicList/MusicList.h function class (line 55) | class MusicList : public QTableWidget FILE: MusicList/MusicListWidget.h function class (line 56) | class MusicListWidget : public QWidget FILE: MusicList/SharedDialog.h function class (line 55) | class SharedDialog : public QDialog FILE: Thread/AlbumThread.cpp function foreach (line 181) | foreach(QVariant var, resultList) function QString (line 342) | QString AlbumThread::errorCodeToString( QNetworkReply::NetworkError netw... FILE: Thread/AlbumThread.h function class (line 63) | class AlbumThread : public QThread FILE: Thread/DownloadMusicThread.cpp function QString (line 302) | QString DownloadMusicThread::errorCodeToString(QNetworkReply::NetworkErr... FILE: Thread/DownloadMusicThread.h function class (line 62) | class DownloadMusicThread : public QThread FILE: Thread/LoadMusicThread.cpp function getMusicTime (line 56) | static unsigned long getMusicTime(WCHAR *szPath) function foreach (line 170) | foreach (QString filePath, m_musicList) function foreach (line 178) | foreach (QUrl url, m_urls) function foreach (line 314) | foreach (MusicInfoEntity entity, list) function foreach (line 326) | foreach (QFileInfo fileInfo, fileInfoList) FILE: Thread/LoadMusicThread.h function class (line 55) | class LoadMusicThread : public QThread function class (line 76) | class LoadMusicThreadEvent : public QObject FILE: Thread/LrcThread.h function class (line 64) | class LrcThread : public QThread FILE: Thread/SearchThread.cpp function foreach (line 164) | foreach(QVariant var, resultList) FILE: Thread/SearchThread.h function class (line 61) | class SearchThread : public QThread function class (line 82) | class SearchThreadEvent : public QObject FILE: doc/dynsections.js function toggleVisibility (line 1) | function toggleVisibility(linkObj) function updateStripes (line 22) | function updateStripes() function toggleLevel (line 27) | function toggleLevel(level) function toggleFolder (line 48) | function toggleFolder(id) function toggleInherit (line 84) | function toggleInherit(id) FILE: doc/jquery.js function b0 (line 16) | function b0(b3,b4){return new b0.fn.init(b3,b4)} function bw (line 16) | function bw(){if(bF.isReady){return}try{av.documentElement.doScroll("lef... function X (line 16) | function X(e){var bv=a2[e]={},bw,bx;e=e.split(/\s+/);for(bw=0,bx=e.lengt... function bD (line 16) | function bD(bF){return function(bG){bx[bF]=arguments.length>1?aJ.call(ar... function bz (line 16) | function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(ar... function a5 (line 17) | function a5(bx,bw,by){if(by===L&&bx.nodeType===1){var bv="data-"+bw.repl... function S (line 17) | function S(bv){for(var e in bv){if(e==="data"&&b.isEmptyObject(bv[e])){c... function bi (line 17) | function bi(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=b._... function bE (line 17) | function bE(){if(!(--bB)){e.resolveWith(bv,[bv])}} function bk (line 18) | function bk(){return false} function i (line 18) | function i(){return true} function bv (line 27) | function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT").appendTo(e),bw=... function aK (line 30) | function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.pa... FILE: doc/search/search.js function convertToId (line 32) | function convertToId(search) function getXPos (line 55) | function getXPos(item) function getYPos (line 69) | function getYPos(item) function SearchBox (line 90) | function SearchBox(name, resultsPath, inFrame, label) function SearchResults (line 435) | function SearchResults(name) function setKeyActions (line 740) | function setKeyActions(elem,action) function setClassAttr (line 747) | function setClassAttr(elem,attr) function createResults (line 753) | function createResults() FILE: main.cpp function main (line 64) | int main(int argc, char *argv[])