Searched refs:btBufPosLimit (Results 1 – 2 of 2) sorted by relevance
51 UInt32 btBufPosLimit; member
493 p->btBufPos = p->btBufPosLimit = 0; in MatchFinderMt_Init()532 p->btBufPosLimit = p->btBufPos = blockIndex * kMtBtBlockSize; in MatchFinderMt_GetNextBlock_Bt()533 p->btBufPosLimit += p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()544 #define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->btBufPosLimit) MatchFinderMt_GetNextBlock_…