Home
last modified time | relevance | path

Searched refs:predictionType (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvop.cpp55 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 …]
Ddatapart_encode.cpp76 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()
Dcombined_encode.cpp79 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()
Dmp4enc_api.cpp1552 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeVideoFrame()
1557 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1570 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1593 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()
1604 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeVideoFrame()
1822 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeFrameSet()
1827 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1841 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1854 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeFrameSet()
1933 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()
[all …]
Dmotion_est.cpp184 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()
Dmp4lib_int.h56 Int predictionType; /* VOP prediction type */ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpacket_util.cpp45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward; in PV_ReadVideoPacketHeader()
100 if (currVop->predictionType != I_VOP) in PV_ReadVideoPacketHeader()
104 if (currVop->predictionType == B_VOP) in PV_ReadVideoPacketHeader()
Dvop.cpp850 currVop->predictionType = (int) BitstreamReadBits16(stream, 2); in DecodeVOPHeader()
899 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()
925 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
943 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()
965 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
982 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()
1149 currVop->predictionType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
1285 currVop->predictionType = tmpvar; in DecodeShortHeader()
1433 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()
1504 if (currVop->predictionType != I_VOP) in DecodeShortHeader()
Dpvdec_api.cpp549 video->prevVop->predictionType = I_VOP; in PVAllocVideoData()
1273 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()
1344 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()
1371 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()
1374 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()
1389 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()
1393 else if (currVop->predictionType == P_VOP) in PVDecodeVopBody()
1479 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */ in PVDecodeVopBody()
1661 prevVop->predictionType = I_VOP; in PVDecSetReference()
1704 prevEnhcVop->predictionType = I_VOP; in PVDecSetEnhReference()
Dmp4lib_int.h65 int predictionType; /* VOP prediction type */ member
Dcombined_decode.cpp64 switch (currVop->predictionType) in DecodeFrameCombinedMode()
363 VopType = video->currVop->predictionType; in GetMBheader()
Ddatapart_decode.cpp47 int vopType = currVop->predictionType; in DecodeFrameDataPartMode()