Searched refs:predictionType (Results 1 – 13 of 13) sorted by relevance
55 switch (currVop->predictionType) in EncodeVop()146 if (currVol->GOVStart && currVop->predictionType == I_VOP) in EncodeVop_NoME()364 status = BitstreamPutBits(stream, 2, currVop->predictionType);/* VOP Coding Type*/ in EncodeVOPHeader()385 if (currVop->predictionType == P_VOP) in EncodeVOPHeader()391 if (currVop->predictionType != I_VOP) in EncodeVOPHeader()393 if (currVop->predictionType == B_VOP) in EncodeVOPHeader()483 status = BitstreamPut1Bits(stream, currVop->predictionType); /* picture_coding type */ in EncodeShortHeader()525 if (currVop->predictionType == I_VOP) in EncodeVideoPacketHeader()527 else if (currVop->predictionType == P_VOP) in EncodeVideoPacketHeader()561 BitstreamPutBits(bs, 2, currVop->predictionType);/* VOP Coding Type*/ in EncodeVideoPacketHeader()[all …]
76 if (currVop->predictionType == P_VOP) in EncodeFrameDataPartMode()78 else if (currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()151 if (video->currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()176 if (video->currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()229 … Int packet_size = encParams->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17); in EncodeSliceDataPartMode()282 if (currVop->predictionType == P_VOP) in EncodeSliceDataPartMode()284 else if (currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()384 if (video->currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()442 if (video->currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()
79 if (currVop->predictionType == P_VOP) in EncodeFrameCombinedMode()81 else if (currVop->predictionType == I_VOP) in EncodeFrameCombinedMode()101 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType) in EncodeFrameCombinedMode()102 currVop->gobFrameID = currVop->predictionType; in EncodeFrameCombinedMode()336 if (currVop->predictionType == P_VOP) in EncodeSliceCombinedMode()338 else if (currVop->predictionType == I_VOP) in EncodeSliceCombinedMode()358 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType) in EncodeSliceCombinedMode()359 currVop->gobFrameID = currVop->predictionType; in EncodeSliceCombinedMode()
1553 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeVideoFrame()1558 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()1571 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()1594 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()1605 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeVideoFrame()1823 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeFrameSet()1828 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()1842 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()1855 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeFrameSet()1934 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()[all …]
184 if (video->currVop->predictionType == I_VOP) in MotionEstimation()467 currVop->predictionType = I_VOP; in MotionEstimation()861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1) in MBMotionSearch()1365 if (video->forwardRefVop->predictionType == P_VOP) in CandidateSelection()
57 Int predictionType; /* VOP prediction type */ member
45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward; in PV_ReadVideoPacketHeader()104 if (currVop->predictionType != I_VOP) in PV_ReadVideoPacketHeader()108 if (currVop->predictionType == B_VOP) in PV_ReadVideoPacketHeader()
895 currVop->predictionType = (int) BitstreamReadBits16(stream, 2); in DecodeVOPHeader()944 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()970 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()988 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()1010 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()1027 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()1194 currVop->predictionType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()1330 currVop->predictionType = tmpvar; in DecodeShortHeader()1492 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()1563 if (currVop->predictionType != I_VOP) in DecodeShortHeader()
517 video->prevVop->predictionType = I_VOP; in PVAllocVideoData()1236 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()1312 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()1339 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()1342 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()1357 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()1361 else if (currVop->predictionType == P_VOP) in PVDecodeVopBody()1447 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()1594 prevVop->predictionType = I_VOP; in PVDecSetReference()1637 prevEnhcVop->predictionType = I_VOP; in PVDecSetEnhReference()
65 int predictionType; /* VOP prediction type */ member
64 switch (currVop->predictionType) in DecodeFrameCombinedMode()363 VopType = video->currVop->predictionType; in GetMBheader()
47 int vopType = currVop->predictionType; in DecodeFrameDataPartMode()
988 ProtoPredictionType predictionType) { in createProtoActualDisplayFrameStart() argument998 proto.set_prediction_type(predictionType); in createProtoActualDisplayFrameStart()1019 ProtoPredictionType predictionType, bool isBuffer) { in createProtoActualSurfaceFrameStart() argument1031 proto.set_prediction_type(predictionType); in createProtoActualSurfaceFrameStart()