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.cpp1548 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeVideoFrame()
1553 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1566 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1589 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()
1600 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeVideoFrame()
1818 video->currVop->gobFrameID = video->currVop->predictionType; in PVEncodeFrameSet()
1823 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1837 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1850 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType; in PVEncodeFrameSet()
1929 … 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.h57 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()
104 if (currVop->predictionType != I_VOP) in PV_ReadVideoPacketHeader()
108 if (currVop->predictionType == B_VOP) in PV_ReadVideoPacketHeader()
Dvop.cpp852 currVop->predictionType = (int) BitstreamReadBits16(stream, 2); in DecodeVOPHeader()
901 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()
927 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
945 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()
967 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
984 if (currVop->predictionType == B_VOP) in DecodeVOPHeader()
1151 currVop->predictionType = (int) BitstreamRead1Bits(stream); in DecodeShortHeader()
1287 currVop->predictionType = tmpvar; in DecodeShortHeader()
1449 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()
1520 if (currVop->predictionType != I_VOP) in DecodeShortHeader()
Dpvdec_api.cpp517 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()
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()