Searched refs:kMaskBit (Results 1 – 2 of 2) sorted by relevance
30 const kMaskBit = 0x80; constant90 kMaskBit | singleByteLength,116 const masked = (secondByte & kMaskBit) !== 0;
248 const unsigned char kMaskBit = 0x80; variable303 bool masked = (second_byte & kMaskBit) != 0; in decode_frame_hybi17()