Searched refs:nLineBytes (Results 1 – 1 of 1) sorted by relevance
100 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in DecodeArithOpt3() local101 int32_t nBitsLeft = GBW - (nLineBytes << 3); in DecodeArithOpt3()121 for (int32_t cc = 0; cc < nLineBytes; ++cc) { in DecodeArithOpt3()152 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()157 for (int32_t cc = 0; cc < nLineBytes; ++cc) { in DecodeArithOpt3()186 pLine[nLineBytes] = cVal1; in DecodeArithOpt3()266 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in DecodeArithTemplate3Opt3() local267 int32_t nBitsLeft = GBW - (nLineBytes << 3); in DecodeArithTemplate3Opt3()284 for (int32_t cc = 0; cc < nLineBytes; cc++) { in DecodeArithTemplate3Opt3()309 pLine[nLineBytes] = cVal1; in DecodeArithTemplate3Opt3()[all …]