Home
last modified time | relevance | path

Searched refs:SLTP (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrdProc.cpp68 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template0_opt3() local
87 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3()
88 LTP = LTP ^ SLTP; in decode_Arith_Template0_opt3()
158 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template0_unopt() local
166 SLTP = pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt()
167 LTP = LTP ^ SLTP; in decode_Arith_Template0_unopt()
206 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template1_opt3() local
224 SLTP = pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3()
225 LTP = LTP ^ SLTP; in decode_Arith_Template1_opt3()
295 FX_BOOL LTP, SLTP, bVal; in decode_Arith_Template1_unopt() local
[all …]
DJBig2_GrrdProc.cpp37 FX_BOOL LTP, SLTP, bVal; in decode_Template0_unopt() local
45 SLTP = pArithDecoder->DECODE(&grContext[0x0010]); in decode_Template0_unopt()
46 LTP = LTP ^ SLTP; in decode_Template0_unopt()
155 FX_BOOL LTP, SLTP, bVal; in decode_Template0_opt() local
182 SLTP = pArithDecoder->DECODE(&grContext[0x0010]); in decode_Template0_opt()
183 LTP = LTP ^ SLTP; in decode_Template0_opt()
289 FX_BOOL LTP, SLTP, bVal; in decode_Template1_unopt() local
297 SLTP = pArithDecoder->DECODE(&grContext[0x0008]); in decode_Template1_unopt()
298 LTP = LTP ^ SLTP; in decode_Template1_unopt()
393 FX_BOOL LTP, SLTP, bVal; in decode_Template1_opt() local
[all …]