mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
Move GetHistImageSymbols to histogram.c
Planning to revisit memory allocation scheme at several instanaces (next CL). Change-Id: Id7b9f4854e9577e10b53d5b1d8595b7d862e6e01
This commit is contained in:
@ -100,6 +100,11 @@ typedef struct {
|
||||
uint32_t argb_or_distance;
|
||||
} PixOrCopy;
|
||||
|
||||
typedef struct {
|
||||
PixOrCopy* refs;
|
||||
int size;
|
||||
} VP8LBackwardRefs;
|
||||
|
||||
static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance,
|
||||
uint16_t len) {
|
||||
PixOrCopy retval;
|
||||
|
Reference in New Issue
Block a user