Searched refs:nLineBytes (Results 1 – 1 of 1) sorted by relevance
73 int32_t nLineBytes, nBitsLeft, cc; in decode_Arith_Template0_opt3() local82 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3()83 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()99 for (cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()121 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()126 for (cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()147 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()211 int32_t nLineBytes, nBitsLeft, cc; in decode_Arith_Template1_opt3() local220 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3()221 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()[all …]