Home | History | Annotate | Download | only in jbig2

Lines Matching defs:nVal

1839     FX_INT32 nVal, nBits;

1872 nVal = pHuffmanDecoder->decodeAValue(SBHUFFDS, &IDS);
1873 if(nVal == JBIG2_OOB) {
1875 } else if(nVal != 0) {
1889 if(pStream->readNBits(nTmp, &nVal) != 0) {
1893 CURT = nVal;
1896 nVal = 0;
1903 nVal = (nVal << 1) | nTmp;
1906 if((nBits == SBSYMCODES[IDI].codelen) && (nVal == SBSYMCODES[IDI].code)) {
1929 || (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE, &nVal) != 0)) {
1967 if((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {
2058 FX_INT32 nRet, nVal;
2132 if(IAIT->decode(pArithDecoder, &nVal) == -1) {
2136 CURT = nVal;
2139 if(IAID->decode(pArithDecoder, &nVal) == -1) {
2143 IDI = nVal;
2293 FX_INT32 nVal;
2346 nVal = IADW->decode(pArithDecoder, &DW);
2347 if(nVal == JBIG2_OOB) {
2349 } else if(nVal != 0) {
2634 FX_INT32 nVal, nBits;
2678 nVal = pHuffmanDecoder->decodeAValue(SDHUFFDW, &DW);
2679 if(nVal == JBIG2_OOB) {
2681 } else if(nVal != 0) {
2805 nVal = 0;
2813 nVal = (nVal << 1) | nTmp;
2815 if((nVal == SBSYMCODES[IDI].code)
2831 || (pHuffmanDecoder->decodeAValue(SBHUFFRSIZE, &nVal) != 0)) {
2866 if((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {