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()
2797 video->currVop->predictionType = P_VOP; in DetermineVopType()2810 video->currVop->predictionType = P_VOP; in DetermineVopType()2832 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()
899 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()1433 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()
71 case P_VOP : in DecodeFrameCombinedMode()
1376 video->vop_coding_type = P_VOP; in PVDecodeVopBody()1393 else if (currVop->predictionType == P_VOP) in PVDecodeVopBody()