Searched refs:firstMB (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | datapart_encode.cpp | 226 Int firstMB = mbnum; in EncodeSliceDataPartMode() local 377 if (num_bits > packet_size && mbnum != firstMB) /* encoding at least one more MB*/ in EncodeSliceDataPartMode()
|
D | combined_encode.cpp | 279 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/ |
D | h245def.h | 5104 uint16 firstMB; member 5421 uint16 firstMB; member
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/ |
D | h245_encoder.cpp | 8135 PutInteger(1, 8192, (uint32)x->firstMB, stream); in Encode_VideoFastUpdateMB() 8658 PutInteger(1, 8192, (uint32)x->firstMB, stream); in Encode_VideoNotDecodedMBs()
|
D | h245_analysis.cpp | 8826 ShowPERInteger(tag, indent, "firstMB", (int32)x->firstMB); in Analyze_VideoFastUpdateMB() 9410 ShowPERInteger(tag, indent, "firstMB", (int32)x->firstMB); in Analyze_VideoNotDecodedMBs()
|
D | h245_decoder.cpp | 10889 x->firstMB = (uint16) GetInteger(1, 8192, stream); in Decode_VideoFastUpdateMB() 11572 x->firstMB = (uint16) GetInteger(1, 8192, stream); in Decode_VideoNotDecodedMBs()
|