Searched refs:currentBits (Results 1 – 1 of 1) sorted by relevance
764 public $currentBits = 0; variable in AVCSequenceParameterSetReader839 $newBits = $this->currentBits + $bits;841 $this->currentBits = $newBits % 8;848 …lib::BigEndian2Int(substr($this->sps, $this->currentBytes, 1)) >> (7 - $this->currentBits)) & 0x01;