Searched refs:P_VOP (Results 1 – 11 of 11) sorted by relevance
60 case P_VOP: in EncodeVop()323 status = BitstreamPutBits(stream, 2, P_VOP);/* VOP Coding Type*/ in EncodeVopNotCoded()385 if (currVop->predictionType == P_VOP) in EncodeVOPHeader()527 else if (currVop->predictionType == P_VOP) in EncodeVideoPacketHeader()
127 #define P_VOP 1 macro
76 if (currVop->predictionType == P_VOP) in EncodeFrameDataPartMode()282 if (currVop->predictionType == P_VOP) in EncodeSliceDataPartMode()
79 if (currVop->predictionType == P_VOP) in EncodeFrameCombinedMode()336 if (currVop->predictionType == P_VOP) in EncodeSliceCombinedMode()
2793 video->currVop->predictionType = P_VOP; in DetermineVopType()2806 video->currVop->predictionType = P_VOP; in DetermineVopType()2828 video->currVop->predictionType = P_VOP; in DetermineVopType()
1365 if (video->forwardRefVop->predictionType == P_VOP) in CandidateSelection()
66 #define P_VOP 1 macro
60 case P_VOP : in DecodeFrameDataPartMode()89 case P_VOP : in DecodeFrameDataPartMode()
901 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()1449 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()
71 case P_VOP : in DecodeFrameCombinedMode()
1344 video->vop_coding_type = P_VOP; in PVDecodeVopBody()1361 else if (currVop->predictionType == P_VOP) in PVDecodeVopBody()