Definition at line 903 of file stb_vorbis.cpp.hpp.
904{
906
907
908
909
916 } else {
919 }
920
923
925
926
927
928
929
930 for (i=0; i < len; ++i) {
935 while (n > 1) {
936
940 n -= (n>>1);
941 } else {
942 n >>= 1;
943 }
944 }
949 } else {
951 }
952 }
953 }
954}
#define FL_ASSERT(x, MSG)
static int uint32_compare(const void *p, const void *q) FL_NOEXCEPT
static uint32_t bit_reverse(uint32_t n) FL_NOEXCEPT
static int32_t include_in_sort(Codebook *c, uint8 len) FL_NOEXCEPT
uint32 * sorted_codewords
void qsort(void *base, size_t nmemb, size_t size, qsort_compare_fn compar)
References bit_reverse(), FL_ASSERT, FL_NOEXCEPT, include_in_sort(), lengths, fl::qsort(), uint32_compare(), and fl::x.
Referenced by start_decoder().