commit | cd44a0549c743176f848f4c13e8ac73daaa75977 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Mon Feb 19 14:23:40 2018 -0800 |
committer | Yaowu Xu <yaowu@google.com> | Mon Feb 19 14:49:35 2018 -0800 |
tree | 938747a2bb133a64268252a98d2f0f482a977c7a | |
parent | 1cb1c0027fc5e6f87afcc0f437da9086aca10799 [diff] [blame] |
Change to use 8bit for qmatrix entries This is to reduce the size of static tables. BUG=aomedia:1030 Change-Id: Id9a00352560af38eb381f403510ec3f3d7f1c29a
diff --git a/aom_dsp/aom_dsp_common.h b/aom_dsp/aom_dsp_common.h index 2261e53..9b20566 100644 --- a/aom_dsp/aom_dsp_common.h +++ b/aom_dsp/aom_dsp_common.h
@@ -52,7 +52,7 @@ #define UNLIKELY(v) (v) #endif -typedef uint16_t qm_val_t; +typedef uint8_t qm_val_t; #define AOM_QM_BITS 5 // Note: