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

◆ readSE()

fl::i32 fl::anonymous_namespace{h264.cpp.hpp}::BitReader::readSE ( )
inline

Definition at line 50 of file h264.cpp.hpp.

50 {
51 fl::u32 val = readUE();
52 if (val & 1) {
53 return fl::i32((val + 1) / 2);
54 } else {
55 return -fl::i32(val / 2);
56 }
57 }

References readUE().

Referenced by fl::anonymous_namespace{h264.cpp.hpp}::skipScalingList().

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