From 821c7236cea91645d32e1028b6f40d500961441c Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 26 Feb 2018 22:20:02 +0000 Subject: Shrink some tables and kill dead code in xfa. Change-Id: Ic1260417e7d1475dd518655b2ab08f0184955d88 Reviewed-on: https://pdfium-review.googlesource.com/27170 Commit-Queue: Tom Sepez Reviewed-by: dsinclair --- core/fxcodec/jbig2/JBig2_ArithDecoder.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp b/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp index deba72bfc5..ba42644e94 100644 --- a/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp +++ b/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp @@ -12,10 +12,10 @@ namespace { struct JBig2ArithQe { - unsigned int Qe; - unsigned int NMPS; - unsigned int NLPS; - unsigned int nSwitch; + uint16_t Qe; + uint8_t NMPS; + uint8_t NLPS; + uint8_t nSwitch; }; const JBig2ArithQe kQeTable[] = { -- cgit v1.2.3