Searched refs:nLineBytes (Results 1 – 1 of 1) sorted by relevance
222 FX_INT32 nLineBytes, nBitsLeft, cc; in decode_Arith_Template0_opt3() local233 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template0_opt3()234 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template0_opt3()250 for(cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()273 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()278 for(cc = 0; cc < nLineBytes; cc++) { in decode_Arith_Template0_opt3()299 pLine[nLineBytes] = cVal; in decode_Arith_Template0_opt3()473 FX_INT32 nLineBytes, nBitsLeft, cc; in decode_Arith_Template1_opt3() local484 nLineBytes = ((GBW + 7) >> 3) - 1; in decode_Arith_Template1_opt3()485 nBitsLeft = GBW - (nLineBytes << 3); in decode_Arith_Template1_opt3()[all …]