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.cc15 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()
Dh264_bit_reader.h70 int prev_two_bytes_; variable