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

◆ SetBitstreamPointer()

void fl::third_party::SetBitstreamPointer ( BitStreamInfo * bsi,
int32_t nBytes,
const unsigned char * buf )

Definition at line 65 of file bitstream.hpp.

66{
67 /* init bitstream */
68 bsi->bytePtr = buf;
69 bsi->iCache = 0; /* 4-byte unsigned int */
70 bsi->cachedBits = 0; /* i.e. zero bits in cache */
71 bsi->nBytes = nBytes;
72}
const unsigned char * bytePtr
Definition coder.h:154

References FL_NOEXCEPT.

Referenced by UnpackScaleFactors(), and UnpackSideInfo().

+ Here is the caller graph for this function: