Home
last modified time | relevance | path

Searched refs:firstMB (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddatapart_encode.cpp226 Int firstMB = mbnum; in EncodeSliceDataPartMode() local
377 if (num_bits > packet_size && mbnum != firstMB) /* encoding at least one more MB*/ in EncodeSliceDataPartMode()
Dcombined_encode.cpp279 Int firstMB = mbnum; in EncodeSliceCombinedMode() local
466 if (num_bits > packet_size && mbnum != firstMB) in EncodeSliceCombinedMode()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5104 uint16 firstMB; member
5421 uint16 firstMB; member
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_encoder.cpp8135 PutInteger(1, 8192, (uint32)x->firstMB, stream); in Encode_VideoFastUpdateMB()
8658 PutInteger(1, 8192, (uint32)x->firstMB, stream); in Encode_VideoNotDecodedMBs()
Dh245_analysis.cpp8826 ShowPERInteger(tag, indent, "firstMB", (int32)x->firstMB); in Analyze_VideoFastUpdateMB()
9410 ShowPERInteger(tag, indent, "firstMB", (int32)x->firstMB); in Analyze_VideoNotDecodedMBs()
Dh245_decoder.cpp10889 x->firstMB = (uint16) GetInteger(1, 8192, stream); in Decode_VideoFastUpdateMB()
11572 x->firstMB = (uint16) GetInteger(1, 8192, stream); in Decode_VideoNotDecodedMBs()