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

◆ plm_buffer_read_vlc_uint()

uint16_t fl::third_party::plm_buffer_read_vlc_uint ( plm_buffer_t * self,
const plm_vlc_uint_t * table )

Definition at line 1119 of file pl_mpeg.hpp.

1119 {
1120 return (uint16_t)plm_buffer_read_vlc(self, (const plm_vlc_t *)table);
1121}
fl::u16 uint16_t
Definition coder.h:214
int16_t plm_buffer_read_vlc(plm_buffer_t *self, const plm_vlc_t *table) FL_NOEXCEPT
Definition pl_mpeg.hpp:1111

References FL_NOEXCEPT, and plm_buffer_read_vlc().

Referenced by plm_video_decode_block().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: