Home
last modified time | relevance | path

Searched refs:currLayer (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp139 void DetermineVopType(VideoEncData *video, Int currLayer);
1159 for (idx = 1; idx < video->currLayer; idx++) in PVCleanUpVideoEncoder()
1328 encData->currLayer = layer; /* Set Layer */ in PVGetVolHeader()
1361 Int currLayer = video->currLayer; in PVGetOverrunBuffer() local
1362 Vol *currVol = video->vol[currLayer]; in PVGetOverrunBuffer()
1402 Int currLayer = -1; in PVEncodeVideoFrame() local
1423 currLayer = *nLayer; in PVEncodeVideoFrame()
1424 if ((currLayer < 0) || (currLayer > encParams->nLayers - 1)) in PVEncodeVideoFrame()
1465 currVol = video->vol[currLayer]; in PVEncodeVideoFrame()
1475 if (video->volInitialize[currLayer]) in PVEncodeVideoFrame()
[all …]
Drate_control.cpp185 Int currLayer = video->currLayer; in RC_VopQPSetting() local
186 Vol *currVol = video->vol[currLayer]; in RC_VopQPSetting()
192 rateControl *rc = video->rc[currLayer]; in RC_VopQPSetting()
193 MultiPass *pMP = video->pMP[currLayer]; in RC_VopQPSetting()
205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]->totalFrameNumber*/ in RC_VopQPSetting()
208 video->rc[currLayer]->Qc = video->encParams->InitQuantIvop[currLayer]; in RC_VopQPSetting()
213 currVop->quantizer = video->rc[currLayer]->Qc; in RC_VopQPSetting()
234 …pMP->counter_BTdst = (Int)(video->encParams->LayerFrameRate[video->currLayer] * 7.5 + 0.5); /* 0.7… in RC_VopQPSetting()
293 Int currLayer = video->currLayer; in RC_VopUpdateStat() local
294 Vol *currVol = video->vol[currLayer]; in RC_VopUpdateStat()
[all …]
Dvop.cpp43 Int currLayer = video->currLayer; in EncodeVop() local
44 Vol *currVol = video->vol[currLayer]; in EncodeVop()
108 RC_VopUpdateStat(video, rc[currLayer]); in EncodeVop()
127 Vol *currVol = video->vol[video->currLayer]; in EncodeVop_NoME()
195 Int currLayer = video->currLayer; in EncodeSlice() local
196 Vol *currVol = video->vol[currLayer]; in EncodeSlice()
259 status = RC_VopUpdateStat(video, rc[currLayer]); in EncodeSlice()
510 Vol *currVol = video->vol[video->currLayer]; in EncodeVideoPacketHeader()
Dmp4enc_lib.h186 Int RC_GetSkipNextFrame(VideoEncData *video, Int currLayer);
187 Int RC_GetRemainingVops(VideoEncData *video, Int currLayer);
188 void RC_ResetSkipNextFrame(VideoEncData *video, Int currLayer);
189 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
Dfindhalfpel.cpp81 Int height = video->vol[video->currLayer]->height; in FindHalfPelMB()
203 height = video->vol[video->currLayer]->height; in FindHalfPelBlk()
Dcombined_encode.cpp40 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameCombinedMode()
265 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceCombinedMode()
684 …BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream); in EncodeGOBHeader()
Ddatapart_encode.cpp39 Vol *currVol = video->vol[video->currLayer]; in EncodeFrameDataPartMode()
214 Vol *currVol = video->vol[video->currLayer]; in EncodeSliceDataPartMode()
Dvlc_encode.cpp1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; in MBVlcEncodeCombined_I_VOP()
1182 if (!video->vol[video->currLayer]->shortVideoHeader) in MBVlcEncodeCombined_I_VOP()
1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; in MBVlcEncodeCombined_P_VOP()
1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra) in MBVlcEncodeCombined_P_VOP()
1338 if (!((video->vol[video->currLayer]->scalability) && (video->currVop->refSelectCode == 3))) in MBVlcEncodeCombined_P_VOP()
1789 …Int ShortNacNintra = (!(video->vol[video->currLayer]->shortVideoHeader) && video->acPredFlag[video… in RunLevel()
2024 Vol *currVol = video->vol[video->currLayer]; in DCACPred()
2534 Vol *currVol = video->vol[video->currLayer]; in find_pmvs()
Dmotion_est.cpp139 Vol *currVol = video->vol[video->currLayer]; in MotionEstimation()
223 if (video->currLayer == 0 && video->encParams->Refresh) in MotionEstimation()
469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer]; in MotionEstimation()
773 Vol *currVol = video->vol[video->currLayer]; in MBMotionSearch()
1358 Vol *currVol = video->vol[video->currLayer]; in CandidateSelection()
Dfastcodemb.cpp57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader; in CodeMB_H263()
287 Vol *currVol = video->vol[video->currLayer]; in CodeMB_MPEG()
Dmp4lib_int.h403 Int currLayer; /* Current frame layer */ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp566 video->currLayer = 0; in PVAllocVideoData()
881 return video->currLayer; in PVGetLayerID()
1116 video->currLayer = idx; in PVDecodeVopHeader()
1159 video->currLayer = target_layer; in PVDecodeVopHeader()
1190 video->currLayer = target_layer = 0; in PVDecodeVopHeader()
1271 header_info->currLayer = target_layer; in PVDecodeVopHeader()
1296 int target_layer = video->currLayer; in PVDecodeVopBody()
Dmp4lib_int.h253 int currLayer; /* Current frame layer */ member
Dpacket_util.cpp31 Vol *currVol = video->vol[video->currLayer]; in PV_ReadVideoPacketHeader()
Dvlc_dequant.cpp54 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegIntraBlock()
388 Vol *currVol = video->vol[video->currLayer]; in VlcDequantMpegInterBlock()
Dvop.cpp809 Vol *currVol = video->vol[video->currLayer]; in DecodeVOPHeader()
1529 Vol *currVol = video->vol[video->currLayer]; in PV_DecodeVop()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h108 int currLayer; member