Searched refs:prev_two_bytes_ (Results 1 – 2 of 2) sorted by relevance
15 prev_two_bytes_(0), in H264BitReader()30 prev_two_bytes_ = 0xffff; in Initialize()42 if (*data_ == 0x03 && (prev_two_bytes_ & 0xffff) == 0) { in UpdateCurrByte()48 prev_two_bytes_ = 0xffff; in UpdateCurrByte()59 prev_two_bytes_ = ((prev_two_bytes_ & 0xff) << 8) | curr_byte_; in UpdateCurrByte()
70 int prev_two_bytes_; variable