Home
last modified time | relevance | path

Searched refs:prev_two_bytes_ (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_bit_reader.cc16 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()
Dh264_bit_reader.h71 int prev_two_bytes_; variable