summaryrefslogtreecommitdiff
path: root/vp8/common/postproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/postproc.h')
-rw-r--r--vp8/common/postproc.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/vp8/common/postproc.h b/vp8/common/postproc.h
index 0fa12a7c6..77c4a047d 100644
--- a/vp8/common/postproc.h
+++ b/vp8/common/postproc.h
@@ -17,12 +17,10 @@ struct postproc_state
{
int last_q;
int last_noise;
- char noise[3072];
+ int8_t noise[3072];
int last_base_qindex;
int last_frame_valid;
- DECLARE_ALIGNED(16, char, blackclamp[16]);
- DECLARE_ALIGNED(16, char, whiteclamp[16]);
- DECLARE_ALIGNED(16, char, bothclamp[16]);
+ int clamp;
};
#include "onyxc_int.h"
#include "ppflags.h"