Home
last modified time | relevance | path

Searched refs:residue_cascade (Results 1 – 25 of 29) sorted by relevance

12

/dports/net/liveMedia/live/liveMedia/
H A DOggFileParser.cpp513 u_int8_t* residue_cascade = new u_int8_t[residue_classifications]; in parseVorbisSetup_residues() local
523 residue_cascade[j] = (high_bits<<3) | low_bits; in parseVorbisSetup_residues()
527 u_int8_t const cascade = residue_cascade[j]; in parseVorbisSetup_residues()
535 delete[] residue_cascade; in parseVorbisSetup_residues()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs947 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
955 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
960 for cascade_entry in &residue_cascade { in read_residue()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs940 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
948 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
953 for cascade_entry in &residue_cascade { in read_residue()
/dports/audio/lewton/lewton-0.10.2/src/
H A Dheader.rs940 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
948 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
953 for cascade_entry in &residue_cascade { in read_residue()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs940 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
948 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
953 for cascade_entry in &residue_cascade { in read_residue()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs940 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
948 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
953 for cascade_entry in &residue_cascade { in read_residue()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs947 let mut residue_cascade = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
955 residue_cascade.push((high_bits << 3) | low_bits); in read_residue()
960 for cascade_entry in &residue_cascade { in read_residue()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/doc/
H A D08-residue.tex200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
216 3) if ( vector [residue_cascade] element [i] bit [j] is set ) {
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h3042 uint8_t residue_cascade[64]; in start_decoder() local
3056 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3061 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c3990 uint8 residue_cascade[64]; in start_decoder() local
4006 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4012 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c3954 uint8 residue_cascade[64]; in start_decoder() local
3968 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3973 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c3992 uint8 residue_cascade[64]; in start_decoder() local
4008 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4014 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h4007 uint8 residue_cascade[64]; in start_decoder() local
4023 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4029 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c3935 uint8 residue_cascade[64]; in start_decoder() local
3951 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3957 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c3967 uint8 residue_cascade[64]; in start_decoder() local
3983 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3989 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c3958 uint8 residue_cascade[64]; in start_decoder() local
3974 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3980 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c3998 uint8 residue_cascade[64]; in start_decoder() local
4014 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4020 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c3998 uint8 residue_cascade[64]; in start_decoder() local
4014 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4020 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c3800 uint8 residue_cascade[64]; in start_decoder() local
3821 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3827 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c3998 uint8 residue_cascade[64]; in start_decoder() local
4014 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4020 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp3593 uint8 residue_cascade[64]; in start_decoder() local
3609 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3615 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h4099 uint8 residue_cascade[64]; in start_decoder() local
4115 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4121 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c4012 uint8 residue_cascade[64]; in start_decoder() local
4028 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
4034 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c3935 uint8 residue_cascade[64]; in start_decoder() local
3951 residue_cascade[j] = high_bits*8 + low_bits; in start_decoder()
3957 if (residue_cascade[j] & (1 << k)) { in start_decoder()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h3953 stbv_uint8 residue_cascade[64]; in stbv_start_decoder() local
3969 residue_cascade[j] = high_bits*8 + low_bits; in stbv_start_decoder()
3975 if (residue_cascade[j] & (1 << k)) { in stbv_start_decoder()

12