Home
last modified time | relevance | path

Searched refs:samplefreqs (Results 1 – 8 of 8) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/musepack/
H A Dstreaminfo.c53 static const mpc_int32_t samplefreqs[8] = { 44100, 48000, 37800, 32000 }; variable
122 si->sample_freq = samplefreqs[mpc_bits_read(r, 2)]; in streaminfo_read_header_sv7()
204 si->sample_freq = samplefreqs[mpc_bits_read(&r, 3)]; in streaminfo_read_header_sv8()
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dstreaminfo.c53 static const mpc_int32_t samplefreqs[8] = { 44100, 48000, 37800, 32000 }; variable
121 si->sample_freq = samplefreqs[mpc_bits_read(r, 2)]; in streaminfo_read_header_sv7()
204 si->sample_freq = samplefreqs[mpc_bits_read(&r, 3)]; in streaminfo_read_header_sv8()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dstreaminfo.c71 static const mpc_int32_t samplefreqs[8] = { 44100, 48000, 37800, 32000 }; variable
140 si->sample_freq = samplefreqs[mpc_bits_read(r, 2)]; in streaminfo_read_header_sv7()
222 si->sample_freq = samplefreqs[mpc_bits_read(&r, 3)]; in streaminfo_read_header_sv8()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dstreaminfo.c71 static const mpc_int32_t samplefreqs[8] = { 44100, 48000, 37800, 32000 }; variable
140 si->sample_freq = samplefreqs[mpc_bits_read(r, 2)]; in streaminfo_read_header_sv7()
222 si->sample_freq = samplefreqs[mpc_bits_read(&r, 3)]; in streaminfo_read_header_sv8()
/dports/audio/musepack/musepack_src_r475/libmpcdec/
H A Dstreaminfo.c53 static const mpc_int32_t samplefreqs[8] = { 44100, 48000, 37800, 32000 }; variable
122 si->sample_freq = samplefreqs[mpc_bits_read(r, 2)]; in streaminfo_read_header_sv7()
205 si->sample_freq = samplefreqs[mpc_bits_read(&r, 3)]; in streaminfo_read_header_sv8()
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dmpc.c42 const int32_t samplefreqs[4] = { 44100, 48000, 37800, 32000 }; variable
157 si->sample_freq = samplefreqs[ (bptr[0] & 0xE0) >> 5 ]; in _mpc_read_header_sv8()
223 si->sample_freq = samplefreqs[bptr[2] & 0x3]; in _mpc_read_header_sv7()
/dports/audio/easytag/easytag-2.4.3/src/tags/libapetag/
H A Dinfo_mpc.c159 const long samplefreqs[4] = { 44100, 48000, 37800, 32000 }; in info_mpc_read() local
164 stream_info->SampleFreq = samplefreqs[(header_buffer[2] >> 16) & 0x0003]; in info_mpc_read()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmpcdec/
H A Dstreaminfo.c65 const mpc_int32_t samplefreqs[4] = { 44100, 48000, 37800, 32000 }; in streaminfo_read_header_sv7() local
90 si->sample_freq = samplefreqs[(HeaderData[2] >> 16) & 0x0003]; in streaminfo_read_header_sv7()