Home
last modified time | relevance | path

Searched refs:compute_codewords (Results 1 – 20 of 20) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h639 static int compute_codewords(Codebook *c, uint8_t *len, int n, uint32_t *values) in compute_codewords() function
2858 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c1067 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3791 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c1023 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3767 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c1069 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3793 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h1079 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3808 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c1042 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3741 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c1046 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3768 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c1045 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3764 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c1071 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3799 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c1071 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3799 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c705 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3583 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c1071 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3799 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.cpp706 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3399 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h1118 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3901 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c1050 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3818 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c1042 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3741 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c1071 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3799 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c1042 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3746 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h1040 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3737 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c1073 static int compute_codewords(Codebook *c, uint8 *len, int n, uint32 *values) in compute_codewords() function
3805 if (!compute_codewords(c, lengths, c->entries, values)) { in start_decoder()