HomeSort by relevance Sort by last modified time
    Searched refs:DECODE (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_ArithDecoder.h 29 int DECODE(JBig2ArithCtx* pCX);
JBig2_ArithIntDecoder.cpp 35 int D = decoder->DECODE(pCX);
50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_ArithIntDecoder
56 const int S = pArithDecoder->DECODE(&m_IAx[PREV]);
64 int D = pArithDecoder->DECODE(&m_IAx[PREV]);
95 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, function in class:CJBig2_ArithIaidDecoder
100 int D = pArithDecoder->DECODE(pCX);
JBig2_GrdProc.cpp 92 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]);
111 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
125 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
145 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
158 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
182 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]);
208 bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
240 LTP = LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]);
259 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT]);
273 int bVal = pArithDecoder->DECODE(&gbContext[CONTEXT])
    [all...]
JBig2_GrrdProc.cpp 16 std::unique_ptr<CJBig2_Image> CJBig2_GRRDProc::decode( function in class:CJBig2_GRRDProc
50 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]);
75 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
94 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
166 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]);
212 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
261 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
291 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0008]);
318 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
369 bVal = pArithDecoder->DECODE(&grContext[CONTEXT])
    [all...]
JBig2_ArithDecoder.cpp 70 int CJBig2_ArithDecoder::DECODE(JBig2ArithCtx* pCX) {
  /external/lzma/Asm/x86/
AesOpt.asm 73 ; ---------- AES-CBC Decode ----------
81 DECODE macro op:req
103 DECODE LOAD_OP_W
118 DECODE LOAD_OP
LzmaDecOpt.asm 759 ; ---------- LEN DECODE ----------
795 ; ---------- DECODE DISTANCE ----------
  /device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
xa-class-audio-codec.c 49 TRACE_TAG(DECODE, 1);
556 TRACE(DECODE, _b("codec[%p]::postprocess(c=%u, p=%u, d=%u)"), codec, consumed, produced, done);
  /external/u-boot/drivers/net/
ax88180.h 121 #define DECODE (0)
ax88180.c 733 OUTW (dev, DECODE_EN, DECODE);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 67 STATIC BOOLEAN DECODE = FALSE;
    [all...]

Completed in 7336 milliseconds