FastLED 3.9.15
Loading...
Searching...
No Matches

◆ include_in_sort()

static int32_t fl::third_party::vorbis::include_in_sort ( Codebook * c,
uint8 len )
static

Definition at line 893 of file stb_vorbis.cpp.hpp.

894{
895 if (c->sparse) { FL_ASSERT(len != NO_CODE, "len must not be NO_CODE"); return true; }
896 if (len == NO_CODE) return false;
897 if (len > FL_STB_VORBIS_FAST_HUFFMAN_LENGTH) return true;
898 return false;
899}
#define FL_ASSERT(x, MSG)
Definition assert.h:6
static constexpr uint8_t NO_CODE
#define FL_STB_VORBIS_FAST_HUFFMAN_LENGTH

References FL_ASSERT, FL_NOEXCEPT, FL_STB_VORBIS_FAST_HUFFMAN_LENGTH, and NO_CODE.

Referenced by compute_sorted_huffman().

+ Here is the caller graph for this function: