Searched refs:iSrcConsumed (Results 1 – 1 of 1) sorted by relevance
745 int32_t iSrcConsumed = 0; // consumed bit count of source bs in WelsDecodeBs() local782 while (iSrcConsumed < iSrcLength) { in WelsDecodeBs()783 …if ((2 + iSrcConsumed < iSrcLength) && (0 == LD16 (pSrcNal + iSrcIdx)) && (pSrcNal[2 + iSrcIdx] <=… in WelsDecodeBs()794 iSrcConsumed++; in WelsDecodeBs()797 if ((3 + iSrcConsumed < iSrcLength) && pSrcNal[3 + iSrcIdx] > 0x03) { in WelsDecodeBs()804 iSrcConsumed += 3; in WelsDecodeBs()851 if ((iSrcLength - iSrcConsumed + 4) > (pRawData->pEnd - pDstNal)) { in WelsDecodeBs()858 iSrcConsumed += 3; in WelsDecodeBs()865 iSrcConsumed++; in WelsDecodeBs()