mirror of
https://github.com/webmproject/libwebp.git
synced 2025-10-18 00:12:07 +02:00
bit_reader/kVP8NewRange: range_t -> uint8_t
decreases the size of each entry from 4 bytes to 1. Change-Id: I3e6a50bcbc279e5edfa411edb97b04300dedc7ae
This commit is contained in:
@@ -46,7 +46,7 @@ typedef uint8_t lbit_t;
|
||||
#endif
|
||||
|
||||
extern const uint8_t kVP8Log2Range[128];
|
||||
extern const range_t kVP8NewRange[128];
|
||||
extern const uint8_t kVP8NewRange[128];
|
||||
|
||||
// special case for the tail byte-reading
|
||||
void VP8LoadFinalBytes(VP8BitReader* const br);
|
||||
|
Reference in New Issue
Block a user