Searched refs:nextBits (Results 1 – 1 of 1) sorted by relevance
57 protected $nextBits = 0; variable in setasign\\Fpdi\\PdfParser\\Filter\\Lzw89 $this->nextBits = 0;177 $this->nextBits += 8;179 if ($this->nextBits < $this->bitsToGet) {181 $this->nextBits += 8;184 …$code = ($this->nextData >> ($this->nextBits - $this->bitsToGet)) & $this->andTable[$this->bitsToG…185 $this->nextBits -= $this->bitsToGet;