Definition at line 1384 of file stb_vorbis.cpp.hpp.
1385{
1388
1390 return -1;
1391
1392
1393
1395
1398
1399 while (n > 1) {
1400
1404 n -= (n>>1);
1405 } else {
1406 n >>= 1;
1407 }
1408 }
1409
1411
1417 }
1418
1420 return -1;
1421 }
1422
1423
1425 for (i=0; i < c->
entries; ++i) {
1431 return i;
1432 }
1434 return -1;
1435 }
1436 }
1437
1440 return -1;
1441}
#define FL_ASSERT(x, MSG)
static int32_t error(vorb *f, enum STBVorbisError e) FL_NOEXCEPT
static constexpr uint8_t NO_CODE
static uint32_t bit_reverse(uint32_t n) FL_NOEXCEPT
FL_ALWAYS_INLINE void prep_huffman(vorb *f) FL_NOEXCEPT
uint32 * sorted_codewords
References bit_reverse(), error(), FL_ASSERT, FL_NOEXCEPT, NO_CODE, prep_huffman(), VORBIS_invalid_stream, and fl::x.