Searched refs:prev_two_bytes_ (Results 1 – 2 of 2) sorted by relevance
16 prev_two_bytes_(0), in H264BitReader()31 prev_two_bytes_ = 0xffff; in Initialize()43 if (*data_ == 0x03 && (prev_two_bytes_ & 0xffff) == 0) { in UpdateCurrByte()49 prev_two_bytes_ = 0xffff; in UpdateCurrByte()60 prev_two_bytes_ = ((prev_two_bytes_ & 0xff) << 8) | curr_byte_; in UpdateCurrByte()
71 int prev_two_bytes_; variable