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

◆ crc32_update()

FL_ALWAYS_INLINE uint32 fl::third_party::vorbis::crc32_update ( uint32 crc,
uint8 byte )

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

738{
739 return (crc << 8) ^ crc_table[byte ^ (crc >> 24)];
740}
static uint32 crc_table[256]

References crc_table, FL_ALWAYS_INLINE, and FL_NOEXCEPT.

Referenced by vorbis_find_page(), and vorbis_search_for_page_pushdata().

+ Here is the caller graph for this function: