Searched refs:nLineBytes (Results 1 – 1 of 1) sorted by relevance
84 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3() local85 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()103 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()131 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()136 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()163 pLine[nLineBytes] = cVal1; in decode_Arith_Template0_opt3()233 int32_t nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3() local234 int32_t nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()251 for (int32_t cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template1_opt3()279 pLine[nLineBytes] = cVal1; in decode_Arith_Template1_opt3()[all …]