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

◆ add_entry()

static void fl::third_party::vorbis::add_entry ( Codebook * c,
uint32 huff_code,
int32_t symbol,
int32_t count,
int32_t len,
uint32 * values )
static

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

806{
807 if (!c->sparse) {
808 c->codewords [symbol] = huff_code;
809 } else {
810 c->codewords [count] = huff_code;
811 c->codeword_lengths[count] = len;
812 values [count] = symbol;
813 }
814}

References FL_NOEXCEPT.

Referenced by compute_codewords().

+ Here is the caller graph for this function: