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

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanDecoder.cpp 22 FX_DWORD nTmp;
23 if (m_pStream->read1Bit(&nTmp) == -1)
26 nVal = (nVal << 1) | nTmp;
33 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1)
38 *nResult = pTable->GetRANGELOW()[i] - nTmp;
40 *nResult = pTable->GetRANGELOW()[i] + nTmp;
JBig2_SddProc.cpp 37 FX_DWORD nTmp;
57 nTmp = 0;
58 while ((FX_DWORD)(1 << nTmp) < (SDNUMINSYMS + SDNUMNEWSYMS)) {
59 nTmp++;
61 IAID.reset(new CJBig2_ArithIaidDecoder((uint8_t)nTmp));
126 nTmp = 0;
127 while ((FX_DWORD)(1 << nTmp) < SBNUMSYMS) {
128 nTmp++;
130 SBSYMCODELEN = (uint8_t)nTmp;
306 FX_DWORD nTmp;
    [all...]
JBig2_TrdProc.cpp 30 FX_DWORD nTmp;
70 nTmp = 1;
71 while ((FX_DWORD)(1 << nTmp) < SBSTRIPS) {
72 nTmp++;
74 if (pStream->readNBits(nTmp, &nVal) != 0)
84 if (pStream->read1Bit(&nTmp) != 0)
87 nVal = (nVal << 1) | nTmp;
117 nTmp = pStream->getOffset();
150 if ((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 580 int nTmp = atoi(sArgv[2]);
581 if (validateSampRate (nTmp) == FALSE) {
584 *iSampRate = nTmp;
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_dirwrite.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_dirwrite.c 828 uint32 nTmp;
846 nTmp = (uint32)o->tdir_count;
847 _TIFFmemcpy(n,&nTmp,4);
857 nTmp = (uint32)tif->tif_nextdiroff;
859 TIFFSwabLong(&nTmp);
860 _TIFFmemcpy(n,&nTmp,4);
    [all...]

Completed in 614 milliseconds