Home
last modified time | relevance | path

Searched refs:residue_books (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/doc/
H A D08-residue.tex218 4) array [residue_books] element [i][j] = read 8 bits as unsigned integer
222 5) array [residue_books] element [i][j] = unused
234 stream undecodable. All codebooks in array [residue_books] are
236 [residue_books] without a value mapping (maptype equals zero) renders
325 17) [vqbook] = array [residue_books] element [vqclass],[pass]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs385 pub residue_books :Vec<ResidueBook>, field
958 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
961 residue_books.push(try!( in read_residue()
984 residue_books, in read_residue()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs378 pub residue_books :Vec<ResidueBook>, field
951 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
954 residue_books.push(try!( in read_residue()
977 residue_books, in read_residue()
/dports/audio/lewton/lewton-0.10.2/src/
H A Dheader.rs378 pub residue_books :Vec<ResidueBook>, field
951 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
954 residue_books.push(try!( in read_residue()
977 residue_books, in read_residue()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs378 pub residue_books :Vec<ResidueBook>, field
951 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
954 residue_books.push(try!( in read_residue()
977 residue_books, in read_residue()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dheader.rs378 pub residue_books :Vec<ResidueBook>, field
951 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
954 residue_books.push(try!( in read_residue()
977 residue_books, in read_residue()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dheader.rs385 pub residue_books :Vec<ResidueBook>, field
958 let mut residue_books = Vec::with_capacity(residue_classifications as usize); in read_residue() localVariable
961 residue_books.push(try!( in read_residue()
984 residue_books, in read_residue()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h321 int16_t (*residue_books)[8]; member
1604 int b = r->residue_books[c][pass]; in decode_residue()
1632 int b = r->residue_books[c][pass]; in decode_residue()
1659 int b = r->residue_books[c][pass]; in decode_residue()
1695 int b = r->residue_books[c][pass]; in decode_residue()
3058 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3062 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3063 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3065 r->residue_books[j][k] = -1; in start_decoder()
3204 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c702 int16 (*residue_books)[8]; member
2101 int b = r->residue_books[c][pass]; in decode_residue()
2147 int b = r->residue_books[c][pass]; in decode_residue()
2187 int b = r->residue_books[c][pass]; in decode_residue()
2237 int b = r->residue_books[c][pass]; in decode_residue()
3953 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3954 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3958 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3959 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3961 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c710 int16 (*residue_books)[8]; member
2112 int b = r->residue_books[c][pass]; in decode_residue()
2158 int b = r->residue_books[c][pass]; in decode_residue()
2198 int b = r->residue_books[c][pass]; in decode_residue()
2248 int b = r->residue_books[c][pass]; in decode_residue()
3985 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3986 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3990 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3991 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3993 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c709 int16 (*residue_books)[8]; member
2109 int b = r->residue_books[c][pass]; in decode_residue()
2155 int b = r->residue_books[c][pass]; in decode_residue()
2195 int b = r->residue_books[c][pass]; in decode_residue()
2245 int b = r->residue_books[c][pass]; in decode_residue()
3976 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3977 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3981 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3982 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3984 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp371 int16 (*residue_books)[8]; member
1765 int b = r->residue_books[c][pass]; in decode_residue()
1811 int b = r->residue_books[c][pass]; in decode_residue()
1851 int b = r->residue_books[c][pass]; in decode_residue()
1901 int b = r->residue_books[c][pass]; in decode_residue()
3611 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3612 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3616 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3617 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3619 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c708 int16 (*residue_books)[8]; member
2178 int b = r->residue_books[c][pass]; in decode_residue()
2224 int b = r->residue_books[c][pass]; in decode_residue()
2264 int b = r->residue_books[c][pass]; in decode_residue()
2314 int b = r->residue_books[c][pass]; in decode_residue()
4030 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4031 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4035 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4036 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4038 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c702 int16 (*residue_books)[8]; member
2101 int b = r->residue_books[c][pass]; in decode_residue()
2147 int b = r->residue_books[c][pass]; in decode_residue()
2187 int b = r->residue_books[c][pass]; in decode_residue()
2237 int b = r->residue_books[c][pass]; in decode_residue()
3953 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3954 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3958 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3959 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3961 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h719 stbv_int16 (*residue_books)[8]; member
2119 int b = r->residue_books[c][pass]; in stbv_decode_residue()
2165 int b = r->residue_books[c][pass]; in stbv_decode_residue()
2205 int b = r->residue_books[c][pass]; in stbv_decode_residue()
2255 int b = r->residue_books[c][pass]; in stbv_decode_residue()
3971 …r->residue_books = (short (*)[8]) stbv_setup_malloc(f, sizeof(r->residue_books[0]) * r->classifica… in stbv_start_decoder()
3972 if (r->residue_books == NULL) return stbv_error(f, VORBIS_outofmem); in stbv_start_decoder()
3976 r->residue_books[j][k] = stbv_get_bits(f, 8); in stbv_start_decoder()
3977 … if (r->residue_books[j][k] >= f->codebook_count) return stbv_error(f, VORBIS_invalid_setup); in stbv_start_decoder()
3979 r->residue_books[j][k] = -1; in stbv_start_decoder()
[all …]
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c706 int16 (*residue_books)[8]; member
2106 int b = r->residue_books[c][pass]; in decode_residue()
2152 int b = r->residue_books[c][pass]; in decode_residue()
2192 int b = r->residue_books[c][pass]; in decode_residue()
2242 int b = r->residue_books[c][pass]; in decode_residue()
3958 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3959 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3963 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3964 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3966 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h701 int16 (*residue_books)[8]; member
2099 int b = r->residue_books[c][pass]; in decode_residue()
2145 int b = r->residue_books[c][pass]; in decode_residue()
2185 int b = r->residue_books[c][pass]; in decode_residue()
2235 int b = r->residue_books[c][pass]; in decode_residue()
3949 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3950 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
3954 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3955 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3957 r->residue_books[j][k] = -1; in start_decoder()
[all …]
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c724 int16 (*residue_books)[8]; member
2143 int b = r->residue_books[c][pass]; in decode_residue()
2189 int b = r->residue_books[c][pass]; in decode_residue()
2239 int b = r->residue_books[c][pass]; in decode_residue()
4008 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4009 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4013 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4014 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4016 r->residue_books[j][k] = -1; in start_decoder()
4199 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c675 int16 (*residue_books)[8]; member
2166 int b = r->residue_books[c][pass]; in decode_residue()
2215 int b = r->residue_books[c][pass]; in decode_residue()
2257 int b = r->residue_books[c][pass]; in decode_residue()
2309 int b = r->residue_books[c][pass]; in decode_residue()
3970 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3974 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3975 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3977 r->residue_books[j][k] = -1; in start_decoder()
4130 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c726 int16 (*residue_books)[8]; member
2145 int b = r->residue_books[c][pass]; in decode_residue()
2191 int b = r->residue_books[c][pass]; in decode_residue()
2241 int b = r->residue_books[c][pass]; in decode_residue()
4010 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4011 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4015 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4016 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4018 r->residue_books[j][k] = -1; in start_decoder()
4201 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h732 int16 (*residue_books)[8]; member
2157 int b = r->residue_books[c][pass]; in decode_residue()
2203 int b = r->residue_books[c][pass]; in decode_residue()
2253 int b = r->residue_books[c][pass]; in decode_residue()
4025 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4026 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4030 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4031 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4033 r->residue_books[j][k] = -1; in start_decoder()
4216 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c728 int16 (*residue_books)[8]; member
2148 int b = r->residue_books[c][pass]; in decode_residue()
2194 int b = r->residue_books[c][pass]; in decode_residue()
2244 int b = r->residue_books[c][pass]; in decode_residue()
4016 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4017 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4021 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4022 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4024 r->residue_books[j][k] = -1; in start_decoder()
4207 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c728 int16 (*residue_books)[8]; member
2148 int b = r->residue_books[c][pass]; in decode_residue()
2194 int b = r->residue_books[c][pass]; in decode_residue()
2244 int b = r->residue_books[c][pass]; in decode_residue()
4016 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4017 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4021 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4022 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4024 r->residue_books[j][k] = -1; in start_decoder()
4207 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c338 int16 (*residue_books)[8]; member
1913 int b = r->residue_books[c][pass]; in decode_residue()
1962 int b = r->residue_books[c][pass]; in decode_residue()
2004 int b = r->residue_books[c][pass]; in decode_residue()
2058 int b = r->residue_books[c][pass]; in decode_residue()
3824 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
3828 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
3830 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
3832 r->residue_books[j][k] = -1; in start_decoder()
4005 setup_free(p, r->residue_books); in vorbis_deinit()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c728 int16 (*residue_books)[8]; member
2148 int b = r->residue_books[c][pass]; in decode_residue()
2194 int b = r->residue_books[c][pass]; in decode_residue()
2244 int b = r->residue_books[c][pass]; in decode_residue()
4016 …r->residue_books = (short (*)[8]) setup_malloc(f, sizeof(r->residue_books[0]) * r->classifications… in start_decoder()
4017 if (r->residue_books == NULL) return error(f, VORBIS_outofmem); in start_decoder()
4021 r->residue_books[j][k] = get_bits(f, 8); in start_decoder()
4022 … if (r->residue_books[j][k] >= f->codebook_count) return error(f, VORBIS_invalid_setup); in start_decoder()
4024 r->residue_books[j][k] = -1; in start_decoder()
4207 setup_free(p, r->residue_books); in vorbis_deinit()

12