Lines Matching refs:currLayer

37 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip);
38 Int RC_GetSkipNextFrame(VideoEncData *video,Int currLayer);
39 void RC_ResetSkipNextFrame(void *video,Int currLayer);
185 Int currLayer = video->currLayer;
186 Vol *currVol = video->vol[currLayer];
192 rateControl *rc = video->rc[currLayer];
193 MultiPass *pMP = video->pMP[currLayer];
205 if (video->rc[currLayer]->encoded_frames == 0) /* rc[currLayer]->totalFrameNumber*/
208 video->rc[currLayer]->Qc = video->encParams->InitQuantIvop[currLayer];
213 currVop->quantizer = video->rc[currLayer]->Qc;
234 pMP->counter_BTdst = (Int)(video->encParams->LayerFrameRate[video->currLayer] * 7.5 + 0.5); /* 0.75s time frame */
293 Int currLayer = video->currLayer;
294 Vol *currVol = video->vol[currLayer];
295 MultiPass *pMP = video->pMP[currLayer];
360 Int RC_GetSkipNextFrame(VideoEncData *video, Int currLayer)
362 return video->rc[currLayer]->skip_next_frame;
365 void RC_ResetSkipNextFrame(VideoEncData *video, Int currLayer)
368 video->rc[currLayer]->skip_next_frame = 0;
383 PV_STATUS RC_UpdateBuffer(VideoEncData *video, Int currLayer, Int num_skip)
385 rateControl *rc = video->rc[currLayer];
386 MultiPass *pMP = video->pMP[currLayer];
391 rc->VBV_fullness -= (Int)(rc->bitrate / rc->framerate * num_skip); //rc[currLayer]->Rp;
532 MultiPass *pMP = video->pMP[video->currLayer];
533 Vol *currVol = video->vol[video->currLayer];
534 rateControl *rc = video->rc[video->currLayer];
702 MultiPass *pMP = video->pMP[video->currLayer];
703 Vol *currVol = video->vol[video->currLayer];
704 rateControl *rc = video->rc[video->currLayer];
859 MultiPass *pMP = video->pMP[video->currLayer];