Searched refs:boxBitLength_ (Results 1 – 2 of 2) sorted by relevance
175 for (int i = 0; i < length && pos_ < boxBitLength_; ++i, ++pos_) { in GetWord()188 while (pos_ < boxBitLength_ && ((nalu[pos_ / ONE_BYTE_SHIFT] >> in GetGolombCode()296 boxBitLength_ = nalUnits.size() * BIT_DEPTH_DIFF; in ParseNalUnitAnalysisSps()
132 uint32_t boxBitLength_ = 0; variable