Home
last modified time | relevance | path

Searched refs:byte2 (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_intra.cpp1366 uint8 byte1, byte2, byte3; in Intra_16x16_Plane() local
1406 byte2 = value; in Intra_16x16_Plane()
1414 temp = byte1 | (byte2 << 8); in Intra_16x16_Plane()
1426 byte2 = value; in Intra_16x16_Plane()
1434 temp = byte1 | (byte2 << 8); in Intra_16x16_Plane()
1446 byte2 = value; in Intra_16x16_Plane()
1454 temp = byte1 | (byte2 << 8); in Intra_16x16_Plane()
1466 byte2 = value; in Intra_16x16_Plane()
1473 temp = byte1 | (byte2 << 8); in Intra_16x16_Plane()
1691 uint8 byte1, byte2, byte3; in Intra_Chroma_Plane() local
[all …]
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dbitstream.cpp956 int byte0, byte1, byte2, shift, tmpvar; in quickSearchGOBHeader() local
979 byte2 = (stream->curr_word << 16) >> 24; in quickSearchGOBHeader()
980 if (byte2) in quickSearchGOBHeader()
982 tmpvar = byte2 >> 4; in quickSearchGOBHeader()
990 shift = 5 - firstOne[byte2]; in quickSearchGOBHeader()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dgenericper.cpp605 uint8 byte1, byte2; in GetLengthDet() local
617 ReadOctets(1, (uint8*)&byte2, 0, stream); /* Second byte */ in GetLengthDet()
618 length = (((uint32)(byte1 & mask3)) << 8) + (int32)byte2; in GetLengthDet()
/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h197 uint8_t byte2; member
275 …if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) { in makeEncodedImm()
281 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) { in makeEncodedImm()
287 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) { in makeEncodedImm()
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp4766 uint8 byte2 = 0; in RetrieveTrackData() local
4771 byte2 = textmediadata->iTextSample[3]; in RetrieveTrackData()
4775 (byte2 == PVMF_TIMED_TEXT_UTF_16_MARKER_BYTE_2)) in RetrieveTrackData()